html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-image:url(../images/habillage/bg_copiste.jpg);
	background-repeat:no-repeat;
	background-position: center;
	font-family: Geneva, sans-serif;
	/*background:#7C8AA5; */

}

h1 { 
    font-size:30px;
	margin:0 0 0 13px;
	color:#7e8ba5;
}

h2 {
	font-size:16px;
	margin:0px 0px 0.5em 13px; 
}

h2, a {
		color:#99010F;
}

h3 {
	font-family: Geneva, sans-serif;
	font-size:16px;
	margin:0px 0px 0.5em 13px;
	color:#000000;
}

p { 
	font-family: Geneva, sans-serif;
    font-size:14px;
	margin:0px 0px 1em 0px;
	
}

.texte  {
	margin:0px 0px 1em 0px;
	font-family: Geneva, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration: none;

}

.texte a {
	margin:0px 0px 1em 0px;
	color:#0000CC;
	font-size:12px;
	font-family: Geneva, sans-serif;
	text-decoration: none;

}

.texte a:hover {
		margin:0px 0px 1em 0px;
		font-size:12px;
		font-family: Geneva, sans-serif;
		text-decoration: underline;
}

img {
	border: none;
	display: block;
}

div#container {
	position:relative;  /*needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:810px;
	
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	
}

div#header {
	padding:1em;
	border-bottom:6px double gray;
}

div#header p {
		margin:0;
	}

div#content {
	padding:1em 1em 2em; /* bottom padding for footer */
	
}

div#content p {
		text-align:justify;
		padding:0 1em;
}
	
#menu {
	background: #7c8aa5;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 185px;

}

#menu li {
	background: #7c8aa5;
	width:185px;
	display: block;
	font: 70% Geneva, sans-serif;
	margin: 0;
	padding: 0;

}

#menu a {
	background: #7c8aa5;
	border-bottom: 1px solid #fff;
	color: #fff;
	display: block;
	margin: 0;
	padding: 5px 10px;
	text-decoration: none;
	font-weight:normal;
}

#menu a:hover {
	background: #cccccc url("../images/menu/hover.gif") left center no-repeat;
	color: #000;
	padding-bottom: 5px;
}

div#footer {
	background:#ffffff;
	position:absolute;
	width:570px;
	bottom:0px; /* stick to bottom */
	left: 225px;
}

div#footer p {
		padding:0;
		margin:0;
}
	
.texteblanc {
	font-family: Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

.textegris {
	font-family: Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}

.textegris a {
	font-family: Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}

.textegris a:hover {
	font-family: Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: underline;
}

.news {
	font-family: Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	padding:0px 0px 0.5em 0px;
	margin:0px 0px 0px 7px;
	list-style-type: none;

}

.news a {
	color:#00F;
	padding:0px 0px 0.5em 0px;
	margin:0px 0px 0px 7px;
	list-style-type: none;
	text-decoration: none;

}

.news a:hover {
		text-decoration: underline;
}

.textegrisfonce {
	font-family: Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
.texte_gris_petit {
	font-family: Geneva, sans-serif;
	font-size: 10px;
	color: #999;
}
.texte_rouge {
	font-family: Geneva, sans-serif;
	font-size: 11px;
	color: #99010F;
}

