/*
Auteur : Nicolas Zengarli
www.ComCassandre.com
Pour : HIEMSTRA
Date : 07/2009
*/
/****************
****** BODY *******
****************/
html,body {
background:#a13b32 ;
/* url(../images/bg/bg.jpg) repeat-x;*/
color:white;
height: 100%;
font-family:Arial;
font-size: 13px;
}


#mentions{
margin: 20px 30px 50px 30px;
	}
	
li {
color:white;
list-style-type: none; 
}

a{
color:white;
text-decoration: none;}

a:hover{
color: yellow;
text-decoration: none;}


img{
border: none;}
