/* ------------------------------------ */
/*                                      */
/*            Généralités               */
/*                                      */
/* ------------------------------------ */

body {
	background-color:#F0F0F0;
	font: normal 80%/1em  Arial,Verdana, Helvetica, sans-serif;
	color: black;
	margin: 0;
	margin-top:0;
	padding: 0;
	text-align: left;
	color:#562012;

}


#conteneur {
		width: 930px;
		margin: 0 auto; 
}

/* ------------------------------------ */
/*                                      */
/*            Header                    */
/*                                      */
/* ------------------------------------ */

#header {
	background: url(images/bg_header.jpg) left top no-repeat;
	text-align: left;
	height: 66px;
}

#header a {
	color:#815A50;
	font-size:12px; 
	font-weight:bold; 
	text-decoration:none; 
	font-family:arial, verdana, sans-serif; 
	text-align:center; 
	margin-top:8px;
	padding:3px 15px 3px 15px;
	cursor:pointer; 
	border-right: 1px solid #815A50;
}

#header a:hover {
	color:#F47929;
    text-decoration: none;
}

#header a.current {
	color:#F47929;
    text-decoration: none;
}



#menu {
	background:#292F31;
	border-bottom: 3px solid #ADB1B2;
	text-align: right;
	height: 60px;

}



.menuTop {
	float:right;
	padding-right:50px;
	padding-top:30px;
	color:#815A50;
	font-size:12px;
}




/* ------------------------------------ */
/*                                      */
/*            Centre                    */
/*                                      */
/* ------------------------------------ */

#centre {
	background: url(images/bg_centre.jpg) left top no-repeat;

	
}

#contenu {
	height: auto;
	min-height: 480px;
	_height:480px;
	
}




#cadre_actus {
float: left;
width:582px;
background: url(images/bg_actus.jpg) left top no-repeat;
	height: auto;
	min-height: 135px;
	_height:135px;
	margin-left:30px;
	
}

#cadre_actus a{
	color:#FFFFFF;
}

.text_actus {
	padding-top:40px;
	padding-left:25px;
}

.lien_actus {
	float: right;
	margin-right:50px;
}



.text {float:left; padding-left: 100px;padding-right:50px;text-align:justify;}
.text2 {float:left; padding-left: 50px;padding-right:50px;text-align:justify;}
.cv {float:right; margin-top:10px;}
.orange {
	color: #F47929;
}
.blanc {
	color:#FFFFFF;
}



/* ------------------------------------ */
/*                                      */
/*           TYPOGRAPHIE                */
/*                                      */
/* ------------------------------------ */


a {color: #28ABE3;text-decoration: none;}
a:hover {text-decoration: underline;}
a img {border: 0 none;}
p {margin: 0 0 2px 0;}

.rouge {font-size:1em; color: #9E2629;}
.bleu {font-size:1em; color: #28ABE3;}




/* ------------------------------------ */
/*                                      */
/*            footer                    */
/*                                      */
/* ------------------------------------ */


#footer {
	background: url(images/bg_footer.jpg) left bottom no-repeat;
	height: 78px;
}


.copyright {
	float: right;
	margin-top:20px;
	padding-right:20px;
	color: #815A50;
	font-size: 0.85em;
	font-weight:normal;
	vertical-align: middle;
	text-align: right;
	
}
#footer a {
	color: #815A50;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}





#spacer {
 	clear: both;
 }



