body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-position: center top;
	background-image: url(../images/commun/page_fond.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

body, table/* font, p, td, th, font, span*/ {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
}

a, a:active, a:link, a:visited, a:focus {
	text-decoration: underline;
	color: #3f8ac5;
}

a:hover {
	color: #95ab00;
	text-decoration: none;
}

div, form, img, ul, li, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: none;
}

input[type="submit"] {
	cursor: pointer;
}

input[type="reset"] {
	cursor: pointer;
}

.fin_float {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    margin: 0;
    padding: 0;
    border: 0;
    height: 0;
    overflow: auto;
    visibility: hidden;
    display: block;
}


#conteneur {
	position: relative;
	clear: both;
	width: 990px;
	text-align: left;
	margin: 0 auto 0 auto;
}


/*********************/
/* bloc haut de page */
/*********************/

.top {
	width: 990px;
	margin: 0;
	padding: 0;
}

.top_logo {
	float: left;
	width: 510px;
	height: 80px;
}

.top-baseline {
	float: left;
	width: 480px;
	height: 80px;
	text-align: right;
}



.menuhaut {
	clear: both;
	padding: 17px 0 35px 75px;
}

.sf-menu, .sf-menu * {
	list-style: none;
	font-size: 12px;
	line-height: 15px;
	display: block;
	margin: 0;
	padding: 0;
}

.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 200px; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
	width: 100%;
}

.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu a.encours:link, .sf-menu a.encours:visited, .sf-menu a.encours:hover,
.sf-menu a.path:link, .sf-menu a.path:visited, .sf-menu a.path:hover {
	text-decoration: none;
	color: #d5ef3e;
	background-position: left -67px;
	background-image: url(../images/commun/sf-menu_puce_niv1.gif);
	background-repeat: no-repeat;
}

.sf-menu li {
	float: left;
	position: relative;
	padding: 0 0 0 0;
}

.sf-menu a {
	display: block;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	margin: 0 8px 0 0;
	padding: 0 0 7px 16px;
	background-color: #3f8ac5;
	background-position: left -7px;
	background-image: url(../images/commun/sf-menu_puce_niv1.gif);
	background-repeat: no-repeat;
}

.sf-menu a:visited {
	color: #ffffff;
	text-decoration: none;
}

.sf-menu a:hover {
	color: #d5ef3e;
	background-position: left -67px;
	background-image: url(../images/commun/sf-menu_puce_niv1.gif);
	background-repeat: no-repeat;
}

.sf-menu ul  {
	margin: 0 0 0 0;
	padding-bottom: 15px;
	background-position: left bottom;
	background-image: url(../images/commun/sf-menu_ul_fond.png);
	background-repeat: no-repeat;
}

.sf-menu ul li a {
	display: block;
	text-transform: none;
	color: #ffffff;
	margin: 0 0 0 0;
	padding: 4px 10px 4px 36px;
	background-color: #3f8ac5;
	background-position: 16px -3px;
	background-image: url(../images/commun/sf-menu_puce_niv1.gif);
	background-repeat: no-repeat;
}

.sf-menu ul li a:hover {
	color: #d5ef3e;
	background-position: 16px -63px;
	background-image: url(../images/commun/sf-menu_puce_niv1.gif);
	background-repeat: no-repeat;
}

.sf-menu ul li a.encours:link, .sf-menu ul li a.encours:visited, .sf-menu ul li a.encours:hover,
.sf-menu ul li a.path:link, .sf-menu ul li a.path:visited, .sf-menu ul li a.path:hover {
        background-position: 16px -63px;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 21px; /* match top ul list item height */
	z-index: 99;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 200px; /* match ul width */
	top: 0;
}


.sf-menu .sf-menu-g ul li li {
	left: -383px; /* match ul width */
	top: 0;
}


html>/**/body .sf-menu .sf-menu-g ul li li {
	left: -400px; /* match ul width */
	top: 0;
}


html>/**/body ul.sf-menu li li:hover ul, html>/**/body ul.sf-menu li li.sfHover ul {
	left: 200px;
}

ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 200px; /* match ul width */
	top: 0;
}


/*** arrows **/
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			15px;
	text-indent: 	-999em;
	overflow:		hidden;
}

a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 0.2em;
	
	background-position: left -100px;
	background-image: url(../images/commun/sf-sub-indicator.gif);
	background-repeat: no-repeat;
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: left -100px;
	background-repeat: no-repeat;
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position: left top; background-repeat: no-repeat; }
.sf-menu ul a > .sf-sub-indicator { background-position: left top; background-repeat: no-repeat; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: left -100px; /* arrow hovers for modern browsers*/
	background-repeat: no-repeat;
}


/* outils */
#outils {
	clear: both;
	padding: 0 0 25px 90px;
}

#outils ul {
	float: right;
	list-style-type: none;
}

#outils ul li {
	float: left;
	font-size: 11px;
	color: #3f8ac5;
	margin-right: 8px;
}

