html {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	line-height: 16px;
}
p {margin: 0 0 10px 0;}
img {border: 0;}
.clear { clear: both }

/*---------- Mise en page ----------*/
#conteneur {
	position: relative;
	width: 1050px;
	margin: 0 auto;
	background-image: url(../medias/interface/bck_degrade.gif);
	background-repeat: repeat-y;
}
#centre {
	margin-left: 50px;
	margin-right: 50px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#contenu {
	margin: 0px;
	min-height: 400px;
	background-image: url(../medias/interface/bck_contenu.gif);
	background-repeat: repeat-y;
	border-top-width: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #336600;
	border-right-color: #336600;
	border-left-color: #336600;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#main {
	margin-left: 180px;
	margin-top: 20px;
	margin-right: 20px;
}

#categorie_top3 {
	position: absolute;	
	width: 550px;
	min-height:100px;
	margin: 0 auto;
	background-color: #cc3333;
}

#categorie_title {
	font-size: 20px;
	font-weight: bold;
	color: #336600;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 24px;
}

/*---------- Entetes ----------*/
H1 {
	font-size: 24px;
	font-weight: normal;
	color: #336600;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 24px;
}
H2 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
/*---------- Style bandeau ----------*/
#top {
	height: 45px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#signature {
	position: absolute;
	top: 10px;
	left: 50px;
	height: 30px;
	width: 239px;
}
#signature a {
	background-image: url(../medias/interface/logo_identification.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}
#signature span {
	display:none
}
#generale {
	position: absolute;
	top: 0px;
	right: 50px;
	height: 59px;
	width: 238px;
}
#generale a {
	background-image: url(../medias/interface/logo_ul.gif);
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}
#generale span {
	display:none
}

/*---------- Style Pied de page ----------*/
#pied {
	background-image: url(../medias/interface/bck_pied.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-right: 60px;
	padding-left: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#pied span {
	font-size: 10px;
	color: #FFFFFF;
	float: right;
	padding-top: 3px;
}
#degradepied {
	height: 20px;
	background-image: url(../medias/interface/bck_degrade_bas.gif);
	background-repeat: no-repeat;
}
/*---------- Mise en page textes ----------*/
.notes {
	font-size: 10px;
}