body {	
	
	font-family: Arial,Verdana, Helvetica, sans-serif;
	border:none;
	margin:0px;
	line-height:17px;
	
	}
	
.mainbody {
 width:100%;
 
}	

.footer_link, a.footer_link, a.footer_link:visited {
	color:#767676;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:none;
}

a.footer_link:hover {
	color:#003366;
	font-weight:bold;
}
.logo {
 width:788px;
 height:103px;
}	

/* Style du menu*/

.menu_brd_gauche {
    height:27px;
    width:10px;
    background-image:url(./images/menu_g.jpg);
	background-repeat:no-repeat;
}

.menu_corp {

    background-image:url(./images/menu_m.jpg);
	background-repeat:repeat-x;
}


.menu_brd_droite {
    height:27px;
    width:10px;
    background-image:url(./images/menu_d.jpg);
	background-repeat:no-repeat;

}

.lien_menu {
text-decoration:none;
color:#515151;
font-size:12px;
font-weight:bold;
}


/* Fin Style du menu*/

/* styles bloc welcome */
.welcome_bg_gauche {
    background-image:url(./images/welcome_bg_gauche.gif);
	background-repeat:no-repeat;
	width:11px;
	height:155px;
}

.welcome_bg_centre {
    background-image:url(./images/welcome_bg_centre.gif);
	background-repeat:repeat-x;
	height:155px;
}

.welcome_bg_droite {
    background-image:url(./images/welcome_bg_droite.gif);
	background-repeat:no-repeat;
	width:174px;
	height:155px;
}

.welcome_titre, .recherche_titre, .recherche_titre_small {
font-size:13px;
color:#162b78;
font-weight:bold;
text-align:left;
margin-top:20px;

}


.recherche_titre { font-size:15px; }
.recherche_titre_small { font-size:14px; }

.welcome_texte {
font-size:13px;
color:#415d73;
text-align:left;
vertical-align:top;
margin-top:5px;
}

.lire_suite ,a {
font-size:13px;
color:#415d73;
font-weight:bold;
text-align:right;
margin-top:20px;
text-decoration:none;

}
/* fin styles bloc welcome */

/* Styles blocs partenaires  */

.bloc_iearn {
    width:192px;
	height:158px;
    background-image:url(./images/bloc_iearn.gif);
	background-repeat:no-repeat;
	
}

.bloc_mearn {
    width:192px;
	height:158px;
    background-image:url(./images/bloc_mearn.gif);
	background-repeat:no-repeat;
}

.bloc_citi {
    width:187px;
	height:158px;
    background-image:url(./images/bloc_citi.gif);
	background-repeat:no-repeat;
}

.blocs_texte {
	font-size:12px;
	font-weight:bold;
	color:#415d73;
	text-align:left;
	vertical-align:top;
	margin-left:12px;
}

.blocs_logo {
	border:none;
	float:right;
	margin-right:7px;
}

.bloc_news {

    width:196px;
	height:323px;
    background-image:url(./images/bloc_actualites.gif);
	background-repeat:repeat-x;
	
}

.date_article1 {
    margin-left:2px;
	font-size:11px;
	font-weight:bold;
	color:#745883;
	text-align:left;
}

.date_article2 {
    margin-left:2px;
	font-size:11px;
	font-weight:bold;
	color:#6d6d4e;
	text-align:left;
}

.date_article3 {
     margin-left:2px;
	font-size:11px;
	font-weight:bold;
	color:#3e973c;
	text-align:left;
}


.titre_news  {
    margin-left:2px; 
	font-size:11px;
	color:#415d73;
	text-align:left;
	margin-right:5px;
	font-weight:normal;
	font-stretch:wider;
}

.bloc_galerie {
    width:559px;
	height:124px;
    background-image:url(./images/gellerie_photo.gif);
	background-repeat:no-repeat;
	margin-top:5px;
}

/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 525px; /* Set to gallery width, in px or percentage */
height: 92px; /* Set to gallery height */

}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */


/********** FORM STYLES ***********************/ 

.ligne {
	display:table-row;
	
}

.colo, .colo_obli {
	display:table-column;
	float:left;
	width:370px;
	margin:0 0 4px 0;
}


.colo_obli {
	width:100px;
	background-color:#ff0000;
}

