	/* BALISES */


html, body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

	
body 
{ 
  	background-image : url(img/fond.jpg); 
  	background-repeat : repeat ; 
	font-size: 3pt;
	margin-top : 0px;
	text-align: center;
	text-align: -moz-center;
	margin-top:60px;
}


.red
{
	background:#FF0000;
	border:0 solid #BFD3E2;
	border-top-width:1px;
	border-bottom-width:1px;
}

.red img
{
	margin:auto;
}

.content
{
	width:538px;
}


.flag
{
	float:left;
  	background-image : url(img/fond-home.jpg); 
	width:70px;
	height:306px;
}

.flag img
{
	border:1px solid #FFFFFF;
	margin:4px;
	margin-top:10px;
}


.menu
{
	float:right;
	margin-top:39px;
	border:0;
}

.link
{
	width:338px;
	height:55px;	
	cursor:pointer;
	margin-right:130px;
	margin-bottom:30px;
	color:#FFFFFF;
}

.link:active
{
	background-position:bottom;
	color:#FFFFFF;
}


.link:hover
{
	background-position:bottom;
	color:#FFFFFF;
}

.particulier-fr
{
  	background-image : url(img/home/particulier-fr.jpg); 
}


.entreprise-fr
{
  	background-image : url(img/home/entreprise-fr.jpg); 
}

.particulier-eng
{
  	background-image : url(img/home/particulier-eng.jpg); 
}


.entreprise-eng
{
  	background-image : url(img/home/entreprise-eng.jpg); 
}


p
{
	text-align:justify;
	margin:0;
	padding-left:30px;
	width:428px;
	font:normal 11px verdana;
	color:#FFFFFF;
}

.menu img
{
	margin-top:12px;
	margin-bottom:12px;
}

