@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

body {
	background-image:url(images/bg0.gif);
	background-repeat:repeat-y;
	background-position:center top;
}

#supraglobal {
	background-image:url(images/bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:100%;
}
#global {
	width:950px;
	min-height:800px;
	margin-right:auto;
	margin-left:auto;
}
#header {
	height:102px;
}
#header a img{
	border:0px;
	margin:2px;
	border:1px solid #FFF;	
}

#header a img:hover {
	border:1px solid #CCC;
}

#menu {
	background:url(images/bordgMenu.gif) no-repeat left top;
	text-align:center;
}
#menu ul {
	background:url(images/borddMenu.gif) no-repeat right top;
	list-style-type:none;
	text-align:center;
	height:62px;
	margin-left:22px;
}
#menu ul li {
	display:inline;
	float:none;

}
#menu ul li a{
	text-decoration:none;
	color:#666;
	line-height:60px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	padding-right:24px;
	padding-left:24px;
	display:block;
	height:62px;
	float:left;
	background:url(images/bgMenu.gif) repeat-x;	
	
}
#menu ul li a:hover{
	background:url(images/bgMenuOn.gif) repeat-x;	
}


#menu ul li .on {
	background:url(images/bgMenuOn.gif) repeat-x;
}


#bas {
	border-top:5px solid #333;
	margin-top:7px;
	width:950px;
	margin-right:auto;
	margin-left:auto;
}

#bas p {
	text-align:center;
	padding:10px;
	font-size:11px;
}

#actu {
	background:url(images/nouvelles.gif) no-repeat;
	padding-top:55px;
	margin-top:15px;
	margin-left:15px;
}
#actu div {
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;	
}
#actu div h1 {
	background:url(images/puceActu.gif) no-repeat;
	padding-left:30px;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
}

#actu div div {
	padding:5px;
	border:0px;
}
#actu div div span {
	font-size:11px;
}


#actu div a {
	font-weight:bold;
	font-size:11px;
	padding-top:6px;
	padding-bottom:6px;
	display:block;
}
#actu div p {
	font-size:11px;
}


#credit {
	font-size:9px;
	color:#666;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:4px;
	text-align:center;
}
#credit a {
	color:#666;
}


#page {
	display:block;
}
#page a {
	color:#006699;
	font-weight:bold;
}
#page {
	font-size:11px;
}
#page h1 {
	font-size:14px;
	font-weight:bold;
	border-bottom:2px solid #990000;
	padding-bottom:4px;
	margin-bottotm:7px;
	color:#3333;
	text-transform:uppercase;
}
#page h2 {
	font-size:14px;
	font-weight:bold;
	color:#990000;
}

#page h3 {
	color:#666666;
	font-size:12px;
	font-weight:bold;
	padding:7px;
}


#page h4 {
	color:#666666;
	font-style:italic;
	font-size:12px;
	font-weight:normal;
}



#blocGauche {
	float:left;
	width:600px;
	background:url(images/bandeau.png) no-repeat 40px 7px;
	padding-top:220px;
}

#blocDroit {
	float:left;
	width:345px;
	padding-top:10px;
	margin-left:5px;
}

#bienvenue p {
	padding:20px;
	font-size:12px;
	margin-top:10px;
}


#toutLeContenu {
	display:none;
}