* {margin: 0; padding: 0;}

body {
	background-color: #CDCBA2;
	font-family: "Trebuchet MS", "helvetica", sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 300;
	color: #663333;
	text-align: justify;

}

/* Construction de la page web */

#conteneur {
	position: relative;
	width: 692px;
	margin: 0 auto;
	margin-top: 10px;
	background-color:#CDCBA2;
	margin-bottom: 10px;
	background-image: url(web/repeat.gif);
}

#header {
	height: 160px; 
	background-image: url(web/head01.gif);
}

#header2 {
	height: 140px;
	margin: 0;
	background-image: url(web/head02.gif);
}

#float_conteneur {}

#gauche {
	clear: both;
	float: left;
	width: 210px;
	padding: 30px 15px 0px 15px;
	min-height: 580px;
	background: url(web/menu2.gif) no-repeat left top;
}

#centre {
	margin-left: 220px;
	min-height: 570px;
	padding: 0px 20px 0px 20px;
	background: url(web/centre.gif) no-repeat left top; 
}

#centre2 {
	margin-left: 220px;
	height: 570px;
	padding: 0px 20px 0px 20px;
	background: url(web/centre2.gif) no-repeat left top;
}

#centre3 {
	margin-left: 220px;
	height: 570px;
	padding: 0px 20px 0px 20px;
	background: url(web/centre3.gif) no-repeat left top;
}

#centre4 {
	margin-left: 220px;
	height: 570px;
	padding: 0px 20px 0px 20px;
	background: url(web/centre4.gif) no-repeat left top;
}

#centre5 {
	margin-left: 220px;
	height: 570px;
	padding: 0px 20px 0px 20px;
	background: url(web/centre5.gif) no-repeat left top;
}


#pied {
	height: 47px;
	background-image: url(web/pied.gif);
	font-size: 11px;
	background-repeat: no-repeat;
}

#pied p {	padding: 15px 0px 0px 10px;}
#video {
	position: relative;
	width: 500px;
	margin-left: 5px;  
	margin-right: 5 px;
	align: center;
	background-color:#CDCBA2;
}


/* TITRES */

h1 {
	margin: 0;
	padding: 15px 0px 10px;
	color: #330000;
	font-size: 24px;
}

h2 {
	color: #330000;
	font-size: 18px;
	padding: 0px 0px 10px 0px;
}

h3 {
	margin: 0;
	padding: 15px 0px 15px 0px;
	color: #330000;
	font-size: 18px;
}

h4 {
	padding-right: 5px;
	padding-bottom: 10px;
	color: #CC9966;
	font-size: 12px;
	text-align: right;
}
	
h5 {
	text-align: justify;
	color: #330000;
	font-size: 14px;
	padding: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0;
}

p {

	padding-bottom: 15px;
	margin: 0;
}
	
a {
	color: #330000;
	text-decoration: none;
}

a:hover {
    font-weight: bold;
}

/* MENUS */

.menugauche {
	list-style-type: none;
	line-height: 15px;
	padding-bottom: 20px;}
	
.menugauche li {
	margin-bottom: 3px;
}

.menugauche a {
	color: #330000;
}

.cv {
	font-weight: bold;
	padding-top: 20px;
	margin: 0;
	padding-bottom: 3px;
	}

.liste {
	margin: 0;
	padding-right: 5px;
	list-style-type: none;
	}

/*CLASSES*/
.droite {
	font-style: italic;
	color: #fffffc;
	padding-left: 85px;
}

.petit {font-size: 11px;}

.centered {
	text-align: center;
	margin: 0;
	padding: 0;}
	 

