html>body #main {
	height: auto;
	min-height: 100px; 
}

body, H3, th, td { 	
	font-size: 14px;
	font-family: "Trebuchet Ms", Georgia, Arial, Verdana, "Times New Roman", Times, serif;
	color : #000; 
}

body, html {
	height: 100%;
	background-color: #FFF;
	background-image: url(img/bg_durand.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.container {
	width: 900px;
	min-height: 450px;
	voice-family: "\"}\"";
  	voice-family: inherit;
	height:auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#main {
	border: 0;
	margin: 0;
	width: 900px;
	height: auto;
}


#pre_footer {
	width : 900px;
	height: auto;
	text-align: center;
	font-size: 12px; 
}

#pre_footer a:link, #pre_footer a:visited {
	color: #000;
	text-decoration: underline;
}

#pre_footer a:hover, #pre_footer a:active {
	color: #FF0000;
	text-decoration: none;
	font-style: italic;
}

#header {
	border: 0;
	margin: 0;
	width: 900px;
	height: 120px;
}

#footer {
	width : 900px;
	height: auto;
	text-align: center;
	font-size: 11px; 
}


/* Texte */

.rouge {
	font-family: "Trebuchet Ms", Georgia, Arial, Verdana, "Times New Roman", Times, serif;
	color : #F00;
}

.bold_16 {
	font-family: "Trebuchet Ms", Georgia, Arial, Verdana, "Times New Roman", Times, serif;
	color : #000;
	font-weight: bold;
	font-size:16px;
}

.bold_16_centre {
	font-family: "Trebuchet Ms", Georgia, Arial, Verdana, "Times New Roman", Times, serif;
	color : #000;
	font-weight: bold;
	font-size:16px;
	text-align:center;

}

.bold_16_souligne {
	font-family: "Trebuchet Ms", Georgia, Arial, Verdana, "Times New Roman", Times, serif;
	color : #000;
	font-weight: bold;
	font-size:16px;
	text-decoration: underline;
}

.bold_14 {
	font-family: "Trebuchet Ms", Georgia, Arial, Verdana, "Times New Roman", Times, serif;
	color : #000;
	font-weight: bold;
	font-size:14px;
}

.bold_14_souligne {
	font-family: "Trebuchet Ms", Georgia, Arial, Verdana, "Times New Roman", Times, serif;
	color : #000;
	font-weight: bold;
	font-size:14px;
	text-decoration: underline;
}

.italic {
	font-family: "Trebuchet Ms", Georgia, Arial, Verdana, "Times New Roman", Times, serif;
	color : #000;
	font-size:14px;
	font-style: italic;
}

.italic_souligne {
	font-family: "Trebuchet Ms", Georgia, Arial, Verdana, "Times New Roman", Times, serif;
	color : #000;
	font-size:14px;
	font-style: italic;
	text-decoration:underline;
}

.italic_bold {
	font-family: "Trebuchet Ms", Georgia, Arial, Verdana, "Times New Roman", Times, serif;
	color : #000;
	font-size:14px;
	font-style: italic;
	font-weight: bold;
}

.citation_retrait {
	font-family: "Trebuchet Ms", Georgia, Arial, Verdana, "Times New Roman", Times, serif;
	color : #000;
	font-size:14px;
	font-style: italic;
	text-indent:1em;
}

.citation_normale {
	font-family: "Trebuchet Ms", Georgia, Arial, Verdana, "Times New Roman", Times, serif;
	color : #000;
	font-size:14px;
	font-style: italic;
}


.paragraphe {
	line-height:26px;
	text-align: justify;
}

.condition{
	font-size:10px;
	}


/* Liens */
a.citation {
	color : #FF0000;
	font-style:italic;
}

a.citation:hover {
	color : #FF0000;
	font-style:italic;
	text-decoration:underline;
}


a.normal {
	color : #FF6600;
}

a.normal:hover {
	color : #FF6600;
	text-decoration:underline;
}

a.normal_rouge {
	color : #FF0000;
	font-weight: bold;
	text-decoration: none;
}


a.normal_rouge:hover {
	color : #FF0000;
	font-weight: bold;
	text-decoration:underline;
}

a.lien_rouge {
	color : #FF0000;
	text-decoration: none;
}


a.lien_rouge:hover {
	color : #FF0000;
	text-decoration:underline;
}

a.lien_rougegd {
	color : #FF0000;
	text-decoration: none;
	font-size: 18px;
}

a.lien_rougegd:hover {
	color : #FF0000;
	text-decoration:underline;
	font-size: 18px;
}

a.lien_rouge_italic {
	color : #FF0000;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

a.lien_rouge_italic:hover {
	color : #FF0000;
	text-decoration:underline;
	font-style: italic;
	font-weight: bold;
}

a.normal_noir {
	color : #000;
	text-decoration: none;
}

a.normal_noir:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration:underline;
}

a.normal_rouge {
	color: #FF0000;
	text-decoration: none;
}

a.normal_rouge:hover {
	color: #FF0000;
	text-decoration:underline;
}

#footer a:link, #footer a:visited {
	color: #888; 
	text-decoration: underline;
}

#footer a:hover, #footer a:active { 
	color: #000; 
	text-decoration: none; 
}

