/*** CSS Vivre Ensemble  -  05.01.2011  ***/
/*** Creation par Virginie Fasano - www.2vcreation.com ***/


/* Default  */

body {
	/*behavior:url("includes/css/csshover2.htc");*/
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../images/image_fond.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	background-attachment:fixed;
	background-color:#94BA6A;
}

#fond_gen {
	/*behavior:url("includes/css/csshover2.htc");*/
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../images/image_fond.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
	background-color:#94BA6A;
}

#flash{
	background:url(../images/image_flash.png);
	height: 218px;
	width: 942px;
}
	
img{
	border:0px;
	display :block;
	
}

#fin{
	background:url(../images/ombre_bas.png) top no-repeat;
	height: 25px;
	width: 942px;
}

/*-----------------*/

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#principal{
	width:942px;
	padding-left:0px;
	padding-right:0px;
	margin-left:auto;
	margin-right:auto;
}

#principal_esat{
	width:900px;
	padding-left:0px;
	padding-right:0px;
	margin-left:auto;
	margin-right:auto;
}
	
	
/****************************************************/
/************** Navigation horizontale **************/
/****************************************************/

#menu {
	height:34px;
	position:relative;
	z-index: 1000;
	padding-top:24px;
}

#menu  a, #menu a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
}

#menu ul {
    display:block;
	list-style-type: none;
    list-style-image:none;  
	margin: 0;
	padding: 0;
	border: 0;
}

#menu ul li {
	display:block;
    float: left;
	position: relative;
	z-index: 1000;    
	margin: 0;
	padding: 0;
	border: 0;
    list-style-type: none;
    list-style-image:none;
}

#menu ul li a, #menu ul li a:link,#menu ul li a:visited,#menu ul li a:active {
	float: none !important;
	float: left;
	display: block;
	height:22px;
    /*color:#FFFFFF;*/
	margin: 0;
	text-align:center;
	text-decoration: none;
    list-style-image:none;
	overflow:hidden;
	padding:0px;
	font-size: 15px;
	text-decoration: none;
	text-transform:uppercase;
	/*font-family:"Franklin Gothic Medium Cond", Tahoma, Arial;*/
	font-family: Tahoma, Arial;
	padding-top:12px;
}

#menu ul li a.onglet1{width:94px; color:#FFFFFF; background-image:url(../images/onglet_fond_vert_94.png)}
#menu ul li a.onglet2{width:128px; color:#FFFFFF; background-image:url(../images/onglet_fond_vert_128.png)}
#menu ul li a.onglet3{width:215px; color:#FFFFFF; background-image:url(../images/onglet_fond_vert_215.png)}
#menu ul li a.onglet4{width:195px; color:#FFFFFF; background-image:url(../images/onglet_fond_vert_195.png)}
#menu ul li a.onglet5{width:81px; color:#FFFFFF; background-image:url(../images/onglet_fond_vert_81.png)}

/*#menu ul li a.onglet1:hover, #menu ul li:hover a.onglet1, #menu ul li a.onglet1v{width:94px; background-image:url(../images/onglet_fond_blanc_94.jpg)}
#menu ul li a.onglet2:hover, #menu ul li:hover a.onglet2, #menu ul li a.onglet2v{width:128px; background-image:url(../images/onglet_fond_blanc_128.jpg)}
#menu ul li a.onglet3:hover, #menu ul li:hover a.onglet3, #menu ul li a.onglet3v{width:215px; background-image:url(../images/onglet_fond_blanc_215.jpg)}
#menu ul li a.onglet4:hover, #menu ul li:hover a.onglet4, #menu ul li a.onglet4v{width:195px; background-image:url(../images/onglet_fond_blanc_195.jpg)}
#menu ul li a.onglet5:hover, #menu ul li:hover a.onglet5, #menu ul li a.onglet5v{width:81px; background-image:url(../images/onglet_fond_blanc_81.jpg)}*/

#menu ul li a.onglet1v{width:94px; color:#333333; background-image:url(../images/onglet_fond_blanc_94.png)}
#menu ul li a.onglet2v{width:128px; color:#333333; background-image:url(../images/onglet_fond_blanc_128.png)}
#menu ul li a.onglet3v{width:215px; color:#333333; background-image:url(../images/onglet_fond_blanc_215.png)}
#menu ul li a.onglet4v{width:195px; color:#333333; background-image:url(../images/onglet_fond_blanc_195.png)}
#menu ul li a.onglet5v{width:81px; color:#333333; background-image:url(../images/onglet_fond_blanc_81.png)}

#menu ul li a.nav_gauche{
	width:20px;
	background:url(../images/nav_bas_gauche.png) bottom no-repeat;
}

#menu ul li a.nav_droite{
	width:209px;
	background:url(../images/nav_bas_droite.png) bottom no-repeat;
}

/****************************************************/
/*************** Navigation verticale ***************/
/****************************************************/

#sous_menu {
}

#sous_menu  a, #sous_menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

#sous_menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	line-height:35px;
	list-style-type: none;
    list-style-image:none;
}

#sous_menu ul li {
	margin: 0;
	padding: 0;
	border: 0;
	padding-left:12px;
    list-style-type: none;
    list-style-image:none;
	background:url(../images/menu_separateur.jpg) no-repeat bottom;
}

#sous_menu ul li a, #sous_menu ul li a:link,#sous_menu ul li a:visited,#sous_menu ul li a:active {
	float: none !important;
	height:27px;
    color:#333333;
	margin: 0;
	text-decoration: none;
    list-style-image:none;
	overflow:hidden;
	padding:0px;
	font-size: 13px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

