@charset "utf-8";
/* CSS Document */


html, body, ul, li,div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}


html {
        height:100%;

}

body{ 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:center;
background-color:#FFFFFF;
background-image:url(images/background.jpg);
background-attachment:scroll;
background-repeat:no-repeat;
background-position:top center;
margin: 0;}

p{margin:10px}

.logopictures {
border: 1px solid #1D2B4E;
}

a:link{
        color: #201d5c;
		text-decoration:underline;
		font-weight:bold;
        }
a:hover {
	color: #c83226;
	text-decoration:underline;
	font-weight:bold;
}

a:visited {
		color: #201d5c;
		text-decoration:underline;
		font-weight:bold;
}

.whitelink a:link{
        color: #FFFFFF;
		text-decoration:underline;
		font-weight:bold;
        }
.whitelink a:hover {
	color: #A3C36E;
	text-decoration:underline;
	font-weight:bold;
}

.whitelink a:visited {
		color: #FFFFFF;
		text-decoration:underline;
		font-weight:bold;
}

.whitetextfooter {font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px; color:#FFFFFF;}

div#container{text-align:left;width:900px; height:100%;margin:0 auto; border-left:solid; border-left-color:#527a15; border-left-width:2px;border-right:solid; border-right-color:#527a15; border-right-width:2px;}
div#header1{ width:900px;height:180px;}
div#menu{  width:900px;height:37px;}
div#ads{  width:900px;height:100%;}
div#contenu{width:900px;height:100%; background-color:#FFFFFF;}
div#footer1{ width:900px; height:124px; background-color:#FFFFFF;}
div#footer2{ width:900px; height:107px; background-image:url(images/site_web_10.jpg); background-repeat:no-repeat;}

.copyright  { font-size:9px;}
.smallropsearch  { font-size:8px;}
.soustitre  { font-size:15px;}
.texteblanc  {color:#FFFFFF;font-weight:bold;}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 0px 0px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 0px 0px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

div#ropline{width:100%; height:1px;border-bottom:solid; border-bottom-color:#000000; border-bottom-width:1px;}