@charset "UTF-8";
/* CSS Document */
/* HTML */

body {
	background-color:#FFF;
	color:#000;
	font-family: "MS Serif", "New York", serif;
	font-size:10px;
	text-transform: uppercase;
	font-style: italic;	
	line-height: 16px;
	padding:0px;
	margin:0px;
	margin-bottom: 40px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	
}

a {
	color:#000;
	text-decoration:underline;	
}

a:hover	{
	color:#2500cf;
	text-decoration:none;
}
.imgContainer {
	
}

.D {text-decoration:none}	


img a{
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

input[type="submit"]
{
	color: #FFF;
	background-color: #000;
	width: 270px;
	
}
input, textarea, select, button{
	background-color:#E3E3E3;
	 
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius:5px;
	
	padding: 5px;
	border:0px;
	margin-top: 5px;
	width: 260px;
}
				
textarea { padding: 5px; }

input { padding: 5px; }

il, ul, ol { list-style-type: none; list-style: none; }

img, .imgContainer, .eachpost, .ZoneTexte { 
/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
*/
}
img {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
hr {
	height: 0px;
}

h1 {
	font-weight: bold;
	font-size: 12px;
}

/* CLASS */

.main { font-size: 0px !important; }

.eachpost {
	position:absolute;
}

.BoxTitre  { 
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.BoxNav {
	float: left;
	width: 290px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.BoxNavItem {
	float: left;
	width: 155px;
	height: 18px;
	
}

.blockMenu {
	width: 100%;
	float: none;	
}

.ZoneTexte {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
}
#menuItem {
	padding-bottom:20px;
	padding-top:0px;
}
#toplogo {
	vertical-align: top;
	float: left;		
}

.D {text-decoration:none}


