/* ==============================================
   FEUILLE DE STYLES 
   © SWM http://www.sowhat-multimedia.com
   ============================================== */


/* Général */
body {
	color: #3E3E3E;
	background: #FFFFFF;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}
a {
	color: #4789C3;
	text-decoration: none;
}
a:hover, a:focus {
	color: #85A7D3;
}
strong {
	color: #3E3E3E;
}

/* Navigation */
#navigation {
	background: #515151;
}
#navigation a {
	color: #C2C1C1;
}
#navigation a:hover, #navigation a:focus {
	background: #515151;
	color: #FFFFFF;
}
/* Bloc central */
#centre {
	background: #FFFFFF;
}

/* Bloc Home Intro */
#home-intro {
	background: #E8E7E8;
	border-top: 1px solid #D8D8D8;
	border-bottom : 1px solid #D8D8D8;
	text-align: center;
	padding: 15px 150px 15px 150px;
	margin: 30px 0 0 0;
	font-size: 1.4em;
	line-height: 1.3;
	font-family: 'Droid Serif', arial, serif;
}

/* Contenu principal */
#principal {
	color: #3E3E3E;
	background: #FFFFFF;
}
#principal a {
	color: #4789C3;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#principal a:hover, #principal a:focus {
	color: #85A7D3;
}
#principal strong {
	color: #3E3E3E;
}

/* Contenu secondaire */
#secondaire {
	background: #FFFFFF;
}

/* Dernières réalisations */
#vignette-gauche {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#vignette-droite {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

#clear {
	clear: both;
}

a.trans50:hover img {
     filter: alpha(opacity=50);
     -moz-opacity: 0.5;
     -khtml-opacity: 0.5;
     opacity: 0.5;
}

/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 20px 5px;
}
#global {
	width: 900px;
	margin: 0 auto; 
}
/* En-tête Arabesque */
#entete-arabesque {
	height: 60px;
	margin: 0;
	background-image: url(../images/bg-header-arabesque.png);
	background-repeat: no-repeat;
	background-position: center;
}

/* En-tête */
#entete {
	height: 110px;
	padding: 0;
	background-image: url(../images/bg-header.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFFFFF;
}
#entete h1 {
	font-size: 2.5em;
	margin: 0;
	padding:30px 0px 0px 0px;
	/* font-variant: small-caps; */
}
#entete h1:first-letter {
    float: left;
    font-size: 2.3em;
    line-height: 1;
    margin-right: 0.05em;
}
#entete h1 img {
	float: left;
	margin: 0;
}
#entete .sous-titre {
	color: #85a7d3;
	font-size: .9em;
	margin: 0;
}

/* Menu de navigation */
#navigation {
	padding: 10px 30px;
	background-image: url(../images/bg-menu.png);
	background-repeat: no-repeat;
	font-family: 'Droid Serif', arial, serif;
	height: 23px;
}
#navigation ul {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li.gauche {
	float: left;
	margin-right: 30px;
	font-size: 1.3em;
}
#navigation li.droite {
	float: right;
	margin-right: 0;
	margin-left: 10px;
	padding: 0px 0;
}
#navigation a {
	padding: 8px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}


/* Bloc central */
#centre {
	width: 100%;
	overflow: hidden;
}

/* Contenu principal */
#principal {
	float: left;
	width: 560px;
	padding: 20px 30px;
}
#principal > :first-child {
	margin-top: 10px;
}
#principal p, #principal li {
	line-height: 1.5;
}

/* Contenu references */
#references {
	width: 840px;
	padding: 20px 30px;
}
#references > :first-child {
	margin-top: 10px;
}
#references p, #references li {
	line-height: 1.5;
}

/* Contenu secondaire */
#secondaire {
	margin-left: 620px;
	margin-right: 30px;
	padding: 16px 0;
	line-height: 1.5;
}

/* Pied de page */
#pied {
	height: 10px;
	background: #3E3E3E;
	margin: 0;
	padding: 15px 30px 15px  30px;
	font-size: .85em;
	background-image: url(../images/bg-footer.png);
	background-repeat: no-repeat;
	background-position: right;
}

/* Mention de copyright */
#copyright {
	margin: 0;
	font-size: 1em;
	text-align: left;
	color: #C2C1C1;
}
#copyright strong {
	margin: 0;
	font-size: 1em;
	text-align: left;
	color: #FFFFFF;
}

/* Pied Arabesque */
#pied-arabesque {
	height: 70px;
	margin: 0;
	background-image: url(../images/bg-footer-arabesque.png);
	background-repeat: no-repeat;
	background-position: center;
}

/* Galerie */
.galerie{
	margin: 3px -40px 0 0;
	padding:0;
	list-style:none;
	width:900px;
}
.galerie li{
	margin:0 10px 0 0;
	padding:0 0 5px;
	width:270px;
	display:inline-block;
	vertical-align:top;
}

#references .galerie .image-holder{
	float:left;
}

* html .galerie li{
	display:inline;
	margin-right:-1px;
}
* +html .galerie li{
	display:inline;
	margin-right:13px;
}

