
body {
	color: #F0E39E;
	background: #ffffff;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #A1B55D;
}

/* Page */
#global {
	background: #FFFFFF;
}
.pointille{
background-image: url(../images/pointille.jpg);
background-align: center;
}


	
#nav {
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
	overflow: hidden ;		/* Création du contexte de formatage */
	}
#nav li {
	float: left ;
	width: 243px ;
	height: 43px ;
	margin-right: 1px ;
	color: #fff ;
	
	}
#nav li a {
	display: block ;
	background: #fff url(../images/onglet_t.png) left top no-repeat ;
	color: #0f4a4a ;
	font: 1.2em Arial,sans-serif ;
	font-weight:bold;
	line-height: 3.5em ;
	padding: 5px  ;
	text-align: center ;
	text-decoration: none ;
	}
#nav li a:hover, #nav li a:focus, #nav li a:active{
	background: #fff url(../images/onglet_t.png) right top no-repeat ;
	color: #69b8b8 ;
	text-decoration: none ;
	}


li#selected a{
	background: #fff url(../images/onglet_t.png) right top no-repeat ;
	color: #69b8b8 ;
	text-decoration: none ;
	}
			
 {
	background: #fff url(../images/onglet_t.png) right top no-repeat ;
	color: #69b8b8 ;
	text-decoration: none ;
	}


img #nav{
border:0;
} 


.formulaire {
	color: #363B29;
	background: #E0E0E0;
	border: 1px solid #8899BF ;
	-moz-border-radius: 15px;
border-radius: 15px;
padding: 4px  ;
width: 90%; /* -> 5 */
	overflow: hidden; /* -> 5 */
}

/* Contenu principal */
#contenu {
	color: #363B29;
	background: #ffffff;
	border: 2px solid #0F4A4A ;
	-moz-border-radius: 15px;
border-radius: 15px;
padding: 4px  ;
margin-top:-2px;
width: 95%; /* -> 5 */
	overflow: hidden; /* -> 5 */
}


/* Menu de navigation */
#gauche {
	width: 400px;
	padding: 5px;
	border-right: 1px dashed #CFCFCF ;
	float: left;
	min-height:300px;/* -> 6 */
}


/* Contenu */
#droite {
	margin-left: 430px; /* -> 8 */
	padding: 5px;
	width: 450px;
}


/* Pied de page */
#pied {
	color: #E6A948;
}

.titre
	{font: 1.2em Arial,sans-serif ;
	font-weight:bold;
	color:#786AA5;
	}
/* --- POSITIONNEMENT --- */

/* Page */
html, body {
	height: 100%; /* Voir -> Note 1 ci-dessous */
}
body {
	padding: 0;
}
#global {
	min-height: 100%; /* -> 1 */
	width: 900px;
	overflow: hidden; /* -> 2 */
	margin-left: auto;
	margin-right: auto; /* -> 3 */
}

/* En-tête */
#entete {
	padding-top: 10px;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

/* Menu de navigation */
#navigation {
	padding: 2px 2px 2px 2px;
}


/* Contenu */
#contenu {
	padding: 20px 20px 20px 20px;
}
#contenu > :first-child {
	margin-top: 0px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}

/* Pied de page */
#pied {
	padding: 15px 20px;
	font-size: .85em;
}
#pied p {
	margin: .5em 0;
}
#copyright {
	text-align: left;
	font-size: 1em;
}


