body{
	background-color: #02025a;
	background-image: url(../images/gris/fond/fond.jpg);
	background-repeat: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0; /* pour  éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
}
.center{
	position: relative; /* pour que le conteneur soit un bloc "positionné" - sinon les conteneurs fils ne peuvent pas utiliser un positionnement relatif à celui-ci */
	margin-left: auto;
	margin-right: auto;
	width: 1010px;
	text-align: left; /* pour rétablir la correction du bug de centrage IE */
}
form{
	margin: 0px;
}
input{
	margin: 0px;
}
p.erreur{
	text-align: center;
	color: Red;
	font-weight: bold;
}
p.centrer{
	text-align: center;
	color: black;
}

/************* DIV *****************************/
div#titre{
	position: absolute;
	background: #FFFFFF;
	top: 0px;
	left: 0px;
	width: 1010px;
	height: 157px;
}
div#liens{
	position: absolute;
	top: 157px;
	width: 1010px;
	left:0px;
	height: 38px;
}
div#contenu{
	position: absolute;
	top: 195px;
	left: 0px;
	width: 1010px;
	height: 430px;
	overflow: auto;
}
img.fond{
	position: absolute;
	top: 195px;
	left: 0px;
}
div#menu_gauche{
	position: absolute;
	top: 17px;
	left: 20px;
	width: 150px;
}
div.texte_italic{
	position: absolute;
	top: 41px;
	left: 750px;	
}
div.news{
	position: absolute;
	top: 17px;
	left: 300px;
	width: 700px;
}

.titreprincipal {
	font-family: Verdana;
	font-size: 24px;
	font-variant: small-caps;
	text-align: center;
}

/************* SPAN ****************************/
span.titre{
	background: #cccccc;
	font-weight: bold;
}
/************* IMG *****************************/
img#logo{
	position: absolute;
	top: 1px;
	left: 10px;
	width: 148px;
	height: 129px;
}
img#titre{
	position: absolute;
	top: 31px;
	left: 250px;
	width: 363px;
	height: 67px;
}

/************* globalNav styles ****************/
#globalNav{
	font-family: Arial,sans-serif;
	position: relative;
	left: 0px;
	height: 32px;
	width: 1000px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image:  url("../images/glbnav_background.gif");
}
#globalNav img{
	margin-bottom: -4px;
}
#globalLink{
	position: relative;
	text-align: center;
	top: 8px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	left: 0px;
	z-index: 100;
}
#globalNav img{
	margin-bottom: -4px;
}
#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}
#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}
a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 4px 15px 4px 15px;
	border-right: 1px solid #8FB8BC;
	border-left: 1px solid #8FB8BC;
	text-decoration: none
}
a.glink:hover{
  	background-image:  url("../images/glblnav_selected.gif");
	text-decoration: none;
}
.skipLinks {display: none;}

a{
	color: #000000;
	text-decoration: none;
}
a.lien{
	color: #000000;
}
a.liens{
	color: #ffffff;
}
/************************************* Styles pour le calendrier (agenda) ***************************************************/
table.calendar {
	margin-left: 13px;
	margin-top: 5px;
	width:150px;
	text-align:center;
	border: 0px solid #000000;
	border-collapse: collapse;
	color: #000000;
	background: #FFFFFF;
}
td.today {
	border: 1px solid white;
	color: #000000;
	font-weight: bold;
}
td.lien{
	background-color: #0000fe;
	color:#FFFFFF;
	border-left: 1px solid white;
	border-top:1px solid white;
}
td.lien_today{
	background-color: #0000fe;
	font-weight:bold;
	color:#FFFFFF;
	border-left: 1px solid white;
	border-top:1px solid white;
}
table.page{
	margin: auto;
	/* width: 275px; */
}
table.equipe{
	margin: auto;
	/* width: 255px; */
}
table.calendrier{
	margin: auto;
	width: 750px;
}
table.comite{
	margin: auto;
	width: 350px;
}
table.responsables{
	margin: auto;
	width: 350px;
}
table.classement{
	border: 1px solid black;
	margin: auto;
	width: 500px;
}
table.modification{
	margin: auto;
	width: 500px;
}
table.modification2{
	margin: auto;
	width: 700px;
}
table.contingent{
	margin: auto;
	width: 200px;
}
td.titre{
	border-bottom: 3px solid #0000FF;
	font-size: 16px;
}
th{
	background-color: #0000fe;
	color: #FFFFFF;
}
td.gras{
	font-weight: bold;
}
tr.gris{
	background-color: #CCCCCC;
}
tr.blanc{
	
}	
tr.gris_qual{
	background-color: #CCCCCC;
	/*color: #009900;*/
}
tr.blanc_qual{
	/*color: #009900;*/
}
tr.gris_out{
	background-color: #CCCCCC;
	/*color: #FF0000;*/
}
tr.blanc_out{
	/*color: #FF0000;*/
}
.sous_titre {  
	font-family: Tahoma, "Comic Sans MS"; 
	font-size: 13px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: underline; 
	background-color: #CCCCCC
}

/*********************************************** H *****************************************/
h1{
	margin-bottom: 10px;
	margin-left: 125px;
	font-size: 16px;
}

