@charset "utf-8";
/* CSS Document */



/* Navigation */
#navigation {
	background-image: url(/image/navig.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 580px;
	margin-top: 40px;
	display:inline;
}
# navigation .toggleSousMenu  a{
	color: #FFF;
	font-size: 1.6em;
	font-weight: bold;
}
#navigation .toggleSousMenu a:hover, #navigation .toggleSousMenu a:focus {
	color: #00F;
}


#citation {
	color: #99C;
	font-size: 1.4em;
	font-style: oblique;
	font-weight: bold;
}


/* --- POSITIONNEMENT --- */

/* Menu de navigation */
#navigation {
	width: 250px;
	/* -> 5 */
	height: 800px;
	float: left;
	padding-top: 20px;
}
#navigation li {
	margin: 0;
	padding: 20px 0px 0px 0px;
	width: 150px;
	list-style: none;
	font-size: 1.5em;
	text-decoration: none;
	display:block;
}
#navigation .SousMenu
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 0.5em;
}
#navigation ul.SousMenu  
{
	float: none;
	margin-left: 40px;
}	
#navigation ul.SousMenu  a {
	
	line-height: 0.5em;
}

#navigation .SousMenu li a : hover {
	color: #00F;	
}

#navigation li a:hover, li a:focus {
	color: #00F;	
}

#navigation a {
	display: block;
	height: 1%; /* -> 6 */
	padding: 6px 6px 6px 10px;
	line-height: 1.5;
	font-size: 1.2em;
	text-decoration: none;
	color: #FFF;
	list-style-type: none;
	font-size: 1.2em;
}

/* Contenu */
#contenu {
	/* -> 7 */
	overflow: visible;
	position: relative;
	width: 600px;
	margin-left: 250px;
	height: 800px;
	font-size: 1em;
	padding-left: 30px;
}

#contact {
	text-align: center;
	padding: 10px 10px 10px 10px;
}

#formulaire {
	padding: 0px 10px 10px 10px;
	text-align: center;
}
#formulaire table {
	padding : 10px;
	border: solid #93C 2px;
	margin: 10px;
}
#formulaire th, td {
	border: solid #99F 1px;
	text-align:center;
	padding: 5px 10px 5px 10px;
	margin: 10px;
}
	

/* Mention de copyright */
#copyright {
	width: 250px;
	text-align: center;
	color: #00C;
	font-size: 1em;
	margin-top: 10px;
	;
}

/* rédéfinition balises titres */
h4 {
	text-align:center;
	line-height: 0.5em;
}
