@charset "utf-8";
/* CSS Document */
/* Presentation Stylesheet */ 
html,body{margin:0;padding:0}
body {
	padding:0;
	font-size: 1em;
	font-family: "Trebuchet MS",Arial,sans-serif;
	}
	
	.container {
	margin: 0;
	padding: 0;
	color: #666666;
	width: 1024px;
	position: absolute;
	}
	
h1 {
	margin:0px;
	padding: 5px 0px 5px 5px;
	color: #666666;
	font-family: "Trebuchet MS",Arial,sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
}
h2 {
	margin:0px;
	padding: 5px 0px 5px 0px;
	color: #666666;
	font-family: "Trebuchet MS",Arial,sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
}
	
h3 {
	margin:0px;
	padding: 5px 0px 5px 5px;
	color: #666666;
	font-family: "Trebuchet MS",Arial,sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
 }

p {
	padding: 10px 15px 0px 15px;
	text-align:justify;
	font-size: 0.9em;
	}
	
p:first-letter {
 font-size: 1.1em; 
 font-weight: bold;
 color: #CC0000;
 }
 
b {
font-size: 0.9em;
font-weight: 800;
text-transform:uppercase;
}

.b1{
font-size: 1.1em; 
 font-weight: bold;
 color: #CC0000;
}

/* mes ajouts*/


a:link {
	color: #676674;
	text-decoration: none;
}
a:visited {
	color: #676674;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active  {
	color: #999999;
	text-decoration: none;
	background-color:#CCCCFF;
}

ul {
	list-style-type:none;
	margin-left: 0px;
	text-transform: uppercase;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}

.li {
    text-decoration: none;
	font-size: 0.8em;
	text-transform: uppercase;
	padding: 0px 5px 0px 5px;
}
.li a{
	color: #999999;
	text-decoration: none;
	background-color:#CCCCFF;
}
.li:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color:#CBACFD;
}

.li a.active{
	background-color:#CCCCFF;
	color: #330000; 
	text-decoration: none;
	font-size: 0.8em;
}

.menu{
	background-color: #eaeef0;
	text-transform: lowercase;
	border-bottom: 1px;
	border-bottom-color: #c8cfd3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 5px 0px 5px 0px;
	line-height: 1em;
	text-transform: lowercase;
	color: #999999;
	font-size: 1em;
	top: 33px;
	width: 1024px;
	position: absolute;
}
.menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color:#CBACFD;
	z-index: 1;
}
.img {
	border: 0;
	padding: 2px 2px 0px 10px;
	float: left;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