#outils ul li a:link, #outils ul li a:visited {
	display: block;
	color: #3f8ac5;
	text-decoration: none;
	white-space: nowrap;
}

#outils ul li a:hover {
	color: #4ca100;
}

#outils ul a.pro:link, #outils ul a.pro:visited {
	margin: 3px 0 0 0;
	padding: 5px 28px 5px 0;
	background-position: right top;
	background-image: url(../images/commun/outils_espace_pro.gif);
	background-repeat: no-repeat;
}

#outils ul a.pro:hover {
	background-position: right -40px;
	background-image: url(../images/commun/outils_espace_pro.gif);
	background-repeat: no-repeat;
}

#outils ul a.lettre:link, #outils ul a.lettre:visited {
	margin: 3px 0 0 0;
	padding: 5px 30px 5px 0;
	background-position: right top;
	background-image: url(../images/commun/outils_lettre_infos.gif);
	background-repeat: no-repeat;
}

#outils ul a.lettre:hover {
	background-position: right -40px;
	background-image: url(../images/commun/outils_lettre_infos.gif);
	background-repeat: no-repeat;
}

#outils ul a.faq:link, #outils ul a.faq:visited {
	margin: 3px 0 0 0;
	padding: 5px 29px 5px 0;
	background-position: right top;
	background-image: url(../images/commun/outils_faq.gif);
	background-repeat: no-repeat;
}

#outils ul a.faq:hover {
	background-position: right -40px;
	background-image: url(../images/commun/outils_faq.gif);
	background-repeat: no-repeat;
}

#outils ul a.rss:link, #outils ul a.rss:visited {
	margin: 3px 0 0 0;
	padding: 5px 27px 5px 0;
	background-position: right top;
	background-image: url(../images/commun/outils_rss.gif);
	background-repeat: no-repeat;
}

#outils ul a.rss:hover {
	background-position: right -40px;
	background-image: url(../images/commun/outils_rss.gif);
	background-repeat: no-repeat;
}

#outils ul a.multimedia:link, #outils ul a.multimedia:visited {
	margin: 3px 0 0 0;
	padding: 5px 27px 5px 0;
	background-position: right top;
	background-image: url(../images/commun/outils_multimedia.gif);
	background-repeat: no-repeat;
}

#outils ul a.multimedia:hover {
	background-position: right -40px;
	background-image: url(../images/commun/outils_multimedia.gif);
	background-repeat: no-repeat;
}

#outils ul a.partage:link, #outils ul a.partage:visited {
	margin: 3px 0 0 0;
	padding: 5px 65px 5px 0;
	background-position: right top;
	background-image: url(../images/commun/outils_partage.gif);
	background-repeat: no-repeat;
}

#outils ul a.partage:hover {
	background-position: right -40px;
	background-image: url(../images/commun/outils_partage.gif);
	background-repeat: no-repeat;
}



#outils .recherche {
	float: right;
	font-size: 11px;
	color: #3f8ac5;
	margin-top: 4px;
}

#outils .recherche form .chps {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    width: 110px;
    height: 20px;
    color: #3f8ac5;
    vertical-align: top;
    margin: 0 0 0 0;
    padding: 2px 0 0 5px;
    background-color: transparent;
    border: none;
	background-position: left top;
	background-image: url(../images/commun/outils_rech_fond.gif);
	background-repeat: no-repeat;
}

#outils .recherche form .ok {
    vertical-align: top;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}




/* contenu */
#contenu {
	float: left;
	width: 580px;
	padding: 0 50px 0 90px;
}

/* barre du chemin */
.chemin {
	clear: both;
	margin-bottom: -5px;
	padding: 0 0 0 20px;
}

.chemin ul {
	text-align: right;
}

/*Petite modif sur le padding passé de 0 a 8px*/
.chemin ul li {
	display: inline;
	font-size: 10px;
	color: #ff820b;
}

.chemin ul li a:link, .chemin ul li a:visited {
	font-weight: normal;
	color: #5f5f5f;
	text-decoration: none;
	margin: 0 0 0 3px;
	padding: 0 0 0 8px;
	background-position: left -6px;
	background-image: url(../images/commun/chemin_puce.gif);
	background-repeat: no-repeat;
}

.chemin ul li a:hover {
	color: #ff820b;
	text-decoration: none;
	background-position: left -86px;
	background-image: url(../images/commun/chemin_puce.gif);
	background-repeat: no-repeat;
}











/* col droite */
#infos {
	float: left;
	width: 270px;
	padding: 70px 0 20px 0;
}

#infos p {
	padding: 0 0 20px 0;
	margin: 0;
}

#infos .exergue {
	clear: both;
	margin-bottom: 30px
}

#infos .exergue_haut {
	height: 30px;
	background-position: left top;
	background-image: url(../images/commun/exergue_haut.gif);
	background-repeat: no-repeat;
}

