/* CSS Document */

body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-color: #C0B7A6;
	color: #000;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
	width: 840px;
	margin: 0px;
	margin-left: 100px;/*origine=100*/
}

#topsection{
height: 110px; /*hauteur de l'entete*/

}



#contentwrapper{
float: left;
width: 100%; /*Largeur 100% */
}

#contentcolumn{
	margin-left: 200px;
	width: auto;
	height: auto;
}



#leftcolumn{
	float: left;
	width: 200px; /*Largeur du menu */
	margin-left: -840px;
	height: auto;  /*hauteur du menu */
	list-style-type: none;
	
}

#footer{ /*pied de page de commande */
clear: left;
width: 100%;
background: grey;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a { /*couleur du lien dans pied de page */
color: #000000;
}

#contenu {
min-height: 500px;
	padding-right: 15px;
	padding-left: 15px;
}


#menu {
position: absolute; /* placement du menu, à modifier selon vos besoins */
top:115px;
left: 0;
}

#menu {
width: 15em;
}

#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background: #ccc;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #eee;
}

#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu li a:hover, #menu dt a:hover {
background: rgb(221,209,197); /* couleur du mouseover */
color:  rgb(125,32,59); /* couleur du texte mouseover */
}



.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}



.partenaire {
 font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #ffffff;
}
.titre1 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
}
.corps {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
}
.titre2 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	list-style-type: none;
	color: #000000;
}

.auteur {
	color: #80263E;
	visibility: visible;
	float: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
}
.lien {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	border: 0;
}
.photo {
 	font-family: "Times New Roman", Times, serif;
	margin-left: 100px;
	font-size: 10px;
	font-style: italic;
	text-decoration: underline;
}

div.illustration {
	text-align: center;
}
.corps10 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
}

.corps12 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
}

.corps14 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
}

.corps16 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
}

.warning16 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #80263E;
}
.warning14 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #80263E;
}
.warning12 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #80263E;
}