@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #b8e120 url(../images/background.gif) repeat-x;
}

/* blocs principaux */

#wrapper {
	width:980px;
	margin-left:auto;
	margin-right: auto;
}

#top {
	width: 980px;
	height: 75px;
	background-color:#363636;
}

#mood {
	width: 980px;
	height: 230px;
	background: white url(../images/illustration_ffr.jpg) top right no-repeat;
	overflow:auto;
}

#content {
	width: 980px;
	overflow:auto;
	background:#b8e120 url(../images/lighter.png) no-repeat 0px 3px;
}

#footer {
	background: white url(../images/bg_footer.jpg) top repeat-x;
	height: 145px;
	padding-top: 30px;
}

#in-footer {
	width: 950px;
	font-size: 10px;
	color: #363636;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/footer2.gif) bottom right no-repeat;
	height: 140px;
}


#interlude {
	width: 980px;
	height: 900px;
	background:url(../images/interlude.gif) no-repeat center center;
}

/* categorie */

#top img {
	margin-left: -120px;
}

#navigation {
	position:absolute;
	margin-top: 75px;
	margin-left: 980px;
	font-size: 18px;
	color: white;
}

HTML>BODY #navigation {position:fixed;}

#navigation ul {
	margin: 0px;
	padding: 0px;
}

#navigation li {
	list-style-type:none;
	display: block;
}

#navigation a {
	background-color: #CC0099;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

#navigation a:hover {
	font-weight: bold;
}

#mood H1{
	background:url(../images/statut_ffr.png) no-repeat;
	width: 460px;
	height: 80px;
	text-indent:-1000px;
	margin-left: 15px;
}

#content h2 {
	width: 950px;
	padding-top: 12px;
	display: block;
	float: left;
	text-transform:uppercase;
	margin-left: 30px;
	color: #FFFFFF;
	background: url(../images/bg_title.png) no-repeat;
	font-size: 16px;
	border-bottom: 1px solid #CC0099;
}

#cat_lastw {
	margin-top: 50px;
	margin-left: 250px;
	width: 730px;
	display: block;
	min-height: 300px;
}

#expl {
	width: 250px;
	float:left;
	margin-left: 30px;
	color: #363636;
	font-size: 16px;
	line-height: 20px;
}

#cat_lastw li {
	display: table-cell;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	list-style-type:none;
}

#cat_lastw .desc {
	float: left;
	position: absolute;
	width: 150px;
	background-color:#FFFFFF;
	margin-top: 40px;
	padding-left: 5px;
}

#cat_lastw img {
	border: 5px solid white;
}

#cat_lastw img:hover {
	border: 5px solid #CC0099;
}


#cat_lastw a {
	color: white;
}

#cat_lastw a:hover {
	color: #CC0099;
}

#cat_lastw a .desc {
	background-color: white;
	color: #CC0099;
}

#cat_lastw a:hover .desc {
	background-color: #CC0099;
	color: white;
	display: none;
}

#cat_lastw li p {
	width: 200px;
	text-align: justify;
}

#cat_lastw h3 {
	margin-left: 50px;
}

#cat_lastw .archives {
	margin-left: 50px;
}

#cat_about {
	margin-top: 50px;
	/*margin-left: 250px;*/
	/*width: 730px;*/
	margin-left: 30px;
	width: 950px;
	display: block;
	min-height: 300px;
	background:url(../images/lighter.png) left no-repeat;
}

#cat_about div {
	width: 290px;
	float: left;
	text-align:justify;
	margin-left: 20px;
	line-height: 18px;
}

#cat_about li {
	list-style-image:url(../images/check.png);
	margin-bottom:8px;
}

#cat_contact {
	margin-top: 50px;
	width: 950px;
	display: block;
	min-height: 300px;
}

#cat_contact div {
	width: 290px;
	float: left;
	text-align:justify;
	margin-left: 20px;
	line-height: 18px;
}

form {
	background-color:#ddfd66;
	padding: 10px;
	width: 270px;
}

label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

input {
	width: 250px;
	padding: 5px;
	margin-bottom: 5px;
	color: #363636;
	font-weight: bold;
	border: 1px solid #b8e120;
}

textarea {
	border: 1px solid #b8e120;
	font-weight: bold;
	color: #363636;
}

.submit {
	background-color:#CC0099;
	color: white;
	width: 260px;
}

/* validation */
.validation-advice {
	margin: 5px 0;
	padding: 5px;
	color : #9e0b0f;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	color : #9e0b0f;
	font-weight: bold;
}

/* global */

H3 {
	color: #363636;
	font-size: 14px;
	text-transform: uppercase;
}

strong {
	color: #CC0099;
}

a {
	font-weight: bold;
	color: white;
}

a:hover {
	text-decoration:none;
}