
/* disposition à l'écran  */

#titre1 {
	margin:0px 5px 0px 5px;
	border-top: 2px solid #906;
	border-bottom: 2px dotted #906;
	background-color: #fff;
	height: 30px;
	font-size: 20px;
	font-weight:normal;
	color:#666;
	text-indent: 10px;
}

#titre2 {
	margin:0px 5px 0px 5px;
	border-bottom: 2px solid #906;
	background-color: #ccc;
	height: 30px;
	font-size: 20px;
	font-weight:normal;
	color:#906;
	text-indent: 260px;
}

#entete {
	margin:0px 5px 5px 5px;
	background: no-repeat right top;
	height: 140px;
}

#haut {
	height: 90px;
	margin:0px 5px 0px 5px;
}

#utile{
	position:absolute;
	right:5px;
	top:210px;
	text-align:right;
}

#conteneur {
	position: absolute;
	background-color: #fff;
	width: 700px;
	top:3%;
	left: 20%;
}

#centre {
	margin: 5px 30px 5px 30px;
	min-height:230px;
}

#droite {
	float:right;
	margin-right:0px;
	margin-top:30px;
}

#pied {
	height: 70px;
	font-size: 10px;
	text-align: center;
	line-height:20px;
	margin:0px 5px 0px 5px;
}

/* styles généraux  */

.separation {
	clear:both;
	color:#990066;
	size:2px;
}

/* formulaire recherche  */
.formrecherche { 
	color:#666;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
form.formrecherche { 
	margin: 0px 0px 3px 0px;
}

/* styles des menus et liens  */

.lienmenuon        {color: #666; text-decoration: none;}
a.lienmenu  	     {margin-left:10px;font-size: 11px;}
a.lienmenu:link    {color:#906; text-decoration: none;}
a.lienmenu:visited {color:#906; text-decoration: none;}
a.lienmenu:hover   {color:#666; text-decoration: none;}
a.lienmenu:active  {color:#906; text-decoration: none;}


.menuhaut {
	list-style-type: none;
	margin: 0 0 0 40px;
	padding:10;
}
.menuhaut li {
	float: left;
	font-size:14px;
	font-weight:bold;
	margin-right: 10px;
	background-color: #ddd;
	height: 30px;
	line-height:30px;
	text-align:center;
	border:2px dotted #906;
	color:#906;
}


.menudroit {
	list-style-type: none;
	margin: 0;
	padding:0;
}
.menudroit li {
	margin:8px 0px 10px 5px;
	height: 30px;
	width: 130px;
	line-height:30px;
	font-size:13px;
	text-align: center;
	background-color: #ddd;
}


a.menuon {
	color: #666;
	margin:0px 10px;
	text-decoration: none;
	font-weight: bold;
	border-color: #ddd;
	background-color: #ddd;
}
a.menu {
	color: #906;
	margin:0px 10px;
	text-decoration: none;
	border-color: #ddd;
	background-color: #ddd;
}
a.menu:hover {
	color: #666;
	text-decoration: none;
	font-weight:normal;
	border-color: #ddd;
	background-color: #ddd;
}
