body {
	margin:0;
	padding:0;
	font-family:arial,verdana,sans-serif;
	font-size:12px;
}

#global {
	width:980px;
}

#logo_vertical {
	position:absolute;
	top:0px;
	left:0px;
	width:29px;
	height:161px;
}

#logo {
	position:absolute;
	top:0px;
	left:35px;
	width:165px;
	height:180px;
	background-repeat:no-repeat;
  background-position:20px 0px;
}

#entete {
	width:100%;
	height:198px;
	margin:0px 0px 10px 220px;
}

#id_etab {
	position:absolute;
	top:0px;
	left:360px;
	font-size:32px;
	letter-spacing:2px;
	padding:60px 0px 0px 20px;
}

#gauche {
	position:absolute;
	left:35px;
	top:180px;
	width:165px;
}

/* avant recherche */
#avant_recherche {

}

/*recherche */
#recherche {
	color:#000;
	padding:0px 0px 0px 1px;
	height:39px;
}
#recherche input {
	width:114px;
}
#recherche a {
	color:#000;
	font-weight:bold;
	margin-left:3px;
}

/* Menu de navigation */
#navigation {
	width:165px;
}

#zone_centrale{
	margin:0px 0px 0px 210px;
	width:800px;
}

#contenu {

}

#breadcrumbs {

}
#breadcrumbs a{
	text-decoration:none;
	color:#000;
}

#pied {
	border-top:1px solid #C0C0C0;
	text-align:center;
	width:500px;
	margin:20px 0px 0px 200px;
}

/* Headers */
h1,h2,h3,h4,h5,h6 {
	color:#BA0202;
}
h1 {
	background:url(../images/fleche1.gif) no-repeat;
	background-position:0 4px;
	font-size:20px;
	padding:0px 0px 0px 25px;
	width:100%;
}
h2 {
	padding:0px 0px 0px 20px;
	background-position:0 6px;
	font-size:18px;
	width:100%;
}
h3 {
	font-size:16px;
	width:100%;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:12px;
}
h6 {
	font-weight:normal;
	font-size:12px;
}
/* Fin Headers */

/* Liens */
a:link {
	color:#BA0202;
	text-decoration:none;
}
a:visited {
	color:#BA0202;
}
a:hover {
	text-decoration:underline;
}
/* Fin liens */

/* Listes non ordonnees */
#zone_centrale ul {
	margin:0px;
}
#zone_centrale ul li{
	line-height:20px;
}

/* Listes ordonnees */
#zone_centrale ol {
	margin:0px;
}
#zone_centrale ol li{
	line-height:20px;
}

form {
	margin:0;
}
div.clear {
	clear:both;
}