/*GENERAL*/

* {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 13px;
}

body {background: #E2E2E2 url(../_img/fd.gif);}

img {border: 0; line-height: 0; vertical-align: middle;}

a {color: #CF658C; text-decoration: none;}
a:hover {color:#2C8099;}

p {text-align: justify;}

.fR {float: right;}
.fL {float: left;}
.clr {clear:both;font-size:0;height:0;}

.rose {color: #CF658C;}
.bleuF{color:#2C8099;}
.bleuC{color:#47DEF2;}
.gris{color:#8F8F8F;}
.blanc{color:#FFFFFF;}

.bold {font-weight: bold;}
.italic{font-style:italic;}
.soulign{text-decoration: underline;}

.center{text-align: center;}


h1{
	margin: 0;
	padding: 6px 0 12px;
	font-size: 20px;
	font-weight:normal;
	color:#2C8099;
	text-transform: uppercase;
}


h2{
	margin: 0;
	font-size: 18px;
	font-weight: normal;
}

h3{
	margin: 0;
	font-size: 14px;
}

hr {
	color: #FFFFFF;
}


/*Content*/

#global{margin: 0 auto;width: 990px;}

#content{background: url(../_img/fdContent.gif) repeat-y top;}

#mainContent{
	float: left;
	width: 640px;
	padding: 0 25px 40px;
}

.box {
	padding: 10px;
	border-bottom: 1px solid #E7E7E7;
	background: #FAFAFA;
}

.box span {
	color: #8F8F8F;
}

.post{margin-bottom: 20px;}

.post p{padding: 10px 0;}

.date{
	background: url(../_img/filetDate.gif) repeat-x bottom ;
	margin-bottom: 10px;
}

.date span{
	background-color: #FFF;
	color:#8F8F8F;
	padding-right: 10px;
}

.linkComments{
	margin-top: 10px;
	height: 30px;
	background: url(../_img/pen.gif) no-repeat left;
	padding-left: 35px;
	line-height: 30px;
}

#rightContent{
	float: right;
	width: 250px;
	padding: 0 25px 40px;
	color: #FFF;
}

#rightContent a{color:#FFF;}
#rightContent a:hover{color:#47DEF2;}

#rightContent p{margin-bottom: 22px;}

#rightContent ul{margin-bottom: 22px;}
#rightContent li{
	list-style-type:none;
	margin: 0;
	line-height: 20px;
}
#rightContent li a{
	background: url(../_img/arrow.gif) no-repeat left;
	padding-left: 11px;
}

#search{
	width: 164px;
	height: 18px;
	padding: 5px 8px;
	background:url(../_img/champ-recherche.gif) no-repeat;
	margin-bottom: 22px;
}

#searchbox {
	width: 140px;
	border: none;
	background: #cf658c;
	font-size: 12px;
	font-weight: bold;
	color:#FFF;
}

#searchglass {vertical-align: middle;}

.titleRight{
	padding-bottom: 5px;
	margin-bottom: 8px;
	font-size: 16px;
	color: #47DEF2;
	border-bottom: 1px solid #686868;
}

.notice_box{
	display:none;
	position:absolute;
	background:#CF658C none repeat scroll 0 0;
	width:220px;
	height:18px;
	padding:10px;
	-moz-border-radius:10px;
}

.labelo {
	font-weight: bold;
}

#formNewsletter{
	padding: 10px 0 22px;
	position: relative;
	height: 25px;
}

.spaceBottom{margin-bottom: 22px;}

.btn{
	float: left;
	background: #CF658C;
	display: block;
	width: 130px;
	height: 30px;
	color: white;
	text-align: center;
	line-height: 2.5;
}

.jforms-radio label {
	padding-left: 5px;
	padding-right: 10px;
}

.form_inscription td {
	padding-bottom: 5px;
}

/*Footer*/

#footer{
	padding: 10px 0;
	text-align: center;
	color: #CF658C;
}

#footer a{padding-right: 10px;}


