
/*****************/
/*   MAIN BODY   */
/*****************/
body {
	font-size: 62.5%;
	margin: 0em auto;
	padding: 0em;
  	font-family: Verdana,Tahoma, Arial,sans-serif;
	background: url(img/fondp.gif) top center;

}

#wrap {
	width: 780px;
	margin: 0em auto;
	background-image: url(img/fond_center.gif);
	border:#000000 0px solid;

}

#wrapCenter {
	clear:both;
	width: 780px;
	border:#000000 0px solid;
	background-image: url(img/fond_center.gif);

}
/**************/
/*   HEADER   */
/**************/
#header-section {
	width: 780px;
	margin: 0em 0em 0em 0em;
	height: 335px;
	background-image:url(img/fond_header.gif);
}

#header-haut {
	width: 780px;
	border: 0px #000 solid;
	height: 38px;
}
#header-gauche {
	width: 187px;
	float: left;
	height: 63px;
	border: 0px #000 solid;
	background-image:url(img/header_logo.jpg);
	background-repeat:no-repeat;
	margin-left: 25px;
}
#header-droite {
	width: 254px;
	float: right;
	height: 80px;
	border: 0px #000000 solid;

	background-repeat:no-repeat;
	margin-right: 23px;
}
#header-centre {
	width: 225px;
	height: 80px;
	border:0px #000000 solid;
	background-image:url(img/header_recherche.gif);
	background-repeat:no-repeat;
	margin-left: 278px;
}

#header-menu {
	width: 232px;
	height: 214px;
	margin-left: 23px;

	background-repeat:no-repeat;
	float:left;
	margin-top: -23px;
}

#header-image {
	width: 500px;
	height: 214px;
	margin-right: 24px;
	/*background-image:url(img/header_image.jpg);*/
	background-repeat:no-repeat;
	float:right;
	margin-top: -23px;
}
/**************/
/*   MENU     */
/**************/

/**************/
/*   ESPACE   */
/**************/


/***********************/
/***   LEFT COLUMN   ***/
/***********************/
#center-left {
	float:left;
	width: 255px;
	margin-left: 23px;
	background-image:url(img/fond_login.gif);
	background-repeat:repeat-y;
	background-position:left;

}

#center-login {
	margin-left: 26px;
	font-size:11px;
	font-weight:bold;
}

#center-login a {
	font-size: 10px;
	color: #2d8ac0;
	text-decoration:underline;
}
#center-actualite {
	font-size: 10px;
	color:#000000;
	width: 200px;
	margin: 0px auto;
}
.actualite-date {
	color:#666666;
	font-size:0.9em;
}
.actualite-titre {
	color:#FF9900;
	font-size:11px;
 }
.actualite-titre a {
	color:#0C95CC;
	font-size:11px;
	font-weight:none;
	text-decoration:none;
}

.actualite-titre a:hover {
	color:#FF9900;
	font-size:11px;
	font-weight:none;
	text-decoration:none;
}

.actualite-lien a {
	color:#227db2;
	font-weight:bold;
	text-decoration:underline;
	text-align:right;
}	
/*************************/
/***   CENTER COLUMN   ***/
/*************************/

#center-right {
	float:right;
	width: 479px;
	margin-right: 23px;
	font-size: 11px;

}
#center-presentation {
	padding: 10px;
	text-align:justify;
	line-height: 15px;
}

#center-partenaires {
	color: #227db2;	
	border: 0px #000 solid;
	float:right;
	width: 213px;
}
.center-partenaires-header {
	width: 213px;
	height: 42px;
	background-image:url(img/cadre_partenaires.gif);
	background-repeat: no-repeat;
}
.center-cadre-centre {
	width: 213px;
	height: 200px;
	background-image:url(img/cadre_center.gif);
	background-repeat: repeat-y;
}
.center-cadre-bas {
	width: 213px;
	height: 21px;
	background-image:url(img/cadre_bas.gif);
	background-repeat: no-repeat;
}

#center-produits {
	color: #227db2;	
	border: 0px #000 solid;
	float:left;
	width: 213px;
}
.center-produits-header {
	width: 213px;
	height: 42px;
	background-image:url(img/cadre_produits.gif);
	background-repeat: no-repeat;
}

/*************************/
/***      FOOTER       ***/
/*************************/
#footer {
	clear:both;
	width: 780px;
	height: 80px;
	background-image:url(./img/fond_footer.gif);
	background-repeat:no-repeat;
	background-color: rgb(255,255,255);
	text-align: center;
	color: rgb(0,0,0);
	font-size: 1.0em;
	border:#000000 0px solid;
}

#footer-text {
	width: 730px;
	height: 61px;
	margin: 0px auto;
	background-image:url(img/footer_back.gif);
	background-repeat:no-repeat;
	color: #2d8ac0;
	font-size: 11px;
}

.footer_text a {
	color: #2d8ac0;
	text-decoration:none;
}

.footer_text a:hover {
	color: #2d8ac0;
	text-decoration:underline;
}
/*******************/
/***   Site      ***/
/*******************/


.separation { 
	
	margin-top: 10px; 
	margin-bottom: 10px; 
	background-image:url(img/center_separation.gif);
	width: 184px;
	height: 7px;
}

/*----- MENU ----- */

#navLeft{
	margin: -2px;
	padding: -2px;
	width: 182px;
	list-style: none;
	overflow: hidden;
	margin-top: 25px;
    margin-left:1px;
  background: #56A8CE
}

#navLeft li {
	width: 182px;
	overflow: hidden;
	font-size:9px;
	font-weight:bold;
	background:url(img/menu_centre.gif) no-repeat;
    margin-left:1px;
}

#navLeft a {
	color:#ffffff;
	text-decoration: none;
    font-family: verdana;
    font-size: 11px;
}
#navLeft a:hover{
	color:#FF9900;
}

.li_nav_body   {
	display: block;
	width: 182px;
	height: 26px;
	padding-left: 30px;
	text-align: left ;
	line-height:26px;
	margin-left: 10px;
}
.li_nav_body a  {
	margin-left: 25px;
}

.li_nav_body a:hover
{
	color:#FF6600;
}

#footer_last
{
text-align: center;
font-family: arial;
color: white;
font-size: 10px;
}

.footer_link
{
font-family: verdana;
color: white;
font-size: 10px;
font-weight:bold;
text-decoration: none;
}

.footer_link a
{
font-family: arial;
color: white;
font-size: 10px;
font-weight:bold;
text-decoration: none;
}

.footer_link a:hover
{
font-family: arial;
color: white;
font-size: 10px;
font-weight:bold;
text-decoration: underline;
}


.footer_hd
{
font-family: verdana;
color: white;
font-size: 10px;
text-decoration: none;
}

.footer_hd a
{
font-family: arial;
color: white;
font-size: 10px;
text-decoration: none;
}

.footer_hd a:hover
{
font-family: arial;
color: white;
font-size: 10px;
font-weight:bold;
text-decoration: underline;
}