body{
	background-image:url("images/back.jpg");
	text-align:left;
    background-color:#fff;
    color:#000000;
    font-weight:light;
	font-family: Helvetica, sans-serif, Verdana, Arial;
}

#top{
	width:1000px;
	font-size:12px;
	height:233px;
}

#top1{
	float:left;
	width:257px;
	font-size:0px;
}

#top2{
	float:left;
	width:743px;
	height:233px;
	background-image:url("images/top2.jpg");
	background-repeat:no-repeat;
	font-size:0px;
}

#entete{
	width:1000px;
	height:230px;
	font-size:0px;
}

#page-accueil{
	background-image:url("images/back.jpg");
	background-repeat:repeat-y;

}

/* Styles des menus déroulants */
.menuD{
	
}

.menuD .barre{
	float:left;
	padding:0px;
	height:22px; 
	width:100%;
	margin-top:-52px;
	margin-left:300px;
}

.menuD .rubrique{
	float:left;
/*
	min-width:170px;
*/
	height:20px;
	margin-right:10px;
	padding:0px;
	list-style:none;
	font-size:12px;
/*
	background-image:url("images/back-bar.jpg");
	background-repeat:repeat-x;
*/
	color:#fff;
	cursor:hand;
}

*html .menuD .barre{
	padding:0px;
	height:22px; 
	width:100%;
	margin-top:-52px;
	margin-left:100px;
}

*html .menuD .rubrique{ //pour IE6
	float:left;
    text-align:left;
	width:130px;
	height:0px;
    margin-left:50px;
	margin-right:0px;
	padding:0px;
	list-style:none;
	font-size:13px;
	color:#fff;
	cursor:hand;
}

.menuD .lien_rubrique{
/*
	width:270px;
*/
	margin-right:10px;
	height:21px;
	display:block;
	text-align:none;
	text-decoration:none;
	font-weight:bold;
}

.menuD .liste{
	display:none;
	width:170px;
	position:absolute;
	text-align:left;
	margin:0px;
	padding:0px;
/*
	background:#707173;
*/
}

.menuD .item{
	width:170px;
	text-align:left;
	font-size:12px;
	margin:0px;
	padding:0px;
	background:#707173;
	list-style:none;
	border-bottom:1px solid #707173;
	border-left:1px solid #707173;
	border-right:1px solid #707173;
	
}

.menuD .item-bas{
	width:172px;
	height:14px;
	text-align:left;
	font-size:12px;
	margin:0px;
	padding:0px;
	background:url("images/basmenu.gif");
	list-style:none;	
}

.menuD .item a{
	width:155px;
	padding-top:2px;
	padding-bottom:2px;
	text-decoration:none;
	text-align:left;
	display:block;
	margin-left:10px;
	margin-right:5px;
	color:white;
}

.menuD .item a:hover{
	background-color:#444444;
/*
	font-weight:bold;
*/
	color:#4fc2f3
}

#main{
	width:992px;
}

#main #left{
	float:left;
	width:227px;
	margin-left:32px;
}
#main #right{
	float:right;
	width:700px;
	text-align:justify;
}


.gris{
	color:#444444;
	font-weight:light;
    font-family: sans-serif;
    letter-spacing: 1.20ex;
	font-size:38px;
}

.orange{
	color:#f19700;
	font-weight:bold;
	font-size:14px;
}

.rouge{
	color:#b80507;
	font-weight:bold;
	font-size:14px;
}

#pied{
	clear:both;
	width:100%;
	margin:none;
	border:none;
	color:#a3a0a0;
}

#pied a, pied a:visited, pied a:hover{
	color:#a3a0a0;
}

