.global { 
	position:relative; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	width:800px;
	/*border:1px solid #000000;*/
	}
	
.logo {
	width:250px;
	height:100px;
	margin-left:10px;
	padding:0px;
	/*border:1px solid #000000;*/
	}

.sous_logo {
	width:477px;
	height:100px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
	padding:0px;
	/*border:1px solid #000000;*/
	}
	
.contenu {
	position:relative;
	width:460px;
	margin:0px;
	padding:0px;
	/*border:1px solid #000000;*/
	}
		
.droite {
	position:absolute;
	top:0px;
	right:0px;
	width:315px;
	height:100%;
	margin:0px;
	padding:0px;
	background-repeat:repeat-y;
	/*border-left:1px solid #000000;*/
	}

.droite_ie6 {
	position:absolute;
	top:0px;
	right:0px;
	width:315px;
	height:700px;
	margin:0px;
	padding:0px;
	background-repeat:repeat-y;
	/*border-left:1px solid #000000;*/
	}
	
.bottom {
	position:absolute;
	bottom:0px; 
	right:0px;
	width:315px;
	height:215px;
	margin:0px;
	padding:0px;
	/*border:1px solid #000000;*/
	}
	
.bottom-texte {
	font-size:10px; 
	margin:0px; 
	text-align:center; 
	position:absolute; 
	bottom:0px; 
	right:0px; 
	z-index:12; 
	background-color:#ffffff; 
	width:315px; 
	height:20px;
	}

.bottom-texte a { color:#000000; text-decoration:none; }
.bottom-texte a:hover { text-decoration:underline; }