* { margin:0;padding:0; }

html { font-size:100%; }
html,body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#5d0c0c;
	color:#ebb63b;
}

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

img { vertical-align:middle; }

p { color:#fff; }
.yellow { color:#ebb63b; }
.white{ color:#fff; }

h2 { color:#fff; }

.conteneur {
	width:1000px;
	position:absolute;left:50%;
	margin-left:-500px;
	background-image:url(../images/back.jpg);
	background-repeat:repeat-y;
	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;
			}
			.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;}
