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

body {
	margin: 0 auto 10px auto;padding: 0; text-align:center;
	background: #ffffff url(images/background.gif) repeat left top;
}

a {
	text-decoration: underline;color: #0240BC;
}
a:visited {
	text-decoration: underline;color: #0240BC;
}
a:active {
	text-decoration: underline;color: #0240BC;
}	
a:hover {
	text-decoration: none;color: #0240BC;
}
a:visited:hover {
	text-decoration: none;color: #0240BC;
}
	
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 {
	padding: 0px;
	margin: 0px;
} 

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

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

ol {
	margin-left: 25px;
	margin-bottom: .5em;
	padding: 0;
}

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

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


#container {
	background-color:#FFFFFF; width:750px;
	margin: 0 auto;padding: 0 7px 7px 7px;
}

#header {
	background: #0E2966 url(images/header_background.gif) no-repeat left top;
	height:97px;
}

#header #logo {
	margin:0 0 0 36px; color:#FFFFFF; text-align:left;
}

#header #menu {
	text-align:right;
}

#header #menu ul li {
	display: inline; margin:0 30px 0 0;
}

#colonneGauche {
	background: #93A5AD url(images/colonneGauche_background.gif) repeat-y left top;
}
#colonneGauche .menu {
	margin:0 2px; background-color:#FFFFFF;
	padding:6px 28px 2px 10px; font-family:"Book Antiqua","Times New Roman", Times, serif;
	color:#183169; font-size:12px; text-align:right;
}
#colonneGauche .menu div {
	margin:0 0 4px 0;
}
#colonneGauche .menu a {
	text-decoration: none;color: #183169;
}
#colonneGauche .menu a:visited {
	text-decoration: none;color: #183169;
}
#colonneGauche .menu a:active {
	text-decoration: none;color: #183169;
}	
#colonneGauche .menu a:hover {
	text-decoration: underline;color: #183169;
}
#colonneGauche .menu a:visited:hover {
	text-decoration: underline;color: #183169;
}

.hauteurMinimum {
	height:305px; float:right;
}


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

#contenu {
	background: #E1F4E4 url(images/ligne_pointille_vertical.gif) repeat-y right top;
}

#contenu .texteAccueil {
	margin: 50px 50px 15px 90px;
	text-align: left;
	font-size: .8em;
}

#contenu .texte {
	margin: 30px 45px 15px 45px;
	text-align: left;
	font-size: .8em;
}

#contenu h1 {
	font-size: 1.4em;font-weight: bold;
	padding: 0 0 .9em 0;margin: 0;
}

#contenu h2 {
	font-size: 1.2em;font-weight: bold;
	padding: .5em 0 .9em 0;margin: 0;
	color: #C56135;
}

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

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

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

#contenu p {
	padding: 0 0 .9em 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 0; 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 {
	border-left:1px solid #000000;
	border-top:1px solid #000000;
}

#contenu table td table.tableauStyle td {
	font-size: .8em;
	padding:5px; background-color: #FFFFFF;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

#contenu table td table.tableauStyle .titre {
	background-color:#93A5AD;
	color:#FFFFFF; font-weight:bold;
}

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

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

#contenu table td table.tableauStyle .textePlusPetit {
	font-size: .7em;
}


/********** Footer **********/

#footer {
 vertical-align:bottom; text-align:center;
 padding:0 20px;margin:0 0 0 0; font-size:11px;color:#4D4D4F;
 height:58px; overflow:visible; clear:both;
}

#footer .logoProduitsdelaferme {
 float:right; margin:0 0 0 10px;
}

