@charset "UTF-8";

/* Général */
body {
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 13px;
	color:#fff;
	background-color:#17171c;
}

/*----- COULEUR ------- */

/* Conteneur central */
#centre {
	background: url(../images/bgcolor-left.jpg) repeat-y left top;
}
#centre-bis {
	background: url(../images/bgcolor-right.jpg) repeat-y right top;
}

/* Navigation */
#navigation {
	background: #212433;
	padding-top:18px;
}

/* Contenu principal */
#principal {
	background: #2b334c;
}

/* Contenu secondaire */
#bord_droit {
	background: #282f46;
	padding-top:18px;
}

/* Pied */
#pied_gauche {
	background: #212433;
}
#pied_centre {
	background: #2b334c;
}
#pied_droit {
	background: #282f46;
}


/* --- POSITIONNEMENT --- */

#back_top_blue
{
	width:100%; 
	height:492px;
	background-color:#293148;
	/*background: url(../images/back_top_blue.jpg) repeat-x left top;*/
	position: absolute; 
	z-index: -10;
	top:0;
	left:0;
}

/* hack IE6 uniquement*/
* html #back_top_blue{
	width:101%;
	height:500px;
}
/* hack IE7 uniquement*/
*+ html #back_top_blue{
	width:100.5%;
	height:500px;
}

/* Page */
#global {

	width: 1035px;
	margin-left: auto;
	margin-right: auto;
	background-color:#1c1c26;
	-moz-box-shadow: 1px 1px 80px #000;  
    -webkit-box-shadow: 1px 1px 80px #000;  
    box-shadow: 1px 1px 80px #000;  
    /*filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=90, Strength=40);zoom: 1; /*[if lte IE 8]*/
   /* filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=180, Strength=40);zoom: 1; /*[if lte IE 8]*/
}

/* Bloc du haut */
#bandeau
{
	width:1035px;
	margin-left: auto;
	margin-right: auto;	
}
#realisations
{
	width:1035px; 
	height:336px;
	margin-left: auto;
	margin-right: auto;	
}


/* Bloc central */

#centre-bis {
	width: 100%;
	overflow: hidden;
	top:0;
	display:block;
}

/* Menu de navigation */
#navigation {
	float: left;
	width: 180px;
	padding-left: 20px;
	padding-right: 20px;
}

/* Contenu principal */
#principal {
	margin-left: 230px;
	margin-right: 250px;
	padding: 10px 20px;
	overflow:hidden;
	width:515px;
	min-height:450px;
	top:0;
		
}
#principal > :first-child {
	margin-top: 10px;
}
#principal p, #principal li {
	line-height: 1.5;
}

/* hack IE6 uniquement*/
* html #principal{

margin-top:-50%;
padding-top:30px;
	
}



/* Contenu secondaire */
#bord_droit {
	float: right;
	width: 200px;
	padding-left: 20px;
	padding-right:20px;

}

/* Pied de page */
#pied {
	/*margin: 0;
	padding: 20px 20px;*/
	font-size:10px;	
	width:100%;
}
pied_gauche {
	float: left;
	width: 180px;
	padding: 10px 20px;
	height:80px;
	
}

#pied_centre {
	margin-left: 230px;
	margin-right: 250px;
	padding: 10px 20px;
	height:80px;
	
}

/* hack IE6 uniquement*/
* html #pied_centre{
	width:515px;
	margin-top:-100px;
}


#pied_droit {
	float: right;
	width: 200px;
	padding: 10px 20px;
	height:80px;
	text-align:justify;
}

/* Mention de copyright */
#copyright {
	margin: 8px 0 0 0;
	font-size: 1em;
	text-align: left;
}

/* Textes généraux */
h1
{
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 25px;
	font-style: italic;
	text-align: right;
}
h2
{
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 25px;
	font-style: italic;
	text-align: center;
}
p
{
	text-align: justify;
}




