a:focus{ outline:none; }

a {
	outline:none;
	color:#FF3800;
	padding-bottom:2px;
	text-decoration:none;
	text-decoration:underline;
	border-bottom:0px solid #000;
}

a:hover {
	background:none; /*Bug IE6 sur les span hover*/
	border:none;
}

.noBorder { border:none; }
.souligne { text-decoration:underline; }
.commentaire { font-size:75%; }
.centrer { text-align:center; margin:0 auto; }

.grise { background-color:#431400; }
.print { display:none; }

#cache {
	position:absolute;
	top:-2000px;
}

a img { border:none; }

/*Mise en page*/
/*------------------------------------------------------------------------------------------------*/
body
{
	margin: 0px;
	padding: 0px;
	font: 75% Verdana;
	background-color:#FFF;
}

div#page
{
	position:relative;
	width: 842px ;
	margin: 10px auto;
}

#cadre {
	color:#FFE8BF;
	margin-left:8px;
	border-left:2px solid #efa81c;
	border-right:2px solid #c4ed20;
	background:url(../images/contenu.jpg);
}

#contenu {
	position:relative;
	top:0px;
	color:#000;
	padding:10px 20px 30px 20px;
	text-align:justify;
	background:url(../images/FondContenu2.gif) no-repeat;
}


#pied {
	position:relative;
	top:-10px;
	height:2px;
	margin-left:8px;
	color:#000;
	font-size:80%;
	background:url(../images/Pied.gif);
	text-align:right;
}

#pied a { 
	text-align:right;
	font-size:90%;
	color:#000; 
	
}

/*Menu*/
/*------------------------------------------------------------------------------------------------*/
#menutop {
	position:absolute;
	top:60px;
	left:15px; /*A preciser sinon bug IE*/
	font-size:150%;
	z-index:90;
}

#menutop ul, #menuProduit ul {			/*IE FF*/
	margin:0px;
	padding:0px;
}

#menutop li {
	list-style-type:none;
	background:url(../images/FondMenu.png) no-repeat;
	height:30px;
	width:156px;
	margin-top:2px;
	padding-left:10px;
}

#menutop li a{
	color:#FFF;/*#FFE7BD;*/
	text-decoration:none;
	border:none;
}

#menutop a:hover {
	text-decoration:none;
	color:#FFF;
	margin-left:10px;
}

/*Différents titres*/
/*------------------------------------------------------------------------------------------------*/
#header {
	position:relative;
	margin:0;
	padding:0;
	height:300px;
	color:#FFFFFF;
	background:url(../images/header.jpg) no-repeat;
}

#contenu h1 {
	font-size:150%;
	padding:0 0 3px 4px;
	text-decoration:underline;
	color:#810707;
	/*border-bottom:1px solid #F00;*/
}


#contenu h2 {
	color:#FF6347;
	margin-bottom:-10px;
	text-decoration:underline;
	font-size:100%;
}

/*Cadre*/
/*------------------------------------------------------------------------------------------------*/
.CadreHG
{
	background:url(../images/ContenuHG.gif);
	padding-left:10px;
	color:#990000;
	font-weight:bold;
} 

.CadreCentre
{
	background:url(../images/ContenuG.gif) repeat-y;
	padding:0px 0 5px 30px;
}


.CadreHGV
{
	background:url(../images/cadreViolet/ContenuHG.gif);
	padding-left:10px;
	color:#FFF;
	font-weight:bold;
} 

.CadreCentreV
{
	background:url(../images/cadreViolet/ContenuG.gif) repeat-y;
	padding:0px 0 5px 30px;
}

/*Formulaire*/
/*------------------------------------------------------------------------------------------------*/
input {
	border:1px solid #000;
}

input:hover
{
 /*background-color:#E9FAD1;*/
 border:1px solid #BEE252
}
p {
	color: #000000;
}
