
/*
	Dernière modification : 24/09/2007
	Par : Moll Joel (stain_4)
*/


/* ############### SOMMAIRE ############### */
/*

 $1. Remise à zéro des styles
 $2. définitions des styles généraux
 $3. styles des principales div
 $4.styles des menus
 $5.styles spéciaux
 $6.styles page d'accueil
*/
/* ######################################## */


/* ###################### $1. Remise à zéro des styles ###################### */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	background:transparent;
}

:focus {
	outline:0;
}

body {
	line-height:1;
	color:black;
	background:white;
}

ol, ul {
	list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

caption, th, td {
	text-align:left;
	font-weight:normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}

blockquote, q {
	quotes:"" "";
}


/* ###################### $2. définitions des styles généraux ###################### */

body
{
	font-family: verdana, sans-serif;
	font-size: 62.5%;
	line-height: 1.2em;
	background: #f0aa00;
}

h1
{
	font-family: Arial, sans-serif;
	font-size: 1.8em;	line-height: 1.6em;
	color: #ff9900;
	border-bottom: 3px #ff9900 solid;
	padding-bottom:2px;
}


h2
{
	font-family: Arial, sans-serif;
	font-size: 1.7em;
	color: #333333;
	padding-top:15px;	border-bottom: 1px #333333 solid;	padding-bottom:2px;		font-weight:bold;
}

h3
{
	font-family: Arial, sans-serif;
	font-size: 1.3em;
	color: #ff9900;
	padding-top:15px;
}

p
{
	font-family: verdana, sans-serif;
	font-size: 1.1em;
	color: #333333;
	padding-top:15px;
}

strong
{
	font-weight:bold;
}

.noDisplay {
	position:absolute;
	left:0;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

a
{
	color: #333333;
	text-decoration: none;
}

a:hover
{
	color: #505050;
	text-decoration: none;
}

/* ###################### $3. styles des principales div ###################### */


#global
{
	width: 900px;
	margin: 0 auto;
	background:url(../images/fond-degrade.gif) repeat-y;
}

#container
{
	width: 800px;
	margin: 0 auto;
}

#fond-bas
{
	width: 910px;
	height:69px;
	background:url(../images/fond-bas.gif) no-repeat;
	margin-left:-48px;
}

#header
{
	width: 800px;
	height:100px;
	padding-left:3px;
}

#footer
{
	width: 100%;
	height:15px;
	clear: both;
}

#contenu
{
	background: #ffffff;
	border:2px #ececec solid;
	width: 770px;
	margin: 0 auto;
	clear:both;
	overflow:auto;
	padding-bottom:15px;
}

#col-gauche
{
	float:left;
	width:310px;
}

#col-droite
{
	float:left;
	width:430px;
	padding-top:50px;
	padding-right:15px;
	
}



/* ###################### $4.styles des menus ###################### */

#menu
{
	padding: 8px 15px 0px 11px;
	margin:0px;
}

#sous-menu a
{
	background: url(../images/sous-menu.gif) no-repeat;
	padding-left:35px;
	width:230px;
	height:21px;
	padding-top:4px;
	line-height: 21px;	
}

#sous-menu a:hover
{
	background: url(../images/sous-menu-survol.gif) no-repeat;	
}


#sous-menu 
{
	padding-top:15px;
}

#sous-menu li
{
	padding-bottom:15px;
}


#menu-rubrique
{
	float:left;
}


#menu li, #menu a
{
	display: block;
	float: left;
}

#menu-rubrique a
{
	background:url(../images/bouton-menu.gif) no-repeat;
	height:30px;
	width:108px;
	text-decoration: none;
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 1.3em;
	line-height: 30px;	font-weight:bold;
	text-align:center;
}

#menu-rubrique a:hover
{
	background:url(../images/bouton-menu-survol.gif) no-repeat;
}

#menu-rubrique a.bouton-actif
{
	background:url(../images/bouton-menu-survol.gif) no-repeat;
}



#footer ul
{
	float:right;
	padding-right:15px;
}

#footer li
{
	display: block;
	float: left;
	padding-left: 5px;
	text-decoration: none;
}


/* ###################### $5.styles spéciaux ###################### */

#header h1  
{
	float:left;
	border:0px;
}

#header h1 a 
{
	display:block;
	height:100px;
	width:800px;
	background:#fff url(../images/banniere.gif) top left no-repeat;
}




#retourhautpage
{
	display:block;
	height:18px;
	width:30px;
	background: url(../images/retourhautpage.gif) no-repeat;
	margin: 0 auto;
	margin-top:30px;
}

.lirelasuite
{
	display:block;
	height:17px;
	width:35px;
	background: url(../images/lirelasuite.gif) no-repeat;
	float:right;
	padding-right:15px;
	clear:both;

	
}


#graphique-haut
{
	background: url(../images/graphique-haut.gif) no-repeat;
	height:62px;
	width:281px;
}

#graphique-bas
{
	background: url(../images/graphique-bas.gif) no-repeat;
	height:382px;
	width:262px;
}

#col-droite img
{
	float:right;
	padding: 10px 0 10px 10px;
	clear:both;
}

#col-gauche p
{
	padding: 10px 10px 10px 10px;
	clear:both;
	font-weight:bold;
}

/* ###################### $6.styles page d'accueil ###################### */

#col-gauche-accueil
{
	float:left;
	width:330px;
}#col-gauche-accueil img{	float:left;	padding: 10px 0 5px 10px;	clear:both;}#col-gauche-accueil p{	padding-top:10px;	padding-bottom:15px;	clear:both;	padding-left:10px;}#col-gauche-accueil h1{	padding-top:10px;	padding-bottom:15px;	padding-right:15px;	padding-left:10px;	clear:both;}

#col-droite-accueil
{
	float:left;
	width:370px;
	padding-top:50px;	padding-left:40px;
}

#col-droite-accueil p
{
	padding-top:10px;
	padding-bottom:15px;
	clear:both;
}

#col-droite-accueil h1
{
	padding-top:10px;
	padding-bottom:15px;
	clear:both;
}

#col-droite-accueil img
{
	float:left;
	padding: 10px 0 10px 0;
	clear:both;
}

#graphique-accueil-haut
{
	background: url(../images/graphique-accueil-haut.gif) no-repeat;
	height:272px;
	width:315px;
}

#graphique-accueil-bas
{
	background: url(../images/graphique-accueil-bas.gif) no-repeat;
	height:110px;
	width:356px;
	clear:both;
}



