@import url("menu_haut.css");
@import url("menu_gauche.css");
@import url("droite.css");

* {
	margin: 0px;
	padding: 0px;
}
.breaker {
	clear: both;
	overflow:hidden;
	height:1px;
}
body {
	margin: 0px;
	padding: 0px;
	background: #fff url(../images/common/bg_body.gif) repeat-x 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333x;	
}
.bold {font-weight: bold;}
.justif {text-align: justify;}
.maj {	text-transform: uppercase;}
.lien {text-decoration: underline;}
.lien:hover {text-decoration: none;}
.principal_decorator1 {
	width: 920px;
	height: 605px;
	margin: 0px auto 0px auto;
	background: url(../images/common/bg_gauche.gif) no-repeat left 0px;
}
.principal_decorator2 {
	width: 920px;
	height: 605px;
	margin: 0px;
	background: url(../images/common/bg_droit.gif) no-repeat right 0px;
}
#principal {
	width: 900px;
	height: 583px;
	margin: 0px auto 0px auto;
	background: #fff;
}
#banniere {
	width: 900px;
	height: 96px;
	margin: 0px 0px 0px 0px;
	background: url(../images/picts_fr/banniere.gif) no-repeat 0px top;
}
#logo {
	width: 213px;
	height: 96px;
	float: left;
	margin: 0px 0px 0px 0px;
}
#banniere_gauche {
	width: 687px;
	height: 96px;
	float: left;
	margin: 0px 0px 0px 0px;
}
#menu_banierre {
	float: right;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#menu_banierre a {
	color: #fff;
	text-decoration: none;
}
#menu_banierre a.on {
font-weight:bold;
}
#menu_banierre ul { 
	display: block;
	padding: 8px 0px 0px 0px;	
}
#menu_banierre ul li { 
	display: inline;
	margin: 0px 8px 0px 0px;
	padding: 20px 0px 0px 9px;
	border-left: 1px solid #c7f6ff;
}
#menu_banierre ul li.ss_border {
	border: none;
}

#bande_haut {
	width: 900px;
	height: 29px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #b9d9ac;
}

#recherche_box {
	width: 157px;
	height: 29px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	background: url(../images/common/recherche_bg.gif) no-repeat 0px 0px;
} 
#recherche_box input {
	width: 75px;
	height: 19px;
	margin: 4px 0px 0px 10px;
	padding: 0px 0px 0px 25px;
	float: left;
	background: #fff url(../images/common/recherche_input_bg.gif) no-repeat 0px 0px;
	border: 1px solid #85b870;
	color: #989898;
} 
#recherche_box img {
	margin: 5px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.chemin{
width:680px;
color:#6699CC;
font-size:10px;
padding:10px 0px 0px 0px;
}
.chemin a{
color:#6699CC;
text-decoration:none;
}
.chemin span{
color:#999999;
text-decoration:none;
}

 
#colonne_gauche {
	width: 190px;
	float: left;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 300px 0px;	
	background: #f8f9f8 url(../images/common/bg_colonne_gauche.gif) repeat-x bottom;
}
#colonne_centre {
	width: 460px; /*500px*/
	float: left;
	margin: 12px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
}
#colonne_droite {
	width: 210px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#pied {
	width: 900px;
	height: 29px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 29px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background: url(../images/common/pied.gif) no-repeat 0px 0px;
}
#pied_bas {
	width: 900px;
	height: 45px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 45px;
	text-align: center;
	vertical-align: middle;
	color: #bebebe;
}
#pied_bas a{
	color: #bebebe;
	text-decoration: none;
}
#pied_bas a:hover{
	text-decoration: underline;
}

/* TOOLTIP */
.inputsTooltip
{
	background-color: #79bcd7;
	padding: 6px 6px 6px 6px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.inputsTooltip #tooltipTitle
{
	font-weight: bold;
}
.inputsTooltip #tooltipURL
{
	display:none;
}