body {
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
background-image:url(../images/background.gif);
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6D6D6D;
}

.titre{
       color: #C41130;
       font-weight:bold;
       font-style:italic;
       font-size:18px;
       font-family:Times,Verdana;
}

.ss_titre{
       color: #C41130;
       font-weight:bold;
       font-size:16px;
       font-family:Times,Verdana;
}

.couleur_rge{
       color: #C41130;
}

a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #C41130;
	text-decoration:none;
}
a:visited:hover {
	color: #C41130;
	text-decoration:none;
}

/* menu haut droite  Presses | contact | FR | EN  */
a.hd:link {
	color: #C41130;
	text-decoration:none;
        font-weight:bold;
        font-size:10px;
}
a.hd:visited {
	color: #C41130;
	text-decoration:none;
         font-weight:bold;
         font-size:10px;
}
a.hd:hover {
	color: #000000;
	text-decoration:none;
}
a.hd:visited:hover {
	color: #000000;
	text-decoration:none;

}


TEXTAREA {
     font-size:10px;
     font-family: Verdana, sans-serif;
	 width:250px;
	 border: 1px #C41130 solid;
}

INPUT {
     font-size:10px;
     font-family: Verdana, sans-serif;
	 width:250px;
	 border: 1px #C41130 solid;
}

SELECT {
     font-size:10px;
     font-family: Verdana, sans-serif;
     border: 1px #C41130 solid;
}

INPUT.recherche_champ {
     font-size:10px;
     font-family: Verdana, sans-serif;
	 width:155px;
	 border: 1px #C41130 solid;
}
INPUT.recherche_submit {
	 width:16px;
	 height:16px;
	 border: 0px;
	 vertical-align:top;
}
INPUT.petit {
     font-size:10px;
     font-family: Verdana, sans-serif;
	 width:100px;
	 border: 1px #C41130 solid;
}
INPUT.radio {
     font-size:10px;
     font-family: Verdana, sans-serif;
	 width:auto;
	 border: 0px;
}

/*########### MENU *##########*/

li.nopuce{
	list-style-type: none;
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
}

#menur {
	font-size:10px;
	width: 140px;
}

#menur dt {
font-size:12px;
	margin: 0px;
	height: 20px;
	line-height: 20px;
	text-align: left;
	padding-left:0px;

	border-bottom:2px solid #EDEEEF;
}

#menur li {
	text-align: left;
	padding-left:8px;
	height: 16px;
	background-color:#ffffff;
	border-bottom:2px solid #ffffff;
}
#menur li:over {
	/*list-style-image:url(images/puce_r.gif);
	list-style-position:inside;*/
}
#menur li a {
	background-color:#FFDA18;
	text-decoration: none;
	display: block;
	height: 100%;
}

#menur dt a {
	background-color:#ffffff;
	text-decoration: none;
	display: block;
	height: 100%;
}

#menur li a:hover {
	background: #ED001F;
	color:#ffffff;
}