@charset "UTF-8";
/* CSS Document */

/*Bandeau*/
div#bandeau{
	clear: both;
	width: 1100px;
	height: 60px;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	}
div#colonnegauche{
	float: left;
	width: 160px;
	background-color: transparent;
	}	
div#colonnedroite{
	float: right;
	width: 120px;
	background-color: transparent;
	}	
div#colonnecentre{
	margin: 0px;
	background-color: transparent;
	padding: 0px 180px 5px 160px;/*2e valeur = coldroite(170)+10(espace à droite); 4e valeur = 160 (col gauche + 0 (espace à gauche))*/
	}	


/*pages recamier*/
div.uneColonneRecamier{
	margin: 0px;
	background-color: #000;
	height: auto;
	width: 900px;
	left: 160px;
	position: absolute;
	}
div.photoGauche{/*emplacement des illustrations a gauche*/
	float: left;
	width: 450px;
	height: 620px;
	/*padding: 200px,0,100px,100px;*/
	background-color: #000;
	text-align: center;
	left: 0px;
	}
div.photopleinepage{/*emplacement des illustrations pleine page*/
	float: left;
	width: 900px;
	height: auto;
	background-color: #000;
	text-align: center;
	left: 0px;
	}
div.texteDroite{/*emplacement des textes a droite*/
	position: relative;
	float: left;
	width: 450px;
	height: auto;
	background-color: #000;
	text-align: center;
	/*clear: both;*/
	}
div.colalignhoriz{
	left: 0px;
	position: relative;
	background-color: transparent;
	text-align: left;
	width: 900px;
	text-align: center;
	clear: both;
	}
div.couvCd{
	/*position: relative;*/
	/*clear: both;*/
	float: left;
	width: 400px;
	background-color: #000;
	text-align: center;
	left: 0px;
	}
div.texteCdProgram{
	/*clear: both;*/
	float: left;
	background-color: #000;
	text-align: left;
	vertical-align: top;
	width: 400px;
	}
div#animproduit{/*emplacement des illustrations avec habillage*/
	float: right;
	width: 250px;
	height: 255px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: transparent;
	}
div#piedDePage{
	position: absolute;
	clear: both;
	width: 1100px;
	height: 90px;
	background-color: #999;
	text-align: center;
	}	


/* Général */
body {
	color: #300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	background-image: url(../images/elements/frise.jpg);
	width: 1100px;/*largeur du site*/
	position: relative;
	margin-left: auto;/*marges elastiques*/
	margin-right: auto;
	background-repeat: repeat-x;
	background-color: #CCC;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: lighter;
}
p.recamier{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 200px;
	margin: 0;
	text-align: left;
	color: #CCC;
	line-height: 20px;
	font-weight: lighter;
	}
p.recamiercentre{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 0px;
	margin: 0;
	text-align: center;
	color: #CCC;
	line-height: 20px;
	font-weight: lighter;
	}
p.recamierfer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 20px;
	margin: 0;
	text-align: left;
	color: #CCC;
	line-height: 16px;
	padding-right: 20px;
	}
p.recamierretraitnote{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	color: #CCC;
	line-height: 14px;
	text-align: left;
	padding-left: 200px;
	}
p.recamierfernote{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	color: #CCC;
	line-height: 14px;
	text-align: left;
	padding-left: 20px;
	padding-right: 30px;
	}
h1 {
	text-align: center;
	font-size: 48px;
	color: #660000;
}
h1.soustitre {
	font-size: 18px;
	color: #330000;
}
h2 {
	text-align: center;
	font-size: 30px;
	color: #660000;
}
h3 {
	text-align: center;
	font-size: 18px;
	color: #000033;
}
h4 {
	text-align: center;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
}
h5 {
	text-align: center;
	font-size: 14px;
	color: #003333;
}
h6 {
	text-align: left;
	font-size: 12px;
	color: #000000;
}
h6.adroite {
	text-align: right;
	font-size: 12px;
	color: #000000;
}

hr {
	color: #699;
	text-align: center;
	margin-right: 100px;
	margin-left: 100px;
}
span.fer {
	text-align: left;
}
span.droite {
	text-align: right;
}
span.marge100 {
	text-align: left;
	padding-left: 100px;
	float: left;
	margin-right: 40px;
}
span.rouge {
	color: #660000;
	}
span.jaune {
	color: #930;
	}
span.c24 {
	font-size: 24px;
	}
span.c18 {
	font-size: 18px;
	}
span.c16 {
	font-size: 16px;
	}
span.c14 {
	font-size: 14px;
	}
.textePiedDePage{
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	color: #030;
	background-color: #CF6;
	}
	
/*menu navigation*/	
/*
.menu{
	position: absolute;
	width: 140px;
	height: 200px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	}	
.menu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 140px;
	border: 1px dotted #000000;
	border-width: 1px 0;
	}
.menu ul li{
	list-style-type: none;
	padding: 5px;
	background: url(boutonfond.jpg) center center repeat-x;
	}	
.menu ul li a{
	padding: 4px;
	width: 100%;
	text-decoration: none;
	background: url(boutonfondover.jpg) center center repeat-x;
	}	
.menu ul li a:visited{
	color: #303;
	}
.menu ul li a:hover{
	color: #633;
	}
*/

a {
	color: #036;
	text-decoration: none;
	}
a:hover, a:focus {
	color: #039;
	}
a:visited{
	color: #306;
	}

