* { margin:0;padding:0; }

html { font-size:100%; }
html,body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#5d0c0c;
	color:#fff;
	background:url(../images/back.jpg) repeat-x center -45px;
}

a { text-decoration:none; color:#fff; }
a img { border:0; }

img { vertical-align:middle; }

p { color:#fff; }

h1 { color:#fff; }
h2 { font-style:italic; color:#b52f20; }

.conteneur {
	width:1000px;
	position:absolute;left:50%;
	margin-left:-500px;
	padding:30px 0px 30px 0px;
}

	.logo {
		float:left; width:43%;height:300px;
		text-align:right;
	}
	
	.presentation {
		width:57%;height:300px;
		float:right;
		text-align:center;line-height:1.9em;
	}
	
	.bann {
		float:left; width:100%;
		margin:30px 0px 30px 0px;
	}
	
	.footer {
		float:left;width:100%;
	}
	
		.themap { float:left; width:55%; text-align:center; }
		.content { float:right; width:45%; line-height:1.8em; }
		
			.mentions {
				font-size:0.9em; color:#b52f20;
			}
			.adobe {
				float:right;
			}
			
/*********************mentions legales***********************/
.bgupbar {background-image:url("../images/mentions/upbar.gif");}
.bgltbar {background-image:url("../images/mentions/leftbar.gif");}
.bgrgbar {background-image:url("../images/mentions/rightbar.gif");}
.bgdwbar {background-image:url("../images/mentions/bottombar.gif");}
.normal {font-family:Verdana, Sans-serif; font-size:9px; color:#787878;}