#infos .exergue_centre {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	line-height: normal;
	letter-spacing: -1px;
	color: #3f8ac5;
	padding: 0 10px 0 10px;
	background-position: left top;
	background-image: url(../images/commun/exergue_centre.gif);
	background-repeat: repeat-y;
}

#infos .exergue_centre a:link, #exergue_centre .news a:visited {
	color: #3f8ac5;
	text-decoration: none;
}

#infos .exergue_centre a:hover {
	color: #95ab00;
}

#infos .exergue_bas {
	height: 65px;
	background-position: left top;
	background-image: url(../images/commun/exergue_bas.gif);
	background-repeat: no-repeat;
}

#infos .vignette {
	clear: both;
	font-size: 11px;
	color: #333333;
	margin-bottom: 30px;
}

#infos .actu {
	clear: both;
	font-size: 11px;
	color: #333333;
	margin-bottom: 30px;
	background-color: #e4e4e4;
}

#infos .actu p {
	line-height: 19px;
	padding: 0 0 12px 0;
	margin: 0;
}

#infos .actu a:link, #infos .actu a:visited {
	font-weight: bold;
	color: #4ca100;
	text-decoration: none;
}

#infos .actu a:hover {
	color: #3f8ac5;
}

#infos .actu_haut {
	height: 20px;
	background-position: left top;
	background-image: url(../images/commun/actu_haut.gif);
	background-repeat: no-repeat;
}

#infos .actu_centre {
	padding: 0 20px 0 20px;
	background-color: #e4e4e4;
}
#infos .actu .actu_centre .date {
	float: left;
	font-size: 10px;
	font-weight: bold;
	color: #4CA100;
	margin: 3px 0 0 0;
	padding: 0;
}


#infos .actu .actu_centre .date span {
	display: block;
	margin: 0 10px 0 0;
	padding: 1px 5px 1px 5px;
	border: 1px solid #4CA100;
}
#infos .actu_bas {
	height: 20px;
	background-position: left top;
	background-image: url(../images/commun/actu_bas.gif);
	background-repeat: no-repeat;
}

#infos .actu p {
	line-height: 15px;
}


#infos .actu h3 {
	font-size: 17px;
	line-height: normal;
	font-weight: normal;
	color: #4ca100;
	margin: 0 0 8px 0;
	padding: 0;
}

#infos .actu_toute {
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #4ca100;
	text-transform: uppercase;
	margin-bottom: 30px;
}

#infos .actu_toute a:link, #infos .actu_toute a:visited  {
	display: block;
	color: #4ca100;
	text-decoration: none;
	margin: 0 0 0 40px;
	padding: 9px 0 9px 40px;
	background-position: left top;
	background-image: url(../images/commun/actu_toute_puce.gif);
	background-repeat: no-repeat;
}

#infos .actu_toute a:hover {
	color: #3f8ac5;
	background-position: left -90px;
	background-image: url(../images/commun/actu_toute_puce.gif);
	background-repeat: no-repeat;
}


#infos .social {
	clear: both;
	margin-bottom: 30px;
}


#infos .social .top {
	clear: both;
	width: 270px;
	height: 60px;
	background-position: left top;
	background-image: url(../images/commun/social_top_fond.gif);
	background-repeat: no-repeat;
}

#infos .social .txt {
	font-weight: bold;
	color: #ffffff;
	padding: 0 20px 5px 20px;
	background-color: #3f8ac5;
	background-position: left bottom;
	background-image: url(../images/commun/social_txt_fond.gif);
	background-repeat: no-repeat;
}

#infos .social .txt a:link, #infos .social .txt a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#infos .social .txt a:hover {
	text-decoration: none;
}

#infos .social .txt img {
	float: right;
	margin-left: 15px;
	font-weight: bold;
}



/* menu bas */
.basdepage {
	clear: both;
	height: 150px;
	margin-bottom: 20px;
	background-position: left bottom;
	background-image: url(../images/commun/basdepage_fond.gif);
	background-repeat: no-repeat;
}

.basdepage ul {
	float: left;
        /*width: 350px;*/
	width: 300px;
	list-style-type: none;
	margin: 95px 0 0 90px;
}

.basdepage ul li {
	float: left;
	color: #3f8ac5;
	margin-right: 5px;
}

.basdepage ul li a:link, .basdepage ul li a:visited {
	display: block;
	font-weight: bold;
	color: #3f8ac5;
	text-decoration: none;
	white-space: nowrap;
	margin: 0 0 0 0;
	padding: 1px 15px 1px 0;
	background-position: right -4px;
	background-image: url(../images/commun/basdepage_puce.gif);
	background-repeat: no-repeat;
}

.basdepage ul li a:hover {
	color: #95ab00;
	background-position: right -54px;
	background-image: url(../images/commun/basdepage_puce.gif);
	background-repeat: no-repeat;
}

.basdepage .partenaires {
	float: right;
	margin: 55px 145px 0 0;
}

.basdepage .partenaires img {
	margin: 0 0 0 20px;
}
