body, table, tr, td, p, div, span, ul, ol, li {
	font-family: Myriad, Arial, Verdana, Sans-serif;
}

body {
	margin: 0 0px 10px 0;padding: 0;
	text-align:center;
	background: #ECD9AF url(images/background.jpg) no-repeat center top;
}

a {
	text-decoration: underline;
	color:#0033CC;
}

a:visited {
	text-decoration: underline;
	color: #0033CC;
}

a:active {
	text-decoration: underline;
	color: #0033CC;
}
	
a:hover {
	text-decoration: none;
	color: #0033CC;
}

a:visited:hover {
	text-decoration: none;
	color: #0033CC;
}
	
img {
	border: 0px none;
	padding: 0px;
	margin: 0px;
}

p, td, th, ul, ol, li, blockquote, input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0; padding: 0;
}
	
td, th {  
	vertical-align: top;
	}
	
em {
	font-style: italic;
}

form {
	padding: 0px;
	margin: 0px;
}

INPUT {
	background-color: #FFFFFF;
	border: #FFFFFF 1px solid;
	color: #000000;
	font-family: arial, verdana, ms sans serif;
	font-size: 11px;
	font-weight: normal;
	margin-top: 4px;
} 

TEXTAREA {
	background-color: #FFFFFF;
	border: #FFFFFF 1px solid;
	color: #00000;
	font-family: arial, verdana, ms sans serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 4px;
} 

ul {
	/*Hack pour espace a gauche de la liste 
	margin-left: 17px;
	margin-bottom: .5em;
	padding: 0;*/
	list-style-type:none;
	padding-left:0;
	margin-left:17px;
}

li {
	margin-top: 0.3em;
	padding:0 0 0 15px;
	/*Pour avoir un bullet different au bout (image) - Fonctionne mieux que le list-style  */
	background: url(images/bullet.gif) left top no-repeat;
	
}

.exposant {  
	font-size: 9.5px;
	vertical-align:35%; 
	/*vertical-align:super;*/
}

#conteneur {
	position:relative;
	width:775px;
	margin:0 auto;
}

#header {
	position:relative; top:0px;left:0px;
	width:775px;
	z-index:4;
}

#header #cercle1 {
	position:absolute;
	width:134px;height:134px;
	left:19px;top:14px;
}

#header #cercle2 {
	/* Logo */
	position:absolute;
	width:149px;height:137px;
	left:156px;top:53px;
}

#header #cercle3 {
	position:absolute;
	width:136px;height:136px;
	left:632px;top:135px;
}

#header #titre {
	position:absolute;
	width:278px;height:95px;
	left:340px;top:124px;
}


/************ Contenu *************/


#contenu {
	padding:220px 0 0 0; margin:0 0 0 0;
}


#contenu td#menu {
	padding:0;margin:0;
	text-align: right; font-size:11px;
	background: url(images/contenu_back_centre_left.gif) no-repeat left top;
	/*background-color:#CCCCCC;*/
}
#contenu td#menu img {
	margin:0 0 5px 0; padding:0;
}


#contenu td.texte {
	text-align: left;
	font-size: .8em;
	background: url(images/contenu_back_centre.gif) no-repeat left top;
}

#contenu td.texte .spacerCercle {
	float:right;
}

#contenu td#imagebas {
	margin:0;text-align:left;
}

#contenu td#colRight {
	padding:0; margin:0;
	background: url(images/contenu_back_centre_right.gif) no-repeat left top;
}


/* Texte */

#contenu h1 {
	font-size: 1.4em;font-weight: bold;
	padding: .5em 0 1em 0;margin: 0;
	color: #000000;
}

#contenu h2 {
	font-size: 1em;font-weight: bold;
	padding: .5em 0 .9em 0;margin: 0;
	color:#000000; font-style:italic
}

#contenu h3 {
	font-size: 1.1em;font-weight: bold;
	padding: .5em 0 .8em 0; margin: 0;
	color: #841222;
}

#contenu h4 {
	font-size: 1em;font-weight: bold;
	padding: .5em 0 .8em 0;margin: 0;
	color: #841222;
}

#contenu h5 {
	font-size: 1em;font-weight: bold;
	padding: .5em 0 .8em 0;margin: 0;
	color: #841222;
}

#contenu p {
	padding: 0 0 .8em 0; margin: 0;
}

#contenu .ligne {
	border-top: 1px solid #000000;
	font-size: 5px;padding:5px 0 0 0;
}

#contenu .retour {
	padding: .5em 0 .5em 0;
	font-size:11px;text-align:right;
}

#contenu .hautdepage {
	padding: .5em 0 .5em 0;
	font-size:11px;text-align:right;
}

#contenu .imageGauche {
	float:left;
	margin:0px 15px 15px 0px; padding:0;
}

#contenu .imageDroite {
	float:right;
	margin:0px 0 15px 15px; padding:0;
}

#contenu .section {
	padding:0 0 0 25px;
}

/* Pour faire suivre le texte apres un float */
#contenu .spacer {
	clear:both;
}


/* Hack pour grosseur de font pour un tableau qu'on ajoute dans le contenu
Dans le HTML, mettre un tableau dans un autre tableau*/

#contenu table td {
	font-size: 1.3em;
}


/* Tableau de base (transparent) */
#contenu table td table.tableauBase td {
	font-size: .8em;
	padding:2px;
}

#contenu table td table.tableauBase td p {
	padding: 0 0 .8em 0;
}


/* Tableau avec styles */
#contenu table td table.tableauStyle {
	background: #E6E7E8 url(images/background_tableau.jpg) no-repeat left top;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
}

#contenu table td table.tableauStyle td {
	font-size: .8em;
	padding:.6em .6em 0 .6em;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

#contenu table td table.tableauStyle .titre {
	background-color:#666666;
	color:#FFFFFF;
}

#contenu table td table.tableauStyle td p {
	padding: 0 0 .6em 0;
}

#contenu table td table.tableauStyle .backgroundCouleur {
	background-color:#ECD9AF;
}

#contenu table td table.tableauStyle .backgroundprix {
	background-color:#F9ECCF;
}


.buttonOff {
	opacity:.70;filter: alpha(opacity=70); -moz-opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.buttonOn {
	opacity:100;filter: alpha(opacity=100); -moz-opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.buttonOver {
	opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
