body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-position: left top;
	background-image: url(bg_squares.jpg);
	background-repeat: repeat;
}

body, table {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	color: #333333;
}

a, a:active, a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #cd0019;
	text-decoration: none;
}



a.nav:link {color: cccccc; text-decoration: none; font-size: 10px }
a.nav:visited {color: cccccc; text-decoration: none; font-size: 10px }
a.nav:hover {color: cd0019; text-decoration: underline; font-size: 10px }
a.nav:active {color: cccccc; font-size: 10px  } 

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #0D2555;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

.style_table2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

/* Supprime les bordures dans les elements fieldset et img */
fieldset, img, img a {
	border : 0;
	margin: 0;
	padding: 0;

}
 
.normal {
	font-weight: normal;
}

.gras {
	font-weight: bold;
}

.gras_capital {
	font-weight: bold;
	text-transform: uppercase;
}

.gras_italique {
	font-style: italic;
	font-weight: bold;
}

.capital {
	text-transform: uppercase;
}

.minuscule {
	text-transform: lowercase;
}

.italique {
	font-style: italic;
}

.fin_float {
	clear: both;
	font-size: 0px;
	/*line-height: 0px;*/
	margin: 0;
	padding: 0;
	border: 0;
}




#conteneur {
	z-index: 1;
	position: relative;
	clear: both;
	width: 1010px;
	font-size: 11px;
	text-align: left;
	margin: 20px auto 0 auto;
	padding: 0;
}


/**************/
/* haut page */
/************/

#haut {
	height: 52px;
	margin: 0;
	padding: 0;
	background-position: left top;
	background-image: url(/images/site/commun/haut_fond.png);
	background-repeat: no-repeat;
	/*_background-image n'est reconnue ue par Ie*/
	_background-image:url(no-image);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='/images/site/commun/haut_fond.png',sizingMethod='image') ;
}

/* Débloque le lien */
#haut a {
	z-index: 1;
	position: relative;
}

#haut .ross_logo {
	float: left;
	width: 110px;
	height: 42px;
	margin: 10px 5px 0 0;
	padding: 0;
}

#haut .menu {
	float: left;
	width: 730px;
	margin: 29px 0 0 0;
	padding: 0;
}

#haut ul {
	margin: 0;
	padding: 0;
}

#haut ul li {
	display: inline;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #1c1c1c;
	text-transform: uppercase;
	margin: 0 4px 0 0;
	padding: 0;
}

#haut ul li a:link, #haut ul li a:visited {
	color: #1c1c1c;
	text-decoration: none;
	margin: 0;
	padding: 0 8px 0 0;
	background-position: right 1px;
	background-image: url(/images/site/commun/haut_menu_barre.gif);
	background-repeat: no-repeat;	
}

*html #haut ul li a:link, #haut ul li a:visited {
	background-position: right 2px;	
}


#haut ul li a:hover {
	color: #d10018;
}

#haut ul .last {}

#haut ul .last a:link, #haut ul .last a:visited, #haut ul .last a:hover {
	background-position: right -500px;	
}

#haut ul .active a:link, #haut ul .active a:visited {
	color: #000000;
	text-decoration: none;
}

/* rubrique en cours */
#haut ul .active a:link, #haut ul .active a:visited {
	color: #d10018;
	text-decoration: none;
	font-weight: bold;	
}

#haut ul .active a:hover {
	font-weight: bold;
}


#haut .rech {
	z-index: 1;
	position: absolute;
	left: 850px;
	width: 120px;
	margin: 21px 0 0 0;
	padding: 0;
}

#haut .rech form {
	clear: both;
	display: block;
	z-index: 2;
	margin: 0;
	padding: 0;
}






