html {
	margin: 0;
	padding: 0;
}

body {
	font-family: tahoma,verdana,Sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #f1f1f1;
}

img {
	margin: 0px;
	border: none;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #cc0000;
}

ul {
	float: left;
	list-style-type: none;
	width: 150px;
	padding: 0px;
	margin-top: 0px;
}

li {
	height: 17px;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #eee;
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px;
	padding-top: 3px;
	padding-left: 10px;
	background: url('images/fond.deg.bas.gif') repeat-x left top;
	cursor: pointer;
}

li:hover {
	color: #cc0000;
	background: url('images/fond.deg.haut.gif') repeat-x left top;
	cursor: pointer;
}

#container {
	color: #444;
	width: 760px;
	font-family:Tahoma,Verdana,Sans-serif;
	font-size:11px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#header {
	width: 760px;
	height: 90px;
	margin-top: 10px;
	float: left;
	background: url('images/bandeau.png') no-repeat left top;
}

#annonce {
	color: #eee;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
	float: left;
}

#logo {
	float: right;
	margin-right: 10px;
}

#content {
	width: 760px;
	float: left;
	border-top: 5px solid #cc0000;
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url('images/fond.content.png') repeat-y left top #fff;
}

#menus {
	float: left;
	width: 150px;
	padding: 0px;
	margin-left: 10px;
	margin-top: 15px;
	text-align: left;
}

#page {
	float: left;
	text-align: left;
	width: 580px;
	margin-top: 15px;
	margin-left: 10px;
}

.mailing, .cadre {
	text-align: left;
	border-top: 1px dotted #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 2px 10px 10px 10px;
	background: url('images/fond.deg.bas.gif') repeat-x left top #eee;
}

.mailing span {
	color: #cc0000;
	font-size: 12px;
	font-weight: bold;
	padding-left: 18px;
	background: url('images/puce.mailing.png') no-repeat left top;
}

.cadre span {
	color: #cc0000;
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	background: url('images/puce.titre.png') no-repeat left 2px;
}

.cadre h1 {
	color: #444;
	font-size: 12px;
	font-weight: bold;
	padding-left: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #999;
	background: url('images/puce.charte.png') no-repeat left 1px;
}

.cadre a {
	padding-left: 12px;
	background: url('images/puce.lien.png') no-repeat left 5px;
}

.boutonRetour a:link, .boutonRetour a:visited {
  color : #666666;
  font-size : 10px;
  border : 1px solid #E0E0E0;
  padding : 2px 4px 2px 20px;
  float : left;
  line-height : 10px;
  margin-top: 5px;
  background : url(images/puce.retour.png) no-repeat #F0F0F0;
}

.boutonRetour a:hover {
  color : #cc0000;
  border : 1px solid #CCCCCC;
  padding : 2px 4px 2px 20px;
  background : url(images/puce.retour.on.png) no-repeat #f0f0f0;
}
/*
#footer {
	display: block;
	float: right;
	width: 760px;
	height: 15px;
	margin-bottom: 15px;
	background: url('images/footer.png') no-repeat left top #fff;
}
*/
