* {
padding : 0;
margin : 0;
}
* {
outline : none;
}
body {
color : #fff;
overflow : visible;
background-color : #fff;
background-image : url('../images/pat2.jpg');background-repeat:repeat;
background-attachment : fixed;
font-family : Arial, Helvetica, sans-serif;
font-size : 1em;
height : 100%;
}
#conteneur {
position : relative;
margin-top : 50px;
margin-bottom : 10px;
margin-left : auto;
margin-right : auto;
width : 900px;
min-height : 100%;
height : auto !important ;
height : 100%;
margin : 0 auto -70px;
text-align : left;
}
h1 {
padding-top : 50px;
margin-left:60px;
background-color : transparent;
font-family : Arial, Helvetica, sans-serif;
font-size : 20px;
}
p {
background-color : transparent;
font-family : Arial, Helvetica, sans-serif;
font-size : 0.8em;
}
img {
border : none;
}
#navlist {
float : right;
margin : 30px 0 0 150px;
padding : 0 0 20px 10px;
}
#navlist ul, #navlist li {
margin : 0;
padding : 0;
display : inline;
list-style-type : none;
}
#navlist a:link, #navlist a:visited {
float : left;
line-height : 14px;
font-weight : normal;
font-size : 0.9em;
margin : 0 10px 4px;
text-decoration : none;
color : #000;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
border-bottom : 4px solid #000;
padding-bottom : 2px;
background : transparent;
color : #000;
}
#navlist a:hover {
color : #ff0000;
}

.copy{font-size:0.8em;}

#empty, #footer {
	height: 17px;
	clear:both;
}

#footer {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align:center;
}


	
#footer a{text-decoration:none;color:#000;font-size:0.8em;}
#footer a:hover{text-decoration:none;color:#ff0000;font-size:0.8em;}