body 
{
	max-width: 1000px;
	margin: auto;
	padding:10px;
	font-family: Arial, sans-serif;
	background-color: black;
	color: white;
}

h1
{
	text-align: center;
	font-size:5em;
	color: orange;
}

strong
{
color: orange;	
}

.liens 
{
	background-color: orange;
	width: 100%;	
}


.lien12
{
	color:red;
	width: 50%;
	height: 100px;
	text-align: center;
	float: right;
	margin:0px;
	padding:0px;
}

.lien34
{
	color: red;
	width: 50%;
	height: 100px;
	text-align: center;
	float: left;
	margin:0px;
	padding:0px;
}

ul
{
	text-align:center;
 }
	
li
{
	text-align:left;
	display: inline;
	list-style-type: none;
 }
 
a 
{
	color: #ffffff;
  	font-size: 0.8em;
  	text-decoration: none;
 } 
 a:hover   
{
	color: orange;
 	text-decoration:underline;   
}
 a:visited   
{
	color: #ccc;
} 


.signature
{
	color: #000000;
	background-color: red;
	font-size: 0.8em;
	text-align: center;
}

.logo
{
	background-img: url ('images/logo.jpg');
	width:50%;
}

p
{
	font-size: 0.8em;
	max-width: 800px;
	width: 100%;
	margin: 20px auto;
	text-align:center;	
	line-height: 3em;
}



.logomin
{	
	position:relative;
	bottom:-6px; 
}

.barrecherche
{	
	float:stop;
}