html{color:#000;}body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,p{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}abbr,acronym{border:0;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
body
{
	color:black;
	font-family: verdana;
	font-size:11px;
	font-weight:normal;
	margin: 0; /* pour eviter les marges */
	padding:0;
	/*padding-bottom:50px;*/
	text-align: center; /* pour corriger le bug de centrage IE */
	background-color:white;
}

h1{margin:0px;padding:0px;font-size:18px;font-family:Verdana,Arial;font-weight:bold;}


a, a:link, a:visited
{
	color:#4c4c4c;
	text-decoration:none;
/*font-family:Trebuchet MS,Verdana,Arial;*/
}

a:hover{
	text-decoration:underline;
}


#conteneurGeneral{
	position:relative;
	margin-left: auto;
	margin-right:auto;
	width:560pxpx;
	text-align: left; /* on retablit l'alignement normal du texte */
}

#rubriques{clear:both;float:left;width:560px;height:180px;background-color:white;}



/********* Cadre filtre modules ********/

#filtre_modules{
	float:left;
	clear:both;
	width:550px;
	margin-top:12px;
	color:#4c4c4c;
}

#filtre_modules_login{
	float:left;
	clear:both;
	width:550px;
	color:#4c4c4c;
	margin-left:20px;
	margin-top:25px;
}

#filtre_modules_haut{
	float:left;
	width:550px;
	height:11px;
	font-size:0px;
}

#filtre_modules_milieu{
	clear:both;
	float:left;
	width:548px;
}
#filtre_modules_milieu2{
	clear:both;
	float:left;
	width:530px;
	margin-left:10px;
	font-family:Trebuchet MS,Verdana,Arial;
	font-size:14px;
	line-height:14px;
}




#filtre_modules_milieu2 form{
	clear:both;
	float:left;
	width:530px;
}

#filtre_modules_milieu2 

.form_login{
	width:350px;
	margin-left:100px;
}

.form_login input{
	border:1px solid black;
	width:150px;
	height:20px;
	line-height:20px;
}
.form_login label{
	width:150px;
	height:20px;
	line-height:20px;
}

.form_login submit{
	border:1px solid black;
	width:150px;
	margin-top:10px;
	height:20px;
	line-height:20px;
}

#filtre_modules_milieu2 form label{
	clear:both;
	float:left;
	width:40%;
	font-weight:bold;
	height:18px;
	line-height:18px;
	padding-left:23px;
	font-size:14px;
	margin-bottom:12px;
}


#filtre_modules_milieu2 form select{
	float:left;
	width:50%;
	margin-left:10px;
	font-size:12px;
	height:20px;
	line-height:20px;
	margin-bottom:12px;
}

a.filtre_modules_lien, a.filtre_modules_lien:visited, a.filtre_modules_lien:link{
	font-size:14px;
	text-decoration:none;
}

a.filtre_modules_lien:hover{
	text-decoration:underline;
}



#filtre_modules_bas{
	float:left;
	width:550px;
	height:11px;
	font-size:0px;
}



/*******************************/
/* bouton generique */
div.bouton{
	float:right;
	width:150px;
	margin-top:10px;
}

div.bouton_gauche{
	float:left;
	width:8px;
	height:27px;
	background-image:url(/design/v2/btn_left.png);
	background-repeat:no-repeat;
	background-position:top left;
}

div.bouton_milieu{
	float:left;
	line-height:25px;
	height:27px;
	background-image:url(/design/v2/btn_mid.png);
	background-repeat:repeat-x;
	background-position:top left;
	padding-left:6px;
	padding-right:6px;
	width:90px;
}
div.bouton_droite{
	float:left;
	width:8px;
	height:27px;
	background-image:url(/design/v2/btn_right.png);
	background-repeat:no-repeat;
	background-position:top left;
}
a.bouton_general, a.bouton_general:link, a.bouton_general:visited{
	font-family:Trebuchet MS,Verdana,Arial;
	font-size:14px;
	font-weight:bold;
	color:white;
	text-decoration:none;
	display:block;
	width:90px;
	height:27px;
}
a.bouton_general:hover{
	color:#cfcfcf;
	text-decoration:none;
}

/*******************************/

div.labelFleche{
	float:left;
	width:100%;
	font-weight:bold;
	height:18px;
	line-height:18px;
	padding-left:23px;
	font-size:12px;
	margin-bottom:12px;
	background:transparent url(/design/v2/labelFleche.gif) no-repeat scroll left top;
}
