/*
By Vianox - du 28/05/08 au 29/05/08
Certifié W3C CSS Niveau 2.1
*/

/* Mise en page générale */
a{
	color: #123456;
	text-decoration: none;
	font-weight: bold;
	}


a:hover{
	color: #456789;
	text-decoration: underline;
	font-weight: bold;
	}
	
ul, li{
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
	
h2 {
	margin: 0; 
	padding: 0; 
	border-left: 3px solid #262626; 
	border-bottom: 1px dashed #262626; 
	padding-left: 1px; 
	font-size: 120%; 
	color: #262626; 
	margin-top: 5px;
	}

h1{
	text-align: right; 
	font-size: 70%; 
	text-decoration: underline; 
	}

img.logo{
	float: left;
	padding-right: 5px;
	}
	
/* Mise en page des cadres */

body{
	background: url('images/fond4.jpg');
	opacity: 0.88;
	/* Pour que cette saloprie d'IE
	comprenne l'opacité */
	filter: alpha(opacity=88);
	background-color: #DDEEFF;
	font-family: Arial, sans-serif, Monospace;
	font-size: 80%;
	padding: 0;
	margin: 0;
	}


div#page{
	background:url('images/bg.png') repeat-y;
	width:700px;
	height:auto;
	margin:0 auto 0 auto;
	}

div#banniere{
	background:url('images/ban.png') no-repeat;
	width: 660px;
	height: 188px;
	margin: 0 auto 0 auto;
	opacity: 0.8;
	}

div#top{
	text-align: center;
	margin: 0 auto 0 auto;
	}

div#split{
	background:url('images/split.png') no-repeat;
	width: 645px;
	height: 5px;
	margin: 0 auto 0 auto;
	}
	
div#menu{
	background: url('images/bg2.png');
	border: 1px solid #123456;
	margin-top: 10px;
	width: 111px;
	height: auto;
	float: left;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	text-align: center;
	}
	
	/* Mise en forme des boutons */
	div#menu ul { padding-left:6px; list-style-type: none; padding-bottom:80px; margin:0;}
	div#menu li { width:100px; height:15px; background:url('images/lien1.png') repeat-x; margin-bottom:3px; border: solid 1px #000; }
	div#menu li:hover { background:url('images/lien2.png') repeat-x; }
	div#menu li a { color:#000; text-decoration:none; }
	
div#menu2{
	margin: 0 auto 0 auto;
	width: 111px;
	height: auto;
	float: left;
	text-align: center;
	}
	
div.menu3{
	background: url('images/bg2.png');
	border: 1px solid #123456;
	margin-top: 10px;
	width: 111px;
	height: auto;
	float: left;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	text-align: center;
	}
	
	/* Mise en forme des boutons */
	div.menu3 ul { padding-left:6px; list-style-type: none; padding-bottom:80px; margin:0;}
	div.menu3 li { width:100px; height:15px; background:url('images/lien1.png') repeat-x; margin-bottom:3px; border: solid 1px #000; }
	div.menu3 li:hover { background:url('images/lien2.png') repeat-x; }
	div.menu3 li a { color:#000; text-decoration:none; }
	
div#contenui{
	width: 520px;
	height: auto;
	text-align: left;
	padding-left: 110px;
	margin: 0 auto 0 auto;
	}
	
div#contenu{
	width: 520px;
	height: 600px;
	text-align: left;
	padding-left: 110px;
	margin: 0 auto 0 auto;
	}

div.news{
	border: 1px solid #123456;
	background: url('images/bg2.png');
	padding: 5px;
	margin-top: 10px;
	}	
	
div.news2{
	border: 1px solid #123456;
	background: url('images/bg2.png');
	padding: 5px;
	margin-top: 10px;
	}
	
	/* Mise en forme des boutons */
	div.news2 a{ 
	text-align: center; 
	width:100px; 
	height:15px; 
	background:url('images/lien1.png') repeat-x; 
	margin-bottom:3px; 
	border: solid 1px #000; 
	color:#000; 
	text-decoration:none; 
	}

	div.news2 a:hover{
	background:url('images/lien2.png') repeat-x;
	}

div.cha { 
 display:none; 
	} 
	
div#fin{
	background:url('images/pieds.png') repeat-y;
	height: 20px;
	width: 700px;
	margin-top: 20px;
	color: #456789;
	text-align: center;
	clear: both;
	}

