

@import "layout.css";

 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #bababa;
	color: #000;
	font-size: 10px;
	line-height: 30px;
	font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	border-top: 0px;
}


a{
	color: #ff6700;
	text-decoration:none;
}

a:visited{
	color: #ff6700;
}

a:hover{
	color: #970F00;
}


img{border:0;}

/* La page
-------------------------------------------------------- */
#page{
	background: #fff url(img/page.jpg) repeat-y center top;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 173px;
	/*padding-top: 20px;*/
	background: #FFF url(img/top1.jpg) no-repeat left top;
}

#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color: #FFFFFF;
}

#top h1 a{
	text-decoration: none;
	color: #FFFFFF;
}



/* Le contenu
-------------------------------------------------------- */

#main {
		background: transparent url(img/coin.jpg) no-repeat right bottom ;
	
}
#para1 {
	
	border-bottom: 1px solid #ccc;
		background: transparent url(img/1haut.jpg) no-repeat left bottom;
	
}
#text1 {
font-size:12px;
color:#666666;
	text-align:right;



}
#text2 {
font-size:12px;
color:#666666;
	text-align:right;
}
#text3 {

font-size:12px;
color:#666666;
	text-align:right;
}
#text4 {
font-size:12px;
color:#666666;
	text-align:right;
}
#para2 {
		background: transparent url(img/1bas.jpg) no-repeat right bottom;
	
}



/* Le menu droit
-------------------------------------------------------- */
#sidemenu{
	
	
	background: #fff ;
	text-align: left;
}
	

/* Les mentions legales
-------------------------------------------------------- */
#test{
	float:top;
	width:400px;
	height:350px;
	background: #ffffff url(img/coin2.jpg) no-repeat left bottom;
}
#test2{float:left;
	font-size:12px;
	color: #666;
	line-height: 20px;
	text-align: left;
	padding-left:60px;
	padding-top:50px;
	
	
}


/* Le pied de page
-------------------------------------------------------- */
#footer{
	
	
	background: #bababa url(img/footer1.jpg) no-repeat center top;
	
	
	
}

#footer a{
font-size:10px;
	color: #666;
}

