body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#444344;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

img{
	border:0;
}

#home{
	width:900px;
	margin-top:50px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}

#header{
	width:900px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}

#header #logo{
	margin:2px 0px 0px 0px;
}

#header .menu {
	position:absolute;
	top:5px;
	right:0px;
	padding:0px;
	margin:0px;
	text-align:right;
}

/* Habillage du menu header */
#header .menu ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
	width: 100%;
}

#header .menu li {
	text-transform:uppercase;
	display: inline;
	list-style-type: none;
	padding-left:2px;
}

#header .menu li.dernier {
	display: inline;
	list-style-type: none;
}

#header .menu a {
	text-transform:uppercase;
	text-decoration:none;
	color:#666666;
	padding:0px 10px 0px 10px;
}

#header .menu a:hover {
	color:#333333;
	text-decoration:underline;
}

#content{
	padding: 0px;
}

#content p{
	line-height:1.4em;
}

#word{
	width:900px;
	padding:100px 20px 10px 30px;
	float:left;
}

#description{
	width:900px;
	padding:60px 20px 80px 30px;
	float:left;
}

.part1{
	width:400px;
	margin:0px 60px 0px 0px;
	float:left;
}

.part2{
	width:400px;
	margin:0px 0px 0px 0px;
	float:left;
}

.attention{
	color:#FF6600;
}

.keyword{
	font-size:1em;
/*	font-style:italic;*/
/*	text-transform:uppercase;*/
}

#content h1{
	margin:0px;
	padding:0px 0px 0px 0px;
	vertical-align:top;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:2.7em;
	font-weight:normal;
	text-transform:none;
	color:#000000;
/*	text-shadow: 0px 1px 0px #e5e5ee;*/
}

#content .fluo{
	background-color:#FF6600;
	color:#FFFFFF;
}

#footer{
	float:left;
	width:100%;
}

#footer #cerf-volant{
	width:880px;
	height:75px;
	padding:0px 0px 0px 0px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(../images/cerf_volant.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

#footer #barre_grise{
	margin:0px 0px 0px 0px;
	height:50px;
	background-image:url(../images/bg-footer.jpg);
	background-position:right;
	background-repeat:repeat-y;
/*	background-color: #EEECEA;*/
}

#footer #contact{
	width:880px;
	padding:8px 0px 0px 0px;
	text-align:right;
}

#footer #contact .separateur{
	color:#CCCCCC;
	padding:0px 5px 0px 5px;
}

a.mailto{
	text-decoration:none;
	color:#FF6600;
}

a.mailto:hover{
	text-decoration:underline;
	color:#FF6600;
}	