/* CSS par Webmaster 2009 Varisytems SA */

* { margin:2;padding:0; }

body {
	background-color: #EEEEEE;
	width:50%;
	font-family: Calibri;
	font-size: 90%;
	margin:auto;
		
}

#page {
	width:700px;
	border-left:2px solid #D6D7D9;
	border-right:2px solid #D6D7D9;
	background-color:#FFF;	
}

#header {
	background:url('./images/interface/header.jpg') top no-repeat;
	width:700px;
	height:100px;
	margin-top:15px;
}

#header h1 {
	font-size:0px;
	font-weight:normal;
	color:#DCDCDC;
	font-family:Verdana;
	padding-left:70px;
	padding-top:20px;
	text-decoration: line-through;
}

#header p {
	color:#FFFFFF;
	padding-left:130px;
	padding-top:5px;
}

ul#menu_haut {
	float:center;
	width:100%;
	background-color:#3A3A3A;
	height:20px;
	border-bottom:3px solid #CFCFCF;
	list-style-type:none;
	text-align:center;
	margin-left:auto;
	
	
	
}

ul#menu_haut li {
	display:inline;
	float:left;
}

ul#menu_haut a {
	width:116px;
	height:20px;
	background-color:#3A3A3A;
	color:#FFF;
	text-decoration:none;
	display:block;
}

ul#menu_haut a:hover {
	width:116px;
	height:20px;
	background-color:#3A3A3A;
	color:#FFF;
	text-decoration:underline;
	background-color:#848484;
	display:block;
}


#bloc {
	float:left;
	width:450px;
	text-align:justify;
	padding-left:10px;
}

#menu {
	float:left;
	margin-left:20px;
	width:190px;
}

#bloc h2, #menu h2 {
	border-bottom:1px dotted #030303;
	text-indent:-9000px;
	margin-top:20px;
}

#menu ul {
	list-style-image:url('./images/interface/vari.jpg');
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}

#menu li {
	margin-left:11px;
	height:20px;
}

#menu a {color:#646464;text-decoration:none;}

#menu a:hover {color:#818080;text-decoration:underline;}

h2.editorial {
	background:url('./images/interface/logo.jpg') left no-repeat;
}

/*h2#profil {
	background:url('./images/interface/vari.jpg') right no-repeat;
}*/

h2.partenaire {
	backround-image:url('./images/hp.jpg');
	color:#A3A3A3;
	width:200;
	font-family: "Chaparral Pro";
}
	

p#copyright {
	font-size:0.8em;
	color:#A3A3A3;
	width:700px;
	text-align:center;
	clear:both;
	background-color:#FFF;
	padding-top:50px;
}

p#copyright a{
	text-decoration:none;
	color:#A3A3A3;
}
	
	
#titre1 {	

	/*margin-left:5px;*/
	font-weight:normal;
	font-size:110%;
	text-transform:uppercase;
	color:##000000;
	}
	
#titre2 {	

	/*margin-left:5px;*/
	font-weight:normal;
	font-size:80%;
	text-transform:uppercase;
	color:##000000;
	}
