
/*les conteneurs principaux------------------------*/
body {
font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
font-size: 0.8em;
background: #8BAAED ; /* 463FFF */
/*background: url(../images/deg.jpg) repeat-y 0;*/
}

#conteneur {
width: 800px;
margin-left: auto;
margin-right: auto;
background: url(../images/cote.jpg) repeat-y;
}

#IEfixleft{
width: 9%;
float:left;
clear:left;
}

/*#IEfixright{
float:left;
clear:right;
}*/

#header {
height: 90px;
background: url(../images/banniere.bmp) no-repeat;
}

#haut {
height: 35px;
background: url(../images/bg_menu.jpg) repeat-x 0;
padding-left: 3px;
}

#centre {
padding-left: 20px;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 30px;
background: url(../images/cote.jpg) repeat-y;
}

#langue {
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
background: url(../images/cote.jpg) repeat-y;
}

#pied {
height: 50px;
text-align: center ;
color: #A2A2A2 ;
background: url(../images/bas.jpg) repeat-x 0;
}

/*polices des listes*/
.liste_titre
{
	margin-left: 25px;
	color: #000 ;
	font-family: "Trebuchet MS";
	font-size: 10pt ;
	font-style: italic ;
}

.liste_date
{
	margin-left: 15px;
	color: #A8A8A8 ;
	font-family: "Trebuchet MS";
	font-size: 8pt ;
}

.liste_desc
{
	margin-left: 5px;
	margin-right: 5px;
	text-align: justify;
	color: #000 ;
	font-family: "Trebuchet MS";
	font-size: 9pt ;
}

/*mise en page du menu de connexion et du choix de langue*/
ul#menu_lang
{
	height: 30px ;
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
	text-align : right; 
	margin-right: 15px ;
}

ul#menu_chemin
{
	height: 30px ;
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
	text-align : left; 
	margin-left: 15px ;
	margin-top: -25px ;
	margin-bottom: 30px ;
	color: #FF0000;
	font-family: "Trebuchet MS";
}

ul#menu_connexion
{
	height: 90px ;
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
	text-align : right; 
	margin-right: 10px ;
	margin-top: 10px ;
}

/*mise en page du menu-------------------------------------*/
ul#menu
{
	height: 35px ;
	margin-left: 1px ;
	padding: 0 ;
	list-style-type: none ;
}

ul#menu li
{
	float: left ;
	text-align: center ;
}

ul#menu li a
{
	width: 131px ;
	line-height: 35px ;
	font-size: 1em ;
	font-weight: bold ;
	letter-spacing: 1px ;
	color: #404040 ;
	display: block ;
	text-decoration: none ;
	border-right: 1px solid #A2A2A2 ;
	/*padding-right: 0px;*/
}

ul#menu li a:hover
{
	background: url(../images/bg_overmenu.jpg) repeat-x 0 0 ;
}


dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

/*Mise en forme des liens*/
a:link
{ 
	color: #FF0000 ;
	font-size: 9pt ;
	text-decoration: none ; 
}
a:visited
{	
	color: #FF0000 ;
	font-size: 9pt ;
	text-decoration: none ; 
}
a:hover 
{
	color: #0000FF ;
	font-size: 9pt ;
	text-decoration: underline ; 
}

/*classe commune aux formulaires----------------------------------------------------------------*/
/*.formulaire label:hover
{
	font-weight: bold;
}

.formulaire textarea
{
	margin-left: 1%;
	width: 70%;
	border: #CCC 1px solid;
	height: 100px;
}*/

/*formulaire*/
.form
{
	margin-left: 4%;
	margin-right: 4%;
	width: 92%;
}

.form p
{
	margin: 2px 0;
}

/* fieldset , legend */
.form fieldset
{
	margin-bottom: 10px;
	border: #CCC 1px solid;
}

.form fieldset:hover
{
	background-color: #F8F8F8;
}

.form fieldset legend
{
	padding: 0 10px;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	font-size: 1.2em;
	color: #999;
	font-weight: bold;
}

.form label
{
	background-color: #C1CFEF;
	display: block;
	width: 25%;
	float: left;
	padding-right: 1%;
	text-align: right;
	letter-spacing: 1px;
}

.form_right_button
{
	background-color: #C1CFEF;
	display: block;
	width: 25%;
	margin-left: 10%;
	float: left;
	letter-spacing: 1px;
}

.form_left_button
{
	background-color: #C1CFEF;
	display: block;
	width: 25%;
	margin-left: 27%;
	float: left;
	letter-spacing: 1px;
}

.form_input 
{
	margin-left: 1%;
	width: 70%;
	border: #CCC 1px solid;
}
.form_select 
{
	margin-left: 1%;
	width: 70%;
	border: #CCC 1px solid;
}
.form_textarea
{
	width: 70%;
	margin-left: 1%;
	margin-right: 1%;
	text-align: justify;
	border: #CCC 1px solid;
	height: 200px;
}
.form_checkbox
{
	margin-left: 1%;
}


/*Mise en forme des cadres*/
fieldset
{
	margin-bottom: 10px;
	border: #CCC 1px solid;
}

fieldset legend
{
	padding: 0 10px;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	font-size: 1.2em;
	color: #999;
	font-weight: bold;
}


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

