/* top elements */
/* { margin:0; padding: 0;}*/

body {
	text-align: center ;  */ajouter pour centrer*/
	margin:0; 
	padding:0; 
	background-color: #404040;
	font: 10pt Verdana, Georgia, Arial;
	color: #ffe0c0;
}

*/ajouter pour centrer*/
#content { 
	text-align: left ; 
	width: 700px; 
	margin: 0 auto; 
} 
*/ajouter pour centrer*/

h1 {
	font-size: 155%;
	padding: 10px 0 5px 0;
}

h2 {
	color: #ffe0c0;
	font-size: 120%;
	text-transform: uppercase;
}

p {
	margin: 5px 0 10px 0;
	width: 450px;
}

ul {
	margin: 20px 20px;
	padding: 0 20px; 
}

img {
	border: none;
}

/* links */
a {
	color: #ffe0c0;
	text-decoration: underline;
}
a:hover {
	color: #d5b695;
}


#wrap {
	width: 988px;
	margin: 15px auto; 
	text-align: left;
}

#header {
	height: 150px;
	background: #808080 url('../res/top2.jpg') no-repeat left top; 

}

#header #flash {
	position:relative;
	left:256px;
	width:691;
	float:left
}

#content-wrap {
	background: #fff url('../res/content.jpg') no-repeat left top;
	min-height: 800;
}

#main {
	padding: 15px;
	height: 750px;
}

/* footer */
#footer {
	background-color: #ff0000;
	clear: both;
	color: #000;
	font-size: 8pt;
	height: 20px;
}

#footer .left {
	padding: 3px 0 3px 5px;
	width: 450px;
	float: left;
}

#footer .right {
	padding: 3px 5px 3px 0;
	width: 400px;
	float: right;
	text-align: right;
}

/* menu */
#menu {
	clear: both;
	background-color: #ff0000;
	height: 25px;
	width: 100%;
	padding: 4px ; /*avant : padding: 4px 0 2px 0;*/ 
	font-size: 7.8pt;
}

#menu ul{
	margin: 0;
	padding: 0 0 0 8px;
	line-height: 20px;	
}

#menu ul li {
	float: left;
	list-style: none;
	background-color: #e0e0e0;
	border: 1px solid #c8c8ca;
}

#menu ul li:hover {
	background-color: #fff;
}

#menu ul li a {
	display: block;
	text-decoration: none;
	padding: 0 15px;
	color: #000;
}

#menu ul li a:hover {
  	color: #000;
}


#divl {
	float:left;
}

#divr {
	float:right;
}

#divl, #divr {
	width:450px;
	background-color:#404b51;
	border:1px solid #696c71;
	padding:10px;
	height:360px;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	margin:15px 0 15px 0;
}

#lang {
	float:right;
	width:35px;
	position:relative;
	left:0px;
	top:65px;
}


