body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 1em;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.2em;
}
a {
	color: #006699;
}

#general {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/back_bgr.jpg);
	background-repeat: repeat-y;
}
#general #top {
	background-image: url(img/top_bgr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: visible;
}
#general #top #banner {
	height: 180px;
}
#general #top #page {
	padding-left: 50px;
	padding-top: 20px;
	padding-right: 70px;
}
#general #top #page #menu {
	width: 200px;
	float: left;
}
#general #top #page #texte {
	float: right;
	width: 650px;
}
#menu a{
	color:#000000;
}
#menu .menu_head {
	font-size: 1em;
	font-weight: bold;
	padding: 3px;
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	margin-top: 20px;
}
#menu .menu_item {
	font-size: 0.8em;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#menu .menu_alt {
	padding: 3px;
	font-size: 0.8em;
}

#texte .chemin {
	font-size: 0.9em;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 3px;
}
#texte .chemin a {
	color: #666666;
}
#texte .photo {
	float: right;
	width: 300px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#texte table {
	border: 1px solid #999999;
	font-size: 0.9em;
}
#texte td.pix {
	width: 150px;
	background-color: #999999;
	padding: 3px;
}
#texte td.label, #texte th {
	background-color: #E6E6E6;
	padding: 5px;
	font-weight: bold;
	width: 200px;
}
#texte td.data {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	font-size: 0.9em;
	padding: 5px;
}

#footer {
	height: 120px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/footer_bgr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	padding-top: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.3em;
}
#footer a {
	color: #FFFFFF;
}


.nettoyeur {
	clear: both;
	height: 1px;
}
.rupture h2 {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}
.rupture {
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
