/*#############################################################
Page CSS
#############################################################*/

/* standard elements */


* {
	margin: 0;
	padding: 0;
}

a {	
	cursor:url("img/curseur1.cur"), auto; 
	text-decoration: none;}

body {
	background: #111 url(img/bg.jpg) repeat-y center top;
	color: #BBB;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	cursor:url("img/curseur.cur"), auto; 
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

code {/* c'est ici que l'on configure un champ pour afficher du code non interpreté */
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif;}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}





textarea /* definition de la couleur de fond des champs de saisie TEXTAREA */
 {
	cursor:url("img/curseur.cur"), auto; 
 	background:grey;
 }

input  /* definition de la couleur de fond des champs de saisie INPUT */
 {
 	cursor:url("img/curseur.cur"), auto; 
 	background:grey;
 }

/* misc */ 
.clearer {clear: both;} /* bandeau haut et bas du menu horizontal*/
.stripes {
	background: #333 url(img/stripe.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	cursor:url("img/curseur.cur"), auto; 
	background: #000; /* couleur du header*/
	border-top: 1px solid #999; /* epaisseur et couleur de la ligne au dessus du header*/
	border-bottom: 1px solid #999; /* epaisseur et couleur de la ligne en dessous du header*/
	font: normal 2em sans-serif;
	height: 110px; /* hauteur du header*/
}
.header a {
	cursor:url("img/curseur.cur"), auto; 
	color: #888; /*couleur du texte dans le bandeau */
	display: block;
	line-height: 120px; /* position depuis le haut */
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;} /* decalage du texte du header */
.header a:hover {
	cursor:url("img/curseur1.cur"), auto; 
	background: #191919;
	color: #BBB;
}

/* structure */
.container {
	border: 3px solid #444; /* epaisseur bord autour du header*/
	border-top: none;
}

.main {
	cursor:url("img/curseur.cur"), auto; 
	background: #303030;
	border-bottom: 1px solid #2A2A2A;/* taille bord en dessous du header*/
	border-left: 1px solid #2A2A2A;/* pour décaler vers la droite le cadre principal*/
}
.main .left {width: 100%;} /* largeur cadre de navigation*/
.main .right {width: 0%;} /* largeur cadre de droite*/

.content {
	border-left: 1px solid #444; /* epaisseur ligne verticale à gauche du cadre principal */
	border-right: 1px solid #444; /* epaisseur ligne verticale à droite du cadre principal */
	border-top: 1px solid #444; /* epaisseur ligne horisontale au dessus du cadre principal */
	border-bottom: 1px solid #444; /* epaisseur ligne horisontale au dessus du cadre principal */
	padding: 16px; /* decale le contennu(en bas et à droite) dans le cadre principal de cette valeur*/
}

/* content elements */
.content h1 {
	background: url(img/bgh1.gif) repeat-x left bottom; /* image utilisée comme séparateur (ligne horizontale)*/
	color: #c80000; /* couleur des titres en H1 */
	margin-bottom: 10px; /* espace sour le titre en H1*/
	padding: 6px 0 0px;
}
.content h2 {
	background: url(img/bgh1.gif) repeat-x left bottom; /* image utilisée comme séparateur (ligne horizontale)*/
	color: #fff; /* couleur des titres en H2 */
	margin-bottom: 10px; /* espace sour le titre en H2*/
	padding: 6px 0 0px;
}



.content a {
	color: #8a98e1; /* couleur des liens */
	/*text-decoration: underline;*/
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {background: #191919 url(img/nav.gif);}
.nav a {
	background: #191919 url(img/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 20px;
}
.nav a:hover {
	background: #191919 url(img/nav_hover.gif);
}

/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(img/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}
