body, p, td {
	margin:0px;
	padding:0px;
	font-family:"Lucida Sans Unicode", "Futura Md BT", Arial, sans-serif;
	font-size: 13px;
	color: #525759;
 }
h1, .lettrine {
	color:#c41200;
	font-size: 16px;	
	font-weight:bold;
}
strong {
	font-weight:bold;
}
a:link, a:hover, a:visited, a:active {
	color:#c41200;
}


/* partie gauche */
#partiegauche {
	background-image:url(medias/fond-partiegauche.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#c7cbcc;
	width:130px;
	}
.informations {
	color:#fff;
	font-size:11px;
}
.titreinformations {
	color:#fff;
	font-size:11px;
	font-weight:bold;
}
#separation {
	width:20px;
}
.filetblanc {
	background-color:#fff;
}

/* recherche */
.filetrouge {
	background-image:url(medias/pixel-rouge.gif);
	background-position:center;
	background-repeat:repeat-x;
}



/* formulaires */
input, select, textarea {
	font-size: 13px;
	border: 1px solid #525759;
	color : #525759;
	background-color: #fafafa;
}
.l110 { width: 110px;}
.l180 { width: 180px;}
.l220 { width: 220px;}
.l70 {width: 70px;}
.l30 {
	width: 30px;
	text-align:center;
}
.radio {
	border:none;
	background-color:#fff;
}


/* detail */
.boutonsdetail {
	background-color: #525759;
}

