/* --- GENERAL --- */

* {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	background: #BF4E20 url(../images/background_repeat_y.png) repeat-y center top;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 76%;
	line-height: 1.5em;
	margin-bottom: 50px
	}

ul, li {
	list-style-type: none;
	}
	
ol li { 
	list-style:decimal;
	margin-left: 2em;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	}

h1 {
	font-size: 2em;
	line-height: 1em;
	font-weight: bold;
	color: #00274C;
	}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #990000;
	margin-top: 1em;
	margin-bottom: 0.5em;
	line-height: 1.25em;
	}

h3 {
	font-size: 1.15em;
	font-weight: bold;
	color: #990000;
	border-top: solid 1px #EDE2C9;
	margin-top: 15px;
	padding: 8px 0 0;
	margin-bottom: 0.75em;
	}

h4 {
	font-size: 1em;
	font-weight: bold;
	color: #BE4E20;
	line-height: 1em;
	margin-top: 1em;
	}

h5 {
	font-weight: bold;
	margin-top: 1em;
	color: #333333;
	}

h6 {
	font-size: 1em;
	color: #C4633C;
	margin: 5px 20px 5px 0;
	padding: 5px 0 0 20px;
	border-top: 1px dotted #FFFFFF;
	}


/* --- NAVIGATION GÉNÉRALE --- */

a:link {
	color: #7F4047;
	text-decoration: none;
	}

a:visited {
	color: #999;
	text-decoration: none;
	}

a:hover, a:active {
	text-decoration: underline;
	color: #B8110A;
	}


/* --- DIV PRINCIPAUX --- */

#sidebar {
	float: left;
	margin: 10px 0 25px;
	width: 210px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	}

#container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

#banner {
	background-image: url(../images/entete_750x100.png);
	height: 100px;
	}
	
div.en#banner {
	background-image: url(../images/entete_750x100_en.png);
	}

#content {
	width: 520px;
	float: right;
	}
	
#container {
	width: 750px;
	margin: 0 auto;/*pour centrer dans IE*/
	text-align: left;
	}

/* --- DIV MAINCONTENT --- */

#maincontent {
	margin: 0px 20px 50px 0px;
	}


#maincontent img {
	display: inline;
	margin: 0 0px 10px 10px;
	float: right;
	}

#maincontent table {
	border-collapse: collapse;
	margin-top: 18px;
	margin-bottom: 6px;
	vertical-align: top;
	border-top: 1px solid #F2E9D7;
	}
	
#maincontent th, #maincontent td {
	padding: 0.1em 0.6em;
	vertical-align: top;
	border-left: 1px solid #EDE2C9;
	}

#maincontent table p {
	margin-top: 3px;
	margin-bottom: 6px;
	}

#maincontent ul li, #maincontent p {
	margin-top: 3px;
	margin-bottom: 6px;
	}

#maincontent ul li {
	background-image: url(../images/fleche_petit_4.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	list-style-type: none;
	padding-left: 9px;
	}
		
#maincontent blockquote {
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
}

	
/* --- DIV POUR TEXTE --- */

#adresse {
	margin-left: 20px;
	}

#adresse p {
	margin-right: 10px;
	line-height: 1.5em;
	}

div.extrait {
	border-left:#990000 solid 1px;
	padding-left: 10px;
	}

#intro {
	margin: 20px 0 0;
	padding: 10px;
	background-color: #F8F4EB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #EDE2C8;
	border-bottom-color: #ECE2C8;
	border-left-color: #EBE2C8;
	}

#intro p {
	margin-top: 5px;
	font-size: 1.25em;
	}

#intro h2 {
	font-size: 2em;
	line-height: 1em;
	margin-top: 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#neuf h2 {
	margin: 20px 0 -15px;
	padding: 0px 0 0 5px;
	background: #FFFFFF url(../images/fond_neuf.png) no-repeat;
	line-height: 30px;
	height: 30px;
	display: block;
	clear: both;
	}

#tabledesmatieres ul li{
	background: url(none);
	margin-left: 0px;
	padding-left: 0px;
}
	
#tabledesmatieres ul {
	margin-top: 15px;
	}
	
/*#tabledesmatieres li strong {
	font-size: 1.15em;
	font-weight: bold;
	color: #990000;
	border-top: solid 1px #EDE2C9;
	margin-top: 1.5em;
	padding: 8px 0 0;
	display: block;
	}
*/

#maincontent .liste_bold {
	font: bold 1.25em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: bold;
	color: #990000;
	border-top: solid 1px #EDE2C9;
	margin: 1.5em 0 0.55em;
	padding: 8px 0 0;
	display: block;
}
		
#table1 table {
	margin: 10px 0 0;
	border-right: 1px solid #98A2B3;
	border-bottom: 1px solid #98A2B3;
	}

#table1 td {
	border-top: 1px solid #98A2B3;
	padding: 5px;
	border-left: 1px solid #98A2B3;
	background: #FFFFFF;
	}

tr table.division {
	border-top: solid 1px #FF0000;
	}


/* --- CLASSES POUR TEXTE --- */

.highlight {
	color: #BE4E20;
	font-weight: bold;
	}

.important {
	color: #669900;
	}

.tab_titre_1 {
	color: #BE4E20;
	font-weight: bold;
	}


a.suite {
	background: url(../images/fleche_petit_3.png) no-repeat -1px 50%;
	padding-left: 10px;
	display: block;
	}

.pdf {
	background: url(../images/icon_PDF_small.png) no-repeat 0px 50%;
	padding-left: 20px;
	white-space: nowrap;
	line-height: 18px;
	display: block;
	margin-bottom: 10px;
	}
.word {
	background: url(../images/icon_DOC_small.png) no-repeat 0px 50%;
	padding-left: 20px;
	white-space: nowrap;
	line-height: 18px;
	margin-top: 3px;
	margin-bottom: 5px;
	display: block;
	}
.highlight_barre {
	color: #BE4E20;
	font-weight: bold;
	padding-right: 0.5em;
	border-right: 1px solid;
	white-space: nowrap;
	margin-right: 0.25em;
	}

SUB, SUP { line-height: 0; }

.question_liste {
	color: #BF4E20;
	width: 10px;
	display: inline;
	padding-right: 5px;
	padding-left: 10px;
	}
	
.division {
	border-top: solid 1px #EDE2C9;
	}
#maincontent img.panneau {
	clear: both;
	float: left;
	padding: 0px;
	display: block;
	border-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#extranetform a:link, #extranetform a:visited {
	background: #DCC6B0 url(../images/fond_bouton.png) repeat-x top;
	display: inline;
	padding: 2px 4px;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
	border-top: 1px solid #FBF8F3;
	border-right: 1px solid #C69C81;
	border-bottom: 1px solid #C69C81;
	border-left: 1px solid #FBF8F3;
	color: #990000;
}

#extranetform a:hover {
	background: #FFFFFF;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#souhaits img {
	display: block;
	border: none;
	height: 250px;
	padding: 20px 0;
	margin: 0;
	}
#souhaits {
	display: block;
}
#photo p {
	float: right;
	width: 250px;
}
#photo {
	width: 260px;
	margin-left: 10px;
	float: right;
}
.floatleft {
	float: left;
	width: 230px;
}
