@charset "UTF-8";
/* CSS Document */

/* COULEURS 

Jaune 	= FEB618 / FFAF00
Rouge 	= DF1000

Vert 	= 8db513 / 88AF00
Orange 	= feb618

*/

/****************************************/
/* BLOCS */
/****************************************/

body {
	background-color: #FFF;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #FFF;
	}
div#container{ 
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	}
div#background {
	margin-top: 34px;
	position: relative;
	}
div#header {
	height: 128px;
	background-image: url(/images/logo-objectif-par.jpg);
	background-repeat: no-repeat;
	background-position: 350px top;
	}
div#wrapper {
	/*
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	*/
	margin-top: -340px;
	margin-bottom: 10px;
	}
div#fondOpacity {
	margin-left: 370px;
	margin-top: 65px;
	width: 510px;
	height: 340px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	background-color: #000;
	}
div#content {
	margin-left: 370px;
	width: 470px;
	padding: 20px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	background-image: url(/images/fond-noir-60.gif);
	background-position: left 340px;
	background-repeat: no-repeat;
	/* HACK MIN-HEIGHT */
	height: auto !important;
	min-height: 330px;
	height: 330px;
	/**/
	}
div#navigation {
	width: 100%;
	position: absolute;
	top: 130px;
	left: 0;
	background-color: #FEB618;
	}
div#footer {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
	margin-bottom: 20px;
	}
	
/****************************************/
/* TYPO */
/****************************************/

h1 {    
	font-family: Georgia,Times,serif;
	font-size: 28px;
	line-height: 1.1em;
	font-weight: normal;
	color: #88AF00;
	padding-bottom: 10px;
	}
h2 {
	font-family: Georgia,Times,serif;
	font-size: 18px;
	line-height: 1.1em;
	font-weight: normal;
	color: #88AF00;
	padding-top: 1em;
	}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-top: 1em;
	line-height: 1.3em;
	}
p {
	padding-top: 1em;
	line-height: 1.3em;
	}
a {
	color: #FFF;
	}
a:hover {
	color: #FFAF00;
	}
strong {
	font-weight: bold;
	}
#content ul {
	padding-top: 0.5em;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 2em;
	list-style-type: disc;
	}
li {
	line-height: 1.3em;
	}
blockquote {
	padding-left: 5em;
	}
hr {
	clear: both;
	display:block; 
	visibility:hidden; 
	height:0; 
	border-width:0; 
	margin:0; 
	padding:0; 
	}
	
/****************************************/
/* FORMULAIRE */
/****************************************/

form#contact fieldset {
	border: 1px solid #88AF00;
	margin-top: 10px;
	padding: 10px;
	}
form#contact legend {
	padding: 0 10px;
	font-weight: bold;
	color: #88AF00;
	}
form#contact label {
	float: left;
	width: 160px;
	text-align: right;
	}
form#contact input {
	margin: 0 10px 0 5px;
	width: 250px;
	}
form#contact #civilite input,
form#contact #golfeur input {
	width: auto;
	}

/* bloc message
*****************************************/

form#contact #blocMessage {
	text-align: center;
	}
form#contact #message {
	width: 410px;
	height: 100px;
	}

/* pied formulaire
*****************************************/

form#contact #piedForm {
	margin-top: 10px;
	text-align: center;
	}
form#contact #piedForm input {
	width: auto;
	}

/* alerte
*****************************************/

p.alerte {
	font-weight: bold;
	background-color: #DF1000;
	color: #FFF;
	margin-top: 10px;
	padding: 10px;
	}
	
/****************************************/
/* FORMULAIRE DE TESTS */
/****************************************/

.pageTest div#fondOpacity {
	margin-left: 40px;
	width: 870px;
	}
.pageTest div#content {
	width: 830px;
	margin-left: 40px;
	}
.pageTest form#contact label {
	width: 220px;
	}
.pageTest form#contact input {
	width: 350px;
	}

.pageTest form#contact #blocTest {
	padding: 20px 40px 10px;
	}
.pageTest form#contact #blocTest p {
	clear: left;
	margin: 0;
	width: 750px;
	padding: 10px 0;
	border-top: 1px #88AF00 solid;
	}
.pageTest form#contact #blocTest input {
	width: auto;
	}


/* Quiz OUI/NON
*****************************************/

.pageTest form#contact.quizOuiNon #blocTest label {
	width: 600px;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 10px;
	}

/* Quiz AB
*****************************************/

.pageTest form#contact.quizAB #blocTest label {
	width: 745px;
	text-align: left;
	padding-bottom: 10px;
	font-weight: bold;
	}
.pageTest form#contact.quizAB #blocTest input {
	float: left;
	margin-top: 2px;
	}
.pageTest form#contact #blocTest span {
	display: block;
	width: 80%;
	margin-left: 40px;
	padding-bottom: 6px;
	}

/****************************************/
/* MENU */
/****************************************/

/* hauteur navigation = 27px */

#navigation ul {
	font-size: 11px;
	font-weight: bold;
	}
#navigation a {
	display: block;
	text-decoration: none;
	padding: 8px 10px;
	border-right: 2px solid #FFF; 
	color: #000;
	text-align: left;
	}
div#navigation li ul li a {
	background-color: #feb618; 
	}
#navigation a:hover {
	background-color: #DF1000; 
	color: #FFF;
	}
div#navigation li a.selected {
	background-color: #000; 
	color: #FFF;
	}
div#navigation li {
	float: left;
	}
div#navigation li ul li {
	float: none;	
	display: inline; /* Pour corriger bug espacement vertical IE6 */
	}
div#navigation li ul {
	position: absolute;
	left: -999em;
	}
div#navigation ul li ul li a {
	/* POur corriger bug largeur IE6 ;*/
	width: auto !important; 
	width: 230px;
	}
#navigation li:hover ul, 
#navigation li.sfhover ul {
	left: auto;
	}
	
/****************************************/
/* PIED */
/****************************************/

#footer p, 
#footer p a {
	font-size: 10px;
	color: #000;
	margin: 0;
	}

/****************************************/
/* PARTICULARITES */
/****************************************/

#content ul.joueur {
	font-size: 10px;
	margin: 10px 0;
	list-style: none;
	padding: 0;
	}
#content ul.joueur li {
	width: 150px;
	text-align: center;
	float: left;
	margin-right: 10px;
	}
#content ul.joueur li.fin {
	margin-right: 0;
	}


