img {border:none}

#content {
	background-color:#CDFF68;
	margin:auto;
	min-width:800px;
	max-width:1000px;
	width:80%;
	height:100%;
}
#header 
{
	background-image:url('../image/header.jpg');
}
#google
{
	float:right;
	margin-right:10px;
	margin-top:-10px;
}
#bandeau
{
	height:50px;
	width:100%;
	
}
#bandeau h1
{
	font-family: 'Reenie Beanie', arial, serif;
	text-align:center;
	color:#003300;
}

/* Déblut de la gestion du menu*/
#menu {
	color : #CDFF68;
	margin-left:80px;
	position: absolute;
	z-index:100;
}
#menu #element_menu{
}

#menu dl {
	float: left;
	width: 120px;
	color : #CDFF68;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #003300;
	color : #CDFF68;
	border: 1px solid gray;
	margin: 1px;
}
#menu dd {
	display: none;
	border: 1px solid gray;
}
#menu li {
	text-align: center;
	background: #003300;
}

#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	color : #CDFF68;
	padding-left:2px;
	padding-right:2px;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background: #CDFF68;
	color :#003300;
}
#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color : #CDFF68;
}
/* Fin de la gestion du menu*/

/* Début de la gestion de la page*/
#page
{
	margin-top:30px;
	min-height:500px;
	text-align:center;
	color:#003300;
}
#page h2
{
	color:#FF0000;
	width:700px;
	margin:auto;
	margin-bottom:10px;
}
#page p
{
	width:700px;
	margin:auto;
	text-align:left;
	padding:10px;
}
#page .info
{
	color:#000000;
}
#page .boiteInformation
{
	border:2px outset #808080;
	width:400px;
	margin:auto;
	margin-bottom:10px;
}
#page .boiteInformation h2
{
	color:#330099;
	margin-top:5px;
	margin-bottom:5px;
	width:400px;
}
#page .boiteInformation p
{
	width:350px;
	text-align:center;
}
#page .savoirPlus
{
	text-align:justify;
	border:2px outset #808080;
}
#page .center
{
	text-align:center;
}
#page .gauche
{
	text-align:left;
}
#page .justifier
{
	text-align:justify;
}
#page .rouge
{
	color:red;
}
#page #tabInfo
{
	margin:auto;
}
#page ul
{
	width:700px;
	margin:auto;
	text-align:left;
	padding-left:60px
}
#page ul.espace li
{
	padding-bottom:10px;
}
#page a:link {text-decoration: none; color: #003300; font-family: Times New Roman, Arial; font-size: 12pt}
#page a:visited {text-decoration: none; color: #339900; font-family: Times New Roman, Arial; font-size: 12pt}
#page a:active {text-decoration: none; color: #FF0000; font-family: Times New Roman, Arial; font-size: 12pt}
#page a:hover {text-decoration: underline; color: #FF0000; font-size: 12pt}
/* Fin de la gestion de la page*/

#footer
{
	background-color:#003300;
	padding:12px;
	text-align:center;
	color:#CDFF68;
	font-size:10px;
}
