* { margin:0;padding:0; }

html { font-size:100%; }
html,body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#000;
	color:#fff;
}

a { text-decoration:none; color:#cecece; }
a:hover { color:#fff; }
a img { border:0; }

img { vertical-align:middle; }

p { color:#fff; }
.yellow { color:#ccc; }
.white{ color:#fff; }

h1 { color:#EC7120; }
h2 { color:#EC7120; }
h3 { color:#EC7120; }

.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:46%;height:260px;
		text-align:right;
		padding-top:40px;
	}
	
	.presentation {
		width:54%;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%; color:#000; }
		.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;}
