/* CSS Document */

/*------------------------------------------*/
/*---------- interface Graphique -----------*/
/*------------------------------------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	top: 0;
	/*scrollbar-face-color:#4F7EC9; 
	scrollbar-highlight-color:#FFFFFF; 
	scrollbar-3dlight-color:#FFFFFF; 
	scrollbar-darkshadow-color:#000000; 
	scrollbar-arrow-color:#FFFFFF; 
	scrollbar-track-color:#FFEE02;*/
}

body a {
	color: #000000;
	text-decoration: none;
}

body a:hover{
	color: #0000CC;
	text-decoration: none;
}
a.title {
	color: White;
	text-decoration: none;
}

a.title:hover{
	color: White;
	text-decoration: none;
}
#conteneur {
	position: absolute;
	margin-top: 5px;
	width: 100%;
}

#bandeau{
	position:relative;
	height:138px;
	width:100%;
	background-image:url(../images/interface/fond_bandeau.gif);
}

#image_bandeau{
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	width: 320px;
	font-family: Verdana, "Trebuchet MS", Tahoma, "Kristen ITC";
	font-weight: bold;
	color: #FFFFFF;
}

#pub{
	float:right;
	width:322px;
	height:104px;
	margin-top:1px;
	margin-right:50px;
	/*background-image:url(../images/interface/pub_bandeau.gif);*/
}

#logo{
	float:left;
	height:138px;
	width:137px;
}

#recherche{
	float:left;
	height:20px;
	width:122px;
	margin-top:139px;
	margin-left:-160px;
}

#raccourcis{
	float:right;
	margin-top:139px;
	color:#FFFFFF;
	font-weight:bold;
	margin-right:-130px;
	line-height:19px;
}

#raccourcis a{
	color:#FFF;
	text-decoration:none;
}

#raccourcis a:hover{
	color:#FFCC00;
	text-decoration:none;
}

#loupe{
	float:left;
	margin-left:-30px;
	margin-top:139px;
}


#menu_haut{
	position:relative;
	height:33px;
	margin-bottom:30px;
	text-align:center;
}


#menu_gauche{
	float:left;
	width: 138px;
	background-repeat:repeat-y;
	background-image:url(../images/interface/fond_menu_gche.gif);
}

#menu_droit{
	float:right;
	width: 140px;
	padding-top:15px;
	background-repeat:repeat-y;
	background-image:url(../images/interface/fond_menu_dt.gif);
}

.menu_text{
	width:128px;
	min-height:80px;
	position:relative;
	border:1px solid #999999;
	color:#0033CC;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:2px;
	margin-bottom:10px;
}

#conteneur_text{

	margin-left: 138px;
	margin-right: 140px;
	padding-left:5px;
	padding-right:5px;
}

#pied{
	clear:both;
	height: 20px;
	padding-top:25px;
	text-align:center;
	color:#FFFFFF;
}

.form_recherche{
	font-size:9px;
	padding-top:0px;
}

.border_table{
	border-style:solid;
	border-width:1px;
	border-color:#999999;
}

.titres{
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}

.cell_border{
	border-left:1px solid #999;
	border-top:1px solid #999;
	background-color:#FFFFFF;
	/*border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;*/
}

.no_border_form{
	border-width:0px;
	text-align:right;
}











