html, body{
	margin: 0px;
	padding: 0px;
	color: #333333;
	background: url(images/fond.jpg);
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	height: 100%;
}

/* style de toutes les images : sans bordure */
img {
	float: left;
	border: 0px;
	clear: none;

}

input {
	float: left;
	margin-right: 5px;
}



/* Style des liens */
a:link, a:visited, a:active { 
	text-decoration: underline;
	 color: #CC3333;
	 border: 0px
	 }
	 
/*couleur et style des liens au survol */
a:hover {
	text-decoration: underline;
	color: #CC3333;
}	

/*Style pour les titres de rubriques */
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	margin-bottom: 5px;
}

H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CC3333;
}

/* Cadre principal aligne a gauche, largeur fixe */
#principal {
	width: 100%;
	padding: 0px;
	background-color: #ffffff;
	margin: 0px;
	position: relative;
	left: 0px;
	height: 100%;
}

/* Entete avec le logo */
.entete {
	width:100%;
	height: 135px;
	clear: right;
	background-image: url(images/extensdroite.jpg);
	background-repeat: repeat-x;
	padding-top: 57px;
	margin: 0px;
	}
	
/*barre de boutons menu */	
.menu	 {
	height: 48px;
	float:left;
	position: absolute;
	width: 470px;
	top: 144px;
	left: 226px;
	
}

/*Cadre central, contenant la colonne gauche et la colonne droite */
.centre {
	background-color: #fff;
	width: 760px;
	display: table;
	height: 100%;
	background-image: url(images/grisgauche.jpg);
	background-repeat: repeat-y;
	
}	

/*colonne de gauche, fond gris */
.colonnegauche {
	width: 206px;
	margin: 0px;
	float:left;
	padding: 10px;
	text-align: justify;
	background-color: #545454;
	background-image: url(images/grisgauche.jpg);
	background-repeat: repeat-y;
	color: #fff;
	position: relative;		
	
}

/* colonne de droite, en % */
.colonnedroite {
    width: 480px;
	padding: 10px;
	float: left;
	text-align: left;
	height: 100%;
}
.colonnedroite img {
	margin-right: 5px;
	margin-top: 2px;
}


.indent {
	margin-left:40px;
}

HR {
	clear: both;
}

/* Alignement a droite */
.droite {
	float: right;
	clear: both;
}

/* Footer de la colonne de gauche */
.footer {
	float:left;
	clear: both;
	height: 170px;
	background-color: #fff;
	background-image: url(images/blancgauche.jpg);
	background-repeat: repeat-y;
}


/* bas de page avec le copyright */
.basdepage {
	text-align: center;
	height: 26px;
	background-image: url(images/basdepage.jpg);
	background-repeat: repeat-x;
	clear: both;
	width: 100%;
	padding-top: 25px;
	
}

.meneo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.titrecentre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CC3333;
}
.menugauchegris {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.titregauchegris {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
