@charset "UTF-8";
/* CSS Document */
/***************************************/
/************ STYLES COMMUNS ******************/
/***************************************/
/*
rouge : 			color:#d30e0c;
rouge moyen :		color:#750302;
rouge fonce :		color:#360303;

 */

BODY
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#d30e0c url(../img/fond.jpg) repeat-x;
	color: white;
	margin: 0 50px;
	padding: 0;
}
A 
{

	color:white;
	text-decoration:none;
	
}
A:hover 
{

	color:#e5e5e5;
	text-decoration:underline;
	
}

P
{	
	margin:2px 0;
	padding:0;

}
h1
{
	font-size:18px;
	margin: 5px 0;
	padding: 0;
}
h2
{
	font-size:14px;
	margin: 5px 0;
	padding: 0;
}
H3
{
	font-size:14px;
	font-weight:bold;
	margin:2px 0;
	padding:0;
}
H4
{
	font-size:12px;
	margin:0;
	padding:0;
}
.clearboth
{
	clear:both;
	line-height:0px;
	font-size:0px;
	padding:0px;
	margin:0px;
}
FORM
{
	margin:0;
	padding:0;
}
INPUT,TEXTAREA
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:white;
}
.more
{
	float:right;
	margin-top:10px;

}
.texte1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0.3em;
}
OL.texte1
{
	border:1px solid #ccc;
}
.texte1 LI
{
	padding:8px;
	border-bottom:1px solid #ccc;
}
.pair
{
	background:#d5d5d5;
	
}

.bouton A
{
	display:block;
	background:#f00 url(../img/fleche.gif) no-repeat;
	background-position:3px 2px;
	color:white;
	text-decoration:none;
	font-weight:bold;
	padding:5px 5px 5px 25px;
}
.bouton A:hover
{
	background:#f00 url(../img/fleche-on.gif) no-repeat;
	background-position:3px 2px;
	color:white;
	text-decoration:none;
}

#cartedusite A
{
	color: black;
}

INPUT.button
{
	background: #d30e0c;
	color: white;
}