body {
	background-color: #FFFFFF;
	color: #262626;
	font: normal 72.8%/1.3 Tahoma, "Lucida Grande CE", lucida, sans-serif;
}
a, a:visited {
	color: #262626;
}
.label{
	line-height: 30px;
	font-weight: bold;
}
.labelred{
	line-height: 30px;
	color: #FF0000;
	font-weight: bold;
}
#main {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	min-height: 500px;
	_height: 500px;
}
#header {
	width: 100%;
	height: 150px;
	background-color: #FFFFFF;/*#2469AA  */
}
#header img {
	border: 0px solid #FFFFFF;
}
#left {
	float: left;
}
#bannerTop {
	background-color: #C0C0C0;
	text-align: center;
	clear: both;
}
#slogan{
	color: #2469AA;
	font-weight: bold;
	margin-top: 7px;
}
#contentLeft {
	width: 25%;
	background-color: #FFFFFF;
	float: left;
}
#contentBody {
	width: 58%;
	background-color: #E6E6FA;
	border: 1px solid #9EA0A1;
	color: #262626;
	float: left;
	margin-right: 10px;
	min-height: 500px;	
	_height: 500px;
}
#bannerRight {
	width: 15%;
	background-color: #FFFFFF;
	float: left;
	min-height: 500px;
	_height: 500px;
}
.clear {
	clear: both;
}
#footer {
	width: 100%;
	height: 40px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
#text {
	padding-right : 5px;
	padding-left : 10px;
	padding-top : 5px;
	padding-bottom : 5px;
}
#title {
	font-weight: bold;
	color: #2469AA;
}

/* Debut css onglets */
#menu {
    margin-top : 0px;
}
#onglets {
	background-color:#FFFFFF;
    font : bold 14px Batang, arial, serif;
    list-style-type : none;
    padding-bottom : 24px; /* à modifier suivant la taille de la police ET de la hauteur de l'onglet dans #onglets li */
    border-bottom : 1px solid #9EA0A1;
    margin-left : 0;
}

#menu ul {
	margin : 0;
}
#onglets li {
    float : left;
    height : 21px; /* à modifier suivant la taille de la police pour centrer le texte dans l'onglet */
    background-color: #F4F9FD; 
    margin : 2px 2px 0 2px !important;  /* Pour les navigateurs autre que IE */
    margin : 1px 2px 0 2px;  /* Pour IE  */
    border : 1px solid #9EA0A1;
}
#onglets li.active {
    border-bottom: 2px solid #fff;
    background-color: #fff;
}
#onglets span {
    display : block;
    color : #666;
    text-decoration : none;
    padding : 4px;
}
#onglets a:hover {
    background : #fff;
}
/* Fin css onglets */


