/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family: Arial;
	background:#FFFFFF;
	font-family:Arial, sans-serif;
	font-size:11px;
}
#titre {
	font-family:Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
}


/*  Liens footer  */
a {
	color: #ffffff;	
	text-decoration:underline;
}
a:visited {
	color: #ffffff;;
	text-decoration:underline;
}
a:hover {
	color: #e0e0e0;
	text-decoration:none;
}

/* Liens généraux */ 

#center_contenu a {
	color: #000000;
	font-style:italic;
	text-decoration:underline;
}

#center_contenu a:visited {
	color: #000000;
	font-style:italic;
	text-decoration:underline;
}

#center_contenu a:hover {
	color: #000000;
	font-style:italic;
	text-decoration:none;
}




#global{
	margin:0;
	padding:0;
	border:0;
	height:100%;
}

#header{
	background:url(images/patern_head.jpg);
	width:100%;
	height:59px;
	text-align: center;
}


/*  NAV  */
#nav{
	background:url(images/fond_nav.png) repeat-x;
	text-align: center;
	height:36px;
	background-color:#000000;
}
#btn{
text-align:center;
	padding:0px;
	margin:0px;
}

#graphix{
	background-color:#000000;
	width:100%;
	height:117px;
	text-align: center;
}


/* Center */
#center_big{
	background:url(images/center_back2.jpg) repeat-y center;
	width:100%;
	text-align: center;
}
#center_haut{
	background:url(images/center_back.jpg) center no-repeat top;
	min-height:376px;
	width:100%;
	top:0;
	text-align: center;
}
#center_contenu{
	width:650px;
	margin:auto;
	text-align:left;
	padding-left:9px;
}
#accueil_news{
	padding-left:0px;
	height:77px;
}
#accueil_vignette{
	padding-left:8px;
	float:left;
	width:108px;	
}
#content_news{
	padding-right:15px;
	padding-top:6px;
	float:right;
	text-align:left;
	width:515px;
}


/* QUI SOMMES NOUS ? */
#qui_sommes_nous_visuel{
	float:left;
	width:259px;
	padding-left:11px;
}
#qui_sommes_nous_txt{
	float:right;
	width:314px;
	padding-right:50px
}

/* NOS BILANS ? */

#nos_bilans_visuel{
	float:left;
	padding-top:5px;
}
#nos_bilans_txt{
	float:right;
	width:330px;
	padding-right:30px
}
#texte_puce{
padding-left:10px;
}




/* FOOTER */
#footer_fond{
	clear:left;
	background:url(images/fond_footer.jpg) repeat-x;
	text-align: center;
	height:44px;
	position:relative;
	bottom:0;
	background-color:#000000;
}
#footer{
	background:url(images/footer.jpg);
	bottom:0;
	height:44px;
	width:686px;
	margin:auto;
	text-align: center;
	color:#b2c700;
}
#footer_left{
	padding-top:12px;
	text-align: right;
	float: left;
	padding-right:0px;
	width:338px;
}
#footer_right{
	padding-top:12px;
	padding-left:10px;
	text-align: left;
	width:338px;
	float: left;
}