/* CSS Document */
html, body
{
	margin:auto;
	padding:0;
}

body
{
	margin: auto;
	background-color:#9ABBE7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

#info {
	color:#FF3300;
	background-color:#FFFFFF;
	text-align:center;
	margin-bottom:15px;
	font-size: medium;
	border: 1px solid #FF3300;
	padding:2px;
}

#general
{
	margin:auto;
	width:700px;
	background-color: #DBE7F7;
	background-image:url(images/fond.png);
	background-repeat:repeat-y;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

#en_tete
{
	height: 170px;
	background-color:#003300;
	background-image: url("images/logo.jpg");
	background-repeat: no-repeat;	
}

.menu
{
	text-align: center;
	background-color: #FFCC33;
	font-weight:bold;
}

.menu a
{
	text-decoration:none;
	color: #0033CC;
}

.menu a:hover
{
	text-decoration:underline;
	color:red;
}

.menu td
{
	border:dotted 1px #0033CC;
	border-bottom:0px;
	border-top:0px;
}

.top
{
	background-image:url(images/top.png);
	height:19px;
}

#corps
{
	margin: 17px;
	color: #006A6A;
}

#corps h1
{
	font-size:medium;
	/*border-bottom:1px dotted;*/
}

#corps h2
{
	font-size:small;
	color: #333366;
	border-bottom:1px solid #FF9900;
}

.gauche
{
	float:left;
	width:190px;
}

img.a_voir_image
{
	float:right;
}

#corps a
{
	color:#0033CC;
}

#corps a:hover
{
	color:red;
}

.content
{
	margin-left:190px;
}

#pied_de_page
{
	text-align: center;
	background-color: #FFCC33;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	height:20px;
	padding-top:20px;
	background-image:url(images/bottom.png);
	background-repeat:repeat-x;
	clear:both;
}