/* CSS Document */

body{
	background:#3d3d3d url(../images/body.jpg) repeat-x;
	color:#3f4d1c;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans serif;
	font-size:12px;
}

/******************************************** Background de page ****************************************/
#fond_top {
	background:url(../images/fond_top.jpg) no-repeat top center;
	text-align:center;
}

#fond_bottom {
	background:url(../images/fond_bottom.jpg) no-repeat center top;	
	text-align:center;
}

/********************************************* Page principale *********************************************/
#global {
	width:1004px;
	margin:0 auto;
	overflow:hidden;
	text-align:left;
	background:url(../images/fond_gris.jpg) repeat-y;
}

#header {
	background:url(../images/header.jpg) no-repeat;
	width:1004px;
	height:182px;
}

#header_home {
	background:url(../images/header_home.jpg) no-repeat;
	width:1004px;
	height:182px;
}

/* lien de retour à la page principale */
a#accueil {
	position:absolute;
	width:430px;
	height:150px;
	z-index:100;
	margin:0 0 0 60px;
}

/************ MENU ****************/
#menu {
	height:48px;
	width:1004px;
	background:url(../images/bg_menu.jpg) no-repeat center top;
}

#menu ul {
	list-style:none;
	margin:0 0 0 188px;
	padding:2px 0 0 0;
}

#menu ul li {
	text-align:center;	
	margin-right:9px;
}

#menu ul li a {
	text-decoration:none;
	color:#ccff5f;
}

#menu ul li a.current {
	text-decoration:none;
	color:#fff;
}

#menu ul li a:hover {
	text-decoration:none;
	color:#fff;
}

#menu ul li.pro {
	width:156px;
	height:40px;
	background:url(../images/bg_pro.gif) no-repeat;
	float:left;
}

#menu ul li.pro {
	width:156px;
	height:40px;
	background:url(../images/bg_pro.gif) no-repeat;
	float:left;
}

#menu ul li.perso {
	width:175px;
	height:40px;
	background:url(../images/bg_perso.gif) no-repeat;
	float:left;
}

#menu ul li.divertissement {
	width:142px;
	height:40px;
	background:url(../images/bg_divertissement.gif) no-repeat;
	float:left;
}

#menu ul li.competences {
	width:128px;
	height:40px;
	background:url(../images/bg_competences.gif) no-repeat;
	float:left;
}

#menu ul li a{
	font-weight:bold;
}

#menu ul li a span {
	display:block;
	padding:12px 0 0 0;
}

/* Styles du menu déroulant */
#menu .deroulant {
	position:relative;
	display:none;
	padding: 0;
	margin:13px 0 0 0;
	list-style: none;
	text-align:left;
	z-index:10;
	background:#323f18;
	border:solid 1px #dbff8f;
}

#menu .deroulant a {
	color:#ccff5f;
	font-weight:normal;
}

#menu .deroulant a:hover {
	color:#fff;
	font-weight:normal;
}

#menu .deroulant a span {
	padding:4px 0;
}

#menu .deroulant2 {
	position:relative;
	display:none;
	padding: 0;
	margin:0 0 0 5px;
	list-style: none;
	text-align:left;
	z-index:10;
	background:#323f18;
	border:solid 1px #dbff8f;
}
/*********** AFFICHAGE PRINCIPAL *************/
#affichage {
	background:url(../images/bg_affichage.gif) repeat-y;
	margin:0 0 0 17px;
	padding:20px 37px 0 20px;
	clear:both;
	width:930px;
	overflow:hidden;
}

h1 {
	
	/*border:ridge 2px #ccff5f;*/
	color:#364518;
	font-size:20px;
	text-align:center;
	margin:0 150px 30px 150px;
}

h1 span {
	background:url(../images/bg_titre.jpg) no-repeat;
	display:block;
	width:630px;
	padding:3px 0;
}

/*********************************************** Bas de page **********************************************/

#outils {
	clear:both;
	overflow:hidden;
}

#bas {
	border-top:solid 1px #cacaca;
	text-align:right;
	margin:25px 0 0 0;
}

#bas ul { 
	list-style:none; 
	padding:0;
	margin:5px 0 10px 0;
}

#bas ul li { 
	display:inline;
	margin:0 5px;
}

#bas ul li a{
	text-decoration:none;
	color:#cacaca;
}

#bas ul li a:hover{
	color:#000;
}

#bas ul li.retour { 
	background:url(../images/retour.gif) no-repeat;
	padding:0 0 0 25px;
}

#bas ul li.haut { 
	background:url(../images/haut.gif) no-repeat;
	padding:0 0 0 20px;
}

#bas ul li.print {
	background:url(../images/print.gif) no-repeat;
	padding:0 0 0 22px;
 }


/*********************************************** Bas de site **********************************************/
#bottom {
	width:974px;
	height:58px;
	margin:0 auto;
	padding:30px 0 0 30px;
	text-align:left;
	overflow:hidden;
}

#liens {
	width:400px;
	float:left;
	overflow:hidden;
	height:28px;
}

#liens ul { 
	list-style:none; 
	padding:0;
}

#liens ul li { 
	display:inline;
	margin:0 5px;
}

#liens ul li a{
	text-decoration:none;
	color:#000;
}

#liens ul li a:hover{
	text-decoration:underline;
	color:#000;
}

#copyright {
	float:left;
	overflow:hidden;
	padding:12px 0 0 370px;
	color:#536a26;
	font-weight:bold;
}





