* {
margin:0; padding:0;
}

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

a {
color:#cd00ae;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}

h1 a{
display:block;
font-size:47px;
color:#cd00ae;
font-weight:normal;
border-bottom:1px solid #000;
margin-bottom:5px;
}
h1 a:hover {
text-decoration:none;
}

h2 {
font-size:20px;
color:#cd00ae;
font-weight:normal;
margin-bottom:10px;
}

h2 strong {
color:#000;
font-weight:normal;
}

#layout {
width:950px;
margin:0 auto;
}

#header {
width:100%; height:86px;
}

#header strong {
color:#cd00ae;
}

	#header .logo {
	display:block;
	float:left;
	border:0;
	margin-left:22px;
	}

	#header a img.ban {
	float:right;
	margin:15px 22px 0 0;
	border:1px solid #cd00ae;
	}

#menu, #footer {
width:100%; height:30px;
background:#cd00ae; color:#fff;
text-transform:uppercase;
text-align:center;
font-size:17px;
line-height:27px;
}

#bottom {
width:100%;
font-size:14px;
font-style:italic;
text-align:right;
}

#footer {
margin:10px 0 10px 0;
color:#000;
}

	#menu a, #footer a {
	color:#fff; text-decoration:none;
	}
	
	#menu a:hover, #footer a:hover {
	text-decoration:underline;
	}
	
#container {
width:906px; margin-left:22px;
}

	#container1 {
	width:100%;
	margin-top:12px;
	}
	
	#container2 {
	width:100%;
	margin-top:12px;
	}


.bloc_content_text {
padding:0 10px 0 10px;
text-align:justify;
}

.post {
width:450px;
text-align:justify;
margin:10px 0 10px 0;
}
	
#bloc1 {
	float:left;
	width:242px; 
}
	
.bloc1_content {
width:238px; height:150px;
border-left:2px solid #cd00ae;
border-right:2px solid #cd00ae;
}

#bloc2 {
	float:right;
	width:650px; 
}
	
.bloc2_content {
width:646px; height:150px;
border-left:2px solid #cd00ae;
border-right:2px solid #cd00ae;
font-size:10px; 
}
	
#bloc3 {
	float:left;
	width:242px; 
}
	
.bloc3_content {
width:238px; 
border-left:2px solid #cd00ae;
border-right:2px solid #cd00ae;
}
	
#bloc4 {
	float:left;
	width:490px;
	margin-left:15px;
}
	
.bloc4_content {
width:486px; 
border-left:2px solid #cd00ae;
border-right:2px solid #cd00ae;
}

#bloc5 {
	float:right;
	width:145px; 
}
	
.bloc5_content {
width:141px;
border-left:2px solid #cd00ae;
border-right:2px solid #cd00ae;
font-size:10px; 
}

#navigation {
margin:10px 0 0 290px;
font-size:13px;
font-weight:bold;
}

/*Bordures*/
.topbloc {
background:url('img/border.jpg') repeat-x;
width:100%;
}
	
.corner-topleft {
display:block;
top:0; left:0;
width:100%; height:8px;
background:url('img/corner-topleft.jpg') no-repeat;
}
.corner-topright {
display:block;
float:right;
width:8px; height:8px;
background:url('img/corner-topright.jpg') no-repeat;
}

.bottombloc {
background:url('img/border.jpg') repeat-x bottom;
width:100%;
}
	
.corner-bottomleft {
display:block;
top:0; left:0;
width:100%; height:8px;
background:url('img/corner-bottomleft.jpg') no-repeat;
}
.corner-bottomright {
display:block;
float:right;
width:8px; height:8px;
background:url('img/corner-bottomright.jpg') no-repeat;
}
/*Bordures*/