/*de base */
html { 
  font-size: 100%; /* Évite un bug d'IE 6-7.  */ 
} 
body {
font-family: 'Bitsream Vera Sans', 'Lucida Grande', Helvetica, Verdana, sans-serif;
	background-color: #FFFFFF;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(images/fond.gif);
	background-repeat: repeat-x;
}
em {
	font-style: italic;
}
 
strong {
	font-weight: bold;
	letter-spacing: 1px 
}
a:link,a:visited {
	color: blue;
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	color: #7C141F;
	font-family: 'Bitsream Vera Sans', 'Lucida Grande', Helvetica, Verdana, sans-serif;
	font-weight: 900;
	letter-spacing: 1px;
	margin-bottom: 8px;
	margin-top: 0px;
	text-align: left;
}
h1{
	font-size: 1.6em;
	text-transform: uppercase;
	border-bottom-style: dotted;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
	}
h4 {
	font-size: 1.0em;
}
h5 {
	font-size: 0.8em;
	}	
h6 {
font-size: 0.9em;
padding-left: 5%;
}

blockquote {
	font-style: italic;
}

hr
{
	color: #cccc9a;
}
input, button, select { 
  vertical-align: middle; /* Solution pb. d'alignement. */ 
}
/*fin de base*/

/*les classes*/
.imageflottante
{
   float: right;
	padding-left: 5px;
	padding-right: 5px;
}
.imageflottanteGauche
{
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
.enavant
{
	border: thin groove;
	background-color: #DEEFF7;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
}

/*les calques*/
#bandeau {
	position:absolute;
	left:0px;
	top:0px;
	width:740px;
	height:170px;
}

#cocci-gauche {
	position:absolute;
	left:0px;
	top:170px;
	width:236px;
	height:330px;
}

#avant {
	position:absolute;
	left:236px;
	top:170px;
	width:134px;
	height:31px;
}

#points01 {
	position:absolute;
	left:370px;
	top:170px;
	width:20px;
	height:31px;
}

#programme {
	position:absolute;
	left:390px;
	top:170px;
	width:107px;
	height:31px;
}

#points02 {
	position:absolute;
	left:497px;
	top:170px;
	width:22px;
	height:31px;
}

#presse {
	position:absolute;
	left:519px;
	top:170px;
	width:63px;
	height:31px;
}

#points03 {
	position:absolute;
	left:582px;
	top:170px;
	width:19px;
	height:31px;
}

#contact {
	position:absolute;
	left:601px;
	top:170px;
	width:75px;
	height:31px;
}

#vide {
	position:absolute;
	left:676px;
	top:170px;
	width:64px;
	height:31px;
}

#cadre_texte {
	position:absolute;
	left:236px;
	top:201px;
	width:75%;
	height:299px;
}
