@charset "utf-8";

* {
	margin: 0px;
	padding:0px;
}




body {
	margin-top: 40px;
	background: #222135;
	text-align:justify ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	
}

h1, h2, h3 {
	color: #FFFFFF;
}
h1 {
}

h2 {
	text-align: center;
	font-size: 13px;
	
}

h3 {
	text-align: left;
}




.plus p:hover {
	text-decoration: none;
	color:#222135;

}



ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	text-decoration: underline;
	color:#516083;
}
a:hover {
	text-decoration: none;
	color: #838383;
	text-align: center;
}



/*global */

#global {
	width: 1024px;
	margin: auto;	
	background-color:#2b324b;
	
}
/* left */



#left {
float:left;	
	
}

/* Logo */



#logo {
	
	margin-left:px;
	margin-top:25px;
	margin-bottom:15px;
	padding:1px;

	}
.textelogo p {
	text-align: center;
}

#logo img { 
	border-width: 0; 
	margin-left:20px;
	}

#logo a {
	text-align: center;
}
#logo h4 {
	text-align: center;
}

/* sidebar */

#sidebar {
	width:200px;
	height: 511px;
	margin-left:15px;
	margin-top:56px;
	margin-bottom:15px;
	padding:14px;
	background:#516083;
	
	}

	
/* Search */
	

#search {
	height: 20px;
	margin: 0 auto;
	padding: 0px 0px 30px 0px;
	
}





/* right */

*right {
	float:right;
	
}
	
}
#right {
	float:left;
	
}
	



#menu {
	
	
}
#menu ul {
	margin:0px;
	padding:47px 5px 0 0;
	list-style: none;
	line-height: ;
	margin-left: 0px;
	
}

#menu li {
	display: inline;
	text-align: center;
}
#menu a {
	display: block;
	float: left;
	margin-right:0px;
	padding:0px 0px 0px 0px;
	text-decoration: none;
	text-align: normal;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	}
#menu img {
	
	border-width: 0;
	margin-left:10px;
	
	}
#menu a:hover, #menu .active a {
	
	text-decoration:none;
	color: #FFFFFF;

}


	

#photo {
	float: right;
	width: 774px;
	min-height:220px;
	padding-top:25px;
	margin-top:20px;
	

	}



/*particulier */
#photo p {
	font-size: 14px;
	margin:0px;
	padding:10px 10px 0 0;
	list-style: none;
	line-height: ;
	margin-left: 0px;
}
#photo ul li{
	
	margin-left: 30px;
	font-size: 12px;
}

#photo .title a {
	
	
	padding: 4px 35px 4px 15px;
	background: #667699;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	
}






/* Bloc */



#bloc {
	;
	
	}
#bloc  .post {
	margin-left:0px;
	margin-right:0px;
	background-color:#F2F1EF;
	padding:10px;
	}
/* Content */

#content .post  {
	float: left;
	margin-left:5px;
	background-color:#667699;
	padding:10px;
}
.post {
	width:230px;
	
	margin: 20px;
	

}
.post .title {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	color: #232F01;
	
}
.post .title a {
	padding: 4px 35px 4px 15px;
	background: #667699;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	
}
.post .title a:hover {
	text-decoration: none;
	color:#222135;
	font-weight: normal;
	font-size: 22px;
}
	

.post .entry {
	margin-left:5px;
	margin-right:0px;
	padding:0px 0px 0px 0px;
	color: #FFFFFF;
	float: left;
	width: 230px;
	height: 100px;
	margin: 0;
	padding: 0px 0px 0px 0px;

}
.entry {
	text-align:justify;
}
.plus p{
	text-align:right;
	text-decoration:underline;
	color:#FFF;
}


.post img {
	width: 230px;
	height: 150px; 
	
}


#footer {
	width: 1024px;
	margin: auto;	
	text-align: center;
	

}
