﻿/*
		    CSS par Alowan ©
				
*/

html{
	overflow-y: scroll;
	padding:0;
	margin:0;
}

body{
	width:90%;
	background:url(theme/fond.jpg) no-repeat top center #7A7A7A;
	margin:auto;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

global{
	width:800px;
	height:auto;
	position:relative;
	margin:auto;
	background-color:#FFF;
	/*border:0.5px solid #000000;*/
	margin-bottom:10px;
}

.droite{
	text-align:right;
}
.clear{
	clear:both;
}
a{
	color:#FFF;
	text-decoration:none;
}
a:hover{
	color:#457D94;
}
/*/////////////////////////////////////
		    Le Header
/////////////////////////////////////*/
#top{
	background:url(theme/top.png) no-repeat transparent top center;
	margin:50px 0 20px 0;
	height:150px;/* hauteur entre le top page et le cadre */
	font-size:24px;
	line-height:55px;/* hauteur entre le top page et le titre */
	color:#FFF;
	text-align:center;
}
#top .petit{
	font-size:14px;
}

/*/////////////////////////////////////
		    Le conteneur
/////////////////////////////////////*/
#conteneur{
	width:738px;
	margin:0 auto;
	}


/*/////////////////////////////////////
		    Le menu
/////////////////////////////////////*/
#menu {
	background:url(theme/contenu_h.png) no-repeat bottom left;
	height:55px;
}

#menu ul li{
	float:left;
	padding:0;
	list-style:none;
}

#menu ul li a{
	height:43px;
	width:107px;
	font-size:14px;
	line-height:53px;
	display:block;
	text-decoration:none;
	text-align:center;
	color:#FFF;
	background-repeat:no-repeat;
	background-position:top left;
}
#menu ul li a:hover{
	height:43px;
	width:107px;
	line-height:43px;
	text-decoration:none;
	text-align:center;
	color:transparent;
	background-repeat:no-repeat;
	background-position:bottom left;
}
/* Couleur des menu */

#menu ul li a.rouge{
	background-image:url(theme/btn_rouge.png);
}

/*/////////////////////////////////////
		    Le contenu
/////////////////////////////////////*/
#contenu{
	background:url(theme/contenu.png) repeat-y left;
	padding:0 20px;
}

/* Les news */
#news{
	float:left;
	width:500px;
}
#news h1{
	padding:0 10px;
	margin:0;
	display: block;
	height:27px;
	line-height:27px;
	width:482px;
	background:url(theme/news_h1.jpg);
	font-size:1em;
	font-weight:bold;
	color:#457D94;
}
#news p{
	padding:0 15px;
	color:#000000;
}

/* La navigation */
#navigation{
	float:right;
}
.bloc{
	width:180px;
	margin:10px 0 0 0;
	padding:10px 0 0 10px;
	background:url(theme/nav.gif) no-repeat top left;
}
.finbloc{
	background:url(theme/nav_b.jpg) no-repeat top left;
	width:190px;
	margin:0;
	height:15px;
}
#navigation h1{
	padding:0 0 0 19px;
	margin:0;
	color:#FFF;
	display: block;
	height:34px;
	line-height:30px;
	width:133px;
	background:url(theme/nav_h1.png) no-repeat;
	font-size:1em;
	font-weight:bold;
}
#navigation h2{
	padding:0 0 0 19px;
	margin:0;
	color:#FFF;
	display: block;
	height:34px;
	line-height:30px;
	width:133px;
	background:url(theme/nav_h2.gif) no-repeat;
	font-size:1em;
	font-weight:bold;
}
#navigation ul{
	list-style-image:url(theme/nav_li.gif);
	color:#000000;
	margin:0;
}
#navigation ul li a{
	list-style-image:url(theme/nav_li.gif);
	color:#000;
}
#navigation ul li a:hover{
	color:#FFF;
}
/*/////////////////////////////////////
		    Le footer
/////////////////////////////////////*/
#bas{
	margin:0 auto 20px auto;
	padding:0 auto 20px auto;
	background:url(theme/bas.png) no-repeat;
	width:766px;
	height:25px;
	color:#FFF;
	line-height:25px;
	text-align:center;
}
#bas a{
	font-weight:bold;
	color:#CCC;
}
#bas a:hover{
	font-weight:bold;
	color:#FFF;
}
