/*****************************/
/*   Paramètres Généraux     */
/*****************************/
body {
	padding:0;
	margin:0;
	color:#000000;
}
body, td {
	font-family:Tahoma;
	font-size:11px;
}
a {
	cursor:pointer;
}
br {
	font-size:10px
}

/****************************/
/* Conteneur de la page     */
/****************************/

#conteneur_900 {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/*****************************/
/*    Paramètres Header      */
/*****************************/

.header {
	color:#1A5583;
	font-size:11px;
	line-height:13px;
	width: 800px;
	height: 120px;
}
.header #logo  {
	float: left;
	width: 200px;
	text-align: center;
}
.header #banniere {
	float: left;
	width: 300px;
	text-align: center;
}

.header #login {
  float: left;
  width: 300px;
}
.header #menu {
	clear: left;
	width: 800px;
	border-bottom: 1px solid gray;
	text-align: center;
}

.header a {
	color:#1A5583;
	text-decoration:none
}
.header a:hover {
	text-decoration:underline
}

/*****************************/
/*    Paramètres Footer      */
/*****************************/

.footer {
	clear: both;
	color:#828282;
	font-size:11px;
	line-height:13px;
	width: 800px;
	border-top: 1px solid gray;
	text-align: center;
}
.footer a {
	color:#828282;
	font-size:11px;
	text-decoration:none
}
.footer a:hover {
	text-decoration:underline
}

/**************************************/
/*      Parametres menu gauche        */
/**************************************/
#menu_gauche {
	width: 213px;
	margin-top: 50px;
	margin-left: 5px;
	text-align: left;
	}
#menu_gauche ul{
	list-style-type:none;
	margin: 0;
	padding: 0;
	}	
#menu_gauche li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu_gauche li a:link, #menu_gauche li a:visited {
	color: #333;
	display: block;
	background:  url(menu_gauche.gif);
	padding: 8px 0 0 10px;
	}
	
#menu_gauche li a:hover {
	color: #FFF;
	background:  url(menu_gauche.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}				

/*****************************/
/*        ID divers          */
/*****************************/

#titre_page {
	padding:10px 0px 0px 15px;
	color:#000000;
	font-size:15px;
	display:block;
	height:23px;
	margin:4px 0px 0px 0px;
	text-decoration: underline;
	font-weight: bold;
}
#rubriques {
	padding:10px 0px 0px 20px;
	color:#FFFFFF;
	font-size:15px;
	display:block;
	margin-top:4px;
	margin-left:1px;
	height:23px;
}
#txt {
	padding:10px 9px 0px 15px;
	margin:4px 0px 0px 0px;
}
#menu_g {
	float: left;
	width: 150px;
}
#page_dyn {
	float: left;
	width: 650px;
}
#cadre_img {
clear: left;
float: left;
width: 200px;
margin-top: 10px;
margin-bottom: 10px;
}
#cadre_txt {
width: 230px;
float: left;
margin-left: 5px;
margin-top: 10px;
margin-bottom: 10px;
}
table.ex
{
color:#020202;
background-color:#f1f1f1;
font-size:14px;
padding:2px;
border-top: 1px solid gray;
border-left: 1px solid gray;
border-bottom: 0px solid gray;
border-right: 0px solid gray;
}
table.ex tr, table.ex td 
{
padding-bottom:2px;
border-top: 0px solid gray;
border-left: 0px solid gray;
border-bottom: 1px solid gray;
border-right: 1px solid gray;
}

/* partie commune gauche*/
a.button1{
display: block;
background-color:#418ce9;
background-repeat: no-repeat;
width: 132px;
height: 40px;
margin: 5px auto;
padding: 5px 0 0 0;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
font-weight: bold;
text-decoration: none;
}
a.button1:link, a.button1:visited {
color: #002577;
}
a.button1:hover, a.button1:active {

color: #FF7200;
}

td.lien {
 text-align:center; 
 border-width:3px;
 border-style:outset; 
 border-color:#418ce9; 
 font-size:14px;
 font-weight:700;
}