#sous_menu ul li a:hover, #sous_menu ul li a.check{
	float: none !important;
	height:27px;
    color:#990000;
	margin: 0;
	text-decoration: none;
    list-style-image:none;
	overflow:hidden;
	padding:0px;
	font-size: 13px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
/****************************************************/
/****************** Corps de la page ****************/
/****************************************************/

#corps{
	background:url(../images/corps_fond.png) no-repeat top #FFF;
	margin: 0;
	padding: 0;
	border: 0;
	width:940px;
	border-left:#739d4b solid 1px;
	border-right:#739d4b solid 1px;
}

/******************* Colonne gauche *****************/
#colG{
	width:241px;
	float:left;
	padding-top:22px;
	padding-left:21px;
	padding-right:17px;
}

#colG h1{
	/*font-family:"Franklin Gothic Medium Cond", Tahoma, Arial;*/
	font-family: Tahoma, Arial;
	font-size:18px;
	text-transform:uppercase;
	margin:0;
	padding-left:15px;
	color:#999999;
	font-weight:normal;
}

/******************* Colonne droite *****************/
#colD{
	width:622px;
	float:right;
	padding-right:39px;
	padding-top:22px;
	position:relative;
}

#colD h2{
	/*font-family:"Franklin Gothic Medium Cond", Tahoma, Arial;*/
	font-family: Tahoma, Arial;
	font-size:30px;
	text-transform:uppercase;
	margin:0;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:20px;
	color:#000;
	font-weight:normal;
}

#colD .texte_gen{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	margin-left:20px;
	color:#000;
	font-weight:normal;
}

#colD .texte_12_noir{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:normal;
}

#colD .franklin{
	/*font-family:"Franklin Gothic Medium Cond", Tahoma, Arial;*/
	font-family: Tahoma, Arial;
}

#colD .sous_titre_noir_n1{
	/*font-family:"Franklin Gothic Medium Cond", Tahoma, Arial;*/
	font-family: Tahoma, Arial;
	font-size:16px;
	color:#000;
	font-weight:normal;
	margin-bottom:6px;
	text-transform:uppercase;
}

#colD .sous_titre_noir_n1_1{
	/*font-family:"Franklin Gothic Medium Cond", Tahoma, Arial;*/
	font-family: Tahoma, Arial;
	font-size:16px;
	color:#000;
	font-weight:normal;
	margin-bottom:0px;
	text-transform:uppercase;
}

#colD .sous_titre_noir_n2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:normal;
	margin-bottom:6px;
}

#colD .fond_vert{
	background-color:#F9FCF7;
	border: #CFE4BF solid;
	padding:15px;
}

#colD .fond_vert_accueil{
	background-color:#F9FCF7;
	border: #CFE4BF solid;
	padding:10px;
	text-align:center;
	font-family: Tahoma, Arial;
	font-size:15px;
	font-weight:normal;
	text-transform:uppercase;
}

#colD .encart_vert{
	background-color:#F9FCF7;
	border:#CFE4BF solid;
	padding:15px;
	width:170px;
	height:50px;
	text-align:center;
	/*font-family:"Franklin Gothic Medium Cond", Tahoma, Arial;*/
	font-family: Tahoma, Arial;
	font-size:13px;
	padding-top:50px;
}

#colD .marge_15{
	margin-left:15px;
}

#colD .marge_30{
	margin-left:30px;
}

#colD a:link,#colD a:visited,#colD a:active{
	color:#000;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#colD a:hover{
	color:#990000;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#colD a.rouge:link,#colD a.rouge:visited,#colD a.rouge:active{
	color:#990000;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#colD a.rouge:hover{
	color:#990000;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

/******************* Pied de page ******************/
#footer{
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:115px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:20px;
	padding-top:50px;
}

#footer_fam{
	background-image:url(../images/footer_fam.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:115px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:20px;
	padding-top:50px;
}

#footer_foyers{
	background-image:url(../images/footer_foyers.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:136px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:20px;
	padding-top:50px;
}

#footer_esat{
	background-image:url(../images/footer_esat.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:132px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:20px;
	padding-top:50px;
}

#footer_asso{
	background-image:url(../images/footer_asso.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:132px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:20px;
	padding-top:50px;
}
	
#footer a:link,#footer a:visited,#footer a:active,
#footer_fam a:link,#footer_fam a:visited,#footer_fam a:active,
#footer_foyers a:link,#footer_foyers a:visited,#footer_foyers a:active,
#footer_esat a:link,#footer_esat a:visited,#footer_esat a:active,
#footer_asso a:link,#footer_asso a:visited,#footer_asso a:active{
	color:#666666;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#footer a:hover,
#footer_fam a:hover,
footer_foyers a:hover,
footer_esat a:hover,
footer_asso a:hover{
	color:#666666;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

/* #slide remplace #flash */
#slide{
	height: 218px;
	width: 942px;
	position:relative;
}

#slide #logo{
	position:absolute;
	top:0;
	z-index:100;
}
	
#slide #ombre{
	position:absolute;
	top:0;
	z-index:0;
}
	
#slide #bulles{
	position:absolute;
	top:0;
	z-index:100;
}

#slideshow {
    position:relative;
	z-index:1;
	top:0;
	overflow:hidden;
	height: 218px;
	width: 942px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    z-index:8;
	overflow:hidden;
	height: 218px;
	width: 942px;
}

#slideshow DIV.active {
    z-index:10;
	left:0;
	top:0;
}

#slideshow DIV.last-active {
    z-index:9;
	left:0;
}

#slideshow DIV IMG {
    display: block;
    border: 0;
    /*width:650px;
    height:230px;*/
}
