/*###############################################
################################################
###
###  Page d'accueil - Home
###
###############################################
##############################################*/

body{
	font-family: Arial, Geneva, sans-serif;
	background: #FFFFFF;
	margin: 0;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
}

#home_global {
position:absolute;
left: 45%;
top: 50%;
width: 778px;
height: 500px;
margin-top: -200px; /* moitié de la hauteur */
margin-left: -350px; /* moitié de la largeur */
}

#home_contenu {
	/*
position:absolute;

left: 45%;
top: 50%;
*/
width: 778px;
	height: 384px;
	/*
margin-top: -200px;
margin-left: -350px;
*/
border: 1px solid #BEC7D4;
}

#home_haut {
	width: 778px;
	height: 260px;
    margin: 0px;
	padding: 0px;
	border: 0px;
} 

.menu_rapide {
	background-color: #7C9594;
	float: right;
	width: 209px;
	/*height: 18px;*/
	margin: 0;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top : 3px;
}

select.menu_rapide {
	background-color: #0D1F71;
	color: #FFFFFF;
}

#home_menu_niveau_1 {
	background: #0C427F;
	width: 778px;
	height: 19px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
} 




.home_bas_zone_actu {
	float: right;
	width: 210px;
	height: 121px;
}



#copyright {
	width: 778px;
	height: 28px;
	text-align: center;
	font-size: 10px;
	color: #8799C5;
} 

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #8799C5;
	text-decoration: none;
}
a:hover {  color: #8799C5; text-decoration: none; }
a:active {
	color: #8799C5;
	text-decoration: none;
}


#menu {
	left:3;
	top: 100px;
	width: 778px;
	background-color: #ffcc00;
	margin:0;
	padding:0;
	height: 22px;
	list-style-type: none;
	text-align: center;
}


		#menu li a {
		text-decoration: none;

			font-size: 12px;
			color: #FFFFFF;
			font-weight: bold;

		}

		#menu li a:hover {
		background: #CB1242;

		}




.image_separation {
	margin: 0;
	padding: 0;
}

a.image_separation3 {
	text-decoration: underline;
}

li.image_separation2 {
	margin: 0;
	padding: 0;
}


dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu_d {
margin: 0;
padding: 0;
position: absolute;
top: 50;
left: 0;
z-index:100;
width: 100%; /* précision pour Opera */
}
#menu_d dl {
float: left;
width: 125px;

/*height: 19px;**/

}
#menu_d dt {
cursor: pointer;
vertical-align:middle;
text-align: center;
margin-top: 0px;
margin-bottom: 0px;

}
#menu_d dd {
display: none;
}
#menu_d li {
	text-align: center;
	background:#FF9900;
	padding-bottom:5px;
}

#menu_d li a {
color: #FFFFFF;
text-decoration: none;
display: block;
/*height: 100%;*/
border: 0 none;
font-weight: normal;
font-size:11px;
text-align: left;
margin-left: 3px;
}
#menu_d dt a {
color: #FFFFFF;
text-decoration: none;
padding-top:2px;
display: block;
height:1.38em;
/*height: 100%;*/
border: 0 none;
}

#menu_d li a:hover {
color: #FEB288;
}


#menu_d dt a:hover {
	padding-top:2px;
	margin: 0;
	/*padding: 0;*/
border: 0 none;
	background: #FF9900;
}



		li.menu_haut_n1 {
		list-style-image: url(http://www.cabri22.com/medias/images/www/structure/t.gif);
		}
