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

body{
	font-family: Arial;
	font-size:10px;
	margin-left:40px;
	margin-top:40px;
	width:800px;
}

a{
	color: #999999;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

td{
	padding-right:5px;
	padding-bottom:5px;
}

img{
	border:none;
}

#img{
	margin-right:40px;
	margin-bottom:30px;
}

#menu{ 
	height:70px; 
	width:800px; 
	background-color:#FFFFFF; 
	position:fixed;
	left:40px; 
	top:0px;
	font-size:10px;
	border-bottom:thin #000000 solid; 
}

#contenu{ 
	padding-top:60px;
	border-bottom:thin #000000 solid;
	min-height:500px;
}

#contenu2{
	border-bottom:thin #000000 dashed;
	padding-bottom:30px;
	margin-bottom:30px;
}

#contenu3{
	border-top:thin #000000 dashed;
	padding-top:10px;
	margin-bottom:30px;
	margin-top:30px;
	max-width:290px;
}

#contenu4{
	padding-left:650px;
	max-width:100px;
	border-bottom:10px;
}

#titre{
	color: #000000;
}

#ref{
	color: #FFFFFF;  
}

#style1{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:30px;
}

#col1{
	position:relative;
	float:left;
	width:135px;
	padding-left:86px;
}

#col2{
	position:relative;
	float:left;
	width:135px;
}

#col3{
	position:relative;
	float:left;
	width:135px;
}

#col4{
	position:relative;
	float:left;
	width:200px;
	padding-left:278px;
}

#box{
background-repeat:no-repeat;
padding-top:250px;
padding-left:300px;
height:400px;
color:#FFFFFF;
background-image:url(images/home/linge.jpg);
}

