@charset "UTF-8";
/***********************************

			ID GLOBAL

************************************/

body{
	background-color:#E8E8E8;
	font-family:Arial;
}
ul{
	list-style:none;
	padding:0;
}
img{
	border:0;
}
#main{
	width:800px;
	margin:auto;
	padding:5px;
	background-color:#FFFFFF;
	overflow:auto;

}
#main #header{
	border:1px #CACACA solid;
	background-image:url(../images/header.png);
	margin-bottom:5px;
	height:144px;
}
#main #header h1{
	margin:0;
	color:#FF6600;
	font-size:1.2em;
	padding:2px;
	padding-left:15px;
	display:none;
}

#main #content {
}

#main #footer{
	color:#CACACA;
	font-size:0.7em;
}
#main #langue ul{
	
	text-align:center;
}
#main  #langue li{
	display:inline;
}
.pub{
	text-align:center;
	margin-bottom:20px;
}

/***********************************

			MENU

************************************/

#main #menu{
	background-color:#F0F0F0;
	height:15px;
	padding:4px;
	margin-bottom:5px;
}
#main #menu div{
	color:#333333;
	font-size:0.8em;
}
#main #menu div a{
	font-size:1em;
	color:#999999;
	text-decoration:none;
}
#main #menu #status{
	float:left;
}
#main #menu #liens{
	float:right;
}
#main #menu div a:hover{
	color:#333333;
}
#main #menu #liens .important{
	color:#000000;
}

/***********************************

			BOX

************************************/

#main #content .box{
	margin-bottom:10px;
	font-size:0.8em;
	background-color:#FFEBCC;
	padding:5px;
}
#main #content .news .titre{
	color:#FF6600;
	font-size:1.2em;
	display:inline;
}
#main #content .box .quote a{
	text-decoration:none;
	color:#FF6600;
}
#main #content .news .cat{
	display:inline;
	color:#FF9933;
	font-size:0.8em;
}
#main #content .news .cat:before{
	content:"posté dans ";
}
#main #content .news .date{
	position:absolute;
	top:10px;
	right:5px;
	color:#FF9966;
	font-size:0.8em;
}
#main #content .news .suite{
	font-size:1.1em;
	padding:5px;
}
#main #content .news .suite a{
	text-decoration:none;
	color:#666699;
	padding:5px;
}
#main #content .news .suite a:hover{
	color:#FFFFFF;
	background-color:#666699;
}
#main #content .news .texte{
	padding:10px 10px 5px 10px;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif ;
	text-align:justify;
	overflow:hidden;
}
#main #content .news .texte img{
	border:0;
	max-width:700px;
}
#main #content .news .texte a{
	text-decoration:none;
	color:#0066CC;
}
#main #content .news .texte a:hover{
	border-bottom:1px #0066CC dashed;
}
#main #content .news .texte strong{
	color:#FF6600;
}
#main #content .news .texte em{
	color:#666666;
}
#main #content .news .texte blockquote{
border-left:3px #FF6600 solid;
background-color:#E8E8E8;
padding:5px;
padding-right:30px;
}

/*

*/

/* AFFICHAGE SINGLE */

#box_show{
	margin-left:310px;
	min-height:226px;
	padding:5px;
	padding-bottom:40px;
	background-color:#FFF;
}
#box_show .quote{
	font-size:2.5em;
	font-weight:bold;
	color:#F60;
}
#box_show .user{
	width:100px;
	float:left;
}
#box_show .user a{
	font-size:0.8em;
	text-decoration:none;
}
#box_show .user img{
	display:block;
}
#box_show .homme{
	color:#69C;
}
#box_show .femme{
	color:#F9C;
}
#box_show .like{
}
.pub2{
	width:300px;
	float:left;
}

/*

*/

#comments{
	width:700px;
	margin:auto;
}

/***********************************

			FORMULAIRE

************************************/


input[type="text"]{
	width:90%;
	margin:10px;
	border:1px #000000 solid;
	color:#F60;
	font-weight:bold;
	background-color:#FFF3DD
}
textarea{
	width:90%;
	height:150px;
	margin:10px;
}
input[type="submit"]{
	border:1px #000000 solid;
	color:#FFF;
	font-weight:bold;
	background-color:#F60;
	width:90%;
	margin:10px;
}
form{
	text-align:center;
}


/***********************************

			PAGES

************************************/

.pages{
	padding:0;
	list-style:none;
	margin:0;
	margin-bottom:20px;
	font-size:1.1em;
	text-align:center;
}
.pages li{
	margin-left:5px;
	display:inline;
	border-left:1px #CCCCCC solid;
	padding-left:5px;
}
.pages li:first-child{
	border:0;
}
.pages li a{
	font-size:0.8em;
	color:#999999;
	text-decoration:none;
	width:20px;
	text-align:center;
}
.pages li a:hover {
	color:#000;
}

.pages li .hover{
	color:#FF6600;
	font-size:1.1em;
}

