html {min-height: 60%;}
* {
	margin: 0;
	padding: 0;
}

a {color: #331C2B; outline: none; text-decoration: underline; font: normal 11px Tahoma,sans-serif;}
a:hover {color: #000; outline: none; text-decoration: none; font: normal 11px Tahoma,sans-serif;}

body {
	/*background: #E7E7E2 url('images/body.jpg') no-repeat center top;*/
	background: #FFF;
	color: #4C4C4C;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 34px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: Bold 1.4em Arial,sans-serif; text-transform: uppercase;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}
h6 {font: Bold 1em Arial,sans-serif; text-transform: uppercase;}

form,input {margin: 0; padding: 0; display: inline;}
.img {margin: 0; padding: 10px;}
.imgnopadding {margin: 0; padding: 0px;}
.imgclinsdoeil {margin: 0; border: #EEEEEE 10px solid; padding: 0px;}

h1,h2,h3 {padding-top: 2px; color: #412438; margin-bottom: 2px;}
h6 {padding-top: 2px; color: #501D41; margin-bottom: 2px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

.visuels {
background: #FFF/* url('images/div_visuel.jpg') no-repeat right top*/;
border: #999 0px solid;
float: right;
padding-top: 40px;
width: 330px;
height: 140px;
text-align: left;
}
span {padding-top: 52px; padding-right: 20px;}

/* structure */
.inner-container {
	border: 3px double #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0px;
	width: 780px;
}

.outer-container {
	/*background: url('images/container.jpg') no-repeat center bottom;*/
	padding-bottom: 64px;
}

/* headere & title */
.header {
	background: #FFF url('images/logo_clair.jpg') no-repeat left top;
	height: 207px;
	margin-bottom: 0px;
	text-align: center;
}

/* path */
.path {
	background: #949490;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	/*padding: 8px 12px;*/
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
	outline: none;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

/* main */
.main {
	background: url('img/main.gif') repeat-y;
	border-top: 0px solid #FFF;
	padding: 0px 0px 0 0;
}
.descr {
	color: #CABEBF;
	font-size: 0.9em;
	margin-bottom: 5px;
	padding: 8px;
	border: 0px double #EEE;
}
/* content */
.content {
	background: #FFF/* url('images/bgcontent.jpg') no-repeat center top*/;
	float: right;
	width: 438px;
	min-height: 200px;
	border-top: #CABEBF 0px solid;
	border-bottom: #CABEBF 0px solid;
	padding-right: 100px;
	padding-left: 15px;
	text-align: left;
}
.content .descr {
	color: #CABEBF;
	font-size: 0.9em;
	margin-bottom: 5px;
}
.content li {
	list-style: url('img/li.gif');
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* navigation */
.navigation {
	background: #FFF url('images/logo_under.jpg') no-repeat left top;
	float: left;
	width: 190px;
	font: bold 0.9em Tahoma,sans-serif;
	text-align: right;
	text-transform: uppercase;
	outline: none;
}
.navigation h2 {
	color: #5A5A43;
	font: bold 0.9em Tahoma,sans-serif;
	line-height: 20px;
	margin: 0;
	padding-left: 12px;
	outline: none;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
	outline: none;
}
.navigation li {border-bottom: 1px solid #EAEADA;outline: none;}
.navigation li a {
	font-size: 0.8em;
	color: #331C2B;
	display: block;
	padding: 5px 0 5px 5%;
	text-decoration: none;
	width: 95%;
	outline: none;
}
.navigation li a:hover {
	background: #EDE9E9;
	color: #331C2B;
	outline: none;	
}

/* footer */
.footer {
	background: #FFF url('images/footer.jpg') no-repeat left top;
	color: #666;
	font: normal 0.9em tahoma, verdana;
	height: 85px;
	
}
.footer a {
	color: #666;
	text-decoration: none;
	outline: none;
}
.footer a:hover {color: #000;}
.subfooter {
	background: #FFF;
	color: #666;
	font: normal 0.9em "Tahoma", verdana;
	text-align: center;
	margin-top: 0px;
	padding: 10px 12px;
	height: 20px;
}