body {
	background-color: #E0E0E0;
	font-family: Arial, Verdana, Freesans, Sans;
	font-size: 12px;
	color: #000000;
}

p {
}

a:link {
	color: #CC3300;
	text-decoration: underline;
	font-weight:bold;
}
a:visited {
	text-decoration: underline;
	font-weight:bold;
	color: #CC3300;
}
a:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #CC3300;
}
a:active {
	text-decoration: underline;
	font-weight:bold;
	color: #CC3300;
}

h1 {
	font-size:200%;
	color: #CC3300;
	text-decoration:underline;
}

h2 {
	font-size:150%;
}

h3 {
	font-size:130%;
}

#main {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

#header {
    background: url(../images/header.gif) no-repeat;
	height:150px;
}

#header h1 {
	text-decoration:underline;
	color: #333333;
}

#header h2 {
	color: #333333;
}

#corps {
	background: transparent url(../images/corps.gif) top center repeat-y;
	/*min-height:500px;*/
}

#contenu {
	float:right;
	width:580px;
	padding-right:10px;
}

#menu {
	margin-top:-50px;
	width:160px;
	float:left;
	padding:5px;
	font-size:11px;
}

#menu ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

#menu li {
	list-style-type: none;
	width: 160px;
}

#menu li a {
	/*display: block;*/
	text-decoration: none;
	font-weight: bold;
	/*width: 160px;*/
	padding: 2px 1px;
	color: #FFFFFF;
}

#menu li a:hover {
	/*color: #CC3300;
	text-decoration:none;
	background: #fff;*/
}

#footer {
	clear:both;
    background: url(../images/footer.gif) no-repeat;
	height:100px;
}

#entete {
	width: 442px;
	float:left;
	padding-left:150px;
	margin-top:10px;
}

#form_recherche {
	float:right;
	margin-right:10px;
	margin-top:10px;
}

.champ_recherche 	{	
	width:110px;
	background: #fff url(../images/loupe.gif) no-repeat 4px;
	padding-left: 18px;
	margin-bottom:3px;
}

.bouton_recherche 	{	
	background: #FFFFFF;
	border:#0066CC 1px solid;
	color:#0066CC;
	font-weight:bold;
	margin-bottom:3px;
	width:18px;
}

#thumb_ads {
	float:right;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:50px;
}

#thumb_left {
	float:left;
	text-align:right;
	margin-right:30px;
}

#thumb_right {
	float:right;
	text-align:right;
	margin-left:30px;
}

#note {
	width:540px;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	background-color:#FFFFCC;
	border: #FFCC00 1px solid;
	font-size:10px;
}

.url {
font-size: 80%;/*90%*/
color:#c33333;
}

#centrer {
	text-align:center;
}

#liste_liens {
	width:336px;
	margin-left:20px;
}

#liste_liens h1 {
	color: #333333;
}

#footer_text {
	font-size:10px;
	text-align:center;
	padding-top:60px;
}

#footer_text a {
	text-decoration:none;
	color:#000000;
	font-weight:lighter;
}
