/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #F5F5F5 url(images/img01.jpg) repeat-x;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #9ED738;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
}

a {
	color: #9ED738;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 760px;
	height: 122px;
	margin: 0 auto;
	background: url(images/img02.jpg);
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 60px 0 0 20px;
	font-size: 36px;
}

#header h2 {
	float: right;
	padding: 74px 20px 0 0;
	font-size: 22px;
}

/* Menu */

#menu {
	width: 760px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	background: url(images/img08.gif) repeat;
}

#menu a {
	display: block;
	float: left;
	padding: 17px 25px 14px 25px;
	background: url(images/img03.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
	letter-spacing: .1em;
}

#menu a:hover {
	color: #FFFFFF;
	background: url(images/img08.gif) repeat;
}

#menu .first a {
	background: none;
}

#menu .first a:hover {
	color: #FFFFFF;
	background: url(images/img08.gif) repeat;
}

/* Content */

#content {
	width: 720px;
	margin: 0 auto 20px auto;
	padding: 20px;
	background: #FFFFFF url(images/img04.jpg) repeat-x left bottom;
}

#chargement {
	float: left;
	width: 28px;
	height: 28px;
	
	margin: 0px;
	padding: 0px;
}
/* Posts */

#posts {
	float: left;
	width: 460px;
	min-height: 300px;
}

#posts ul{
	list-style-type: square;
}

/* Links */

#links {
	float: right;
	width: 200px;
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 0 30px 0;
}

#links li li {
	padding: 7px 10px;
	background: url(images/img06.gif) repeat-x left bottom;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 14px;
}

/* Footer */

#footer {
	height: 30px;
	padding: 2px;
	background: #2D2D2D url(images/img07.gif) repeat-x;
}

#footer p {
	text-align: center;
	color: #999999;
}

img
{
	border: 0px;
}

.formulaire {
	clear: left;
	float: left;
	margin-right: 15px;
	text-align: right;
	width: 180px;
	padding-bottom: 10px;
}

.formulaire_valider {
	margin-left: 220px;
	margin-top: 15px;
	font: normal 13px Helvetica, sans-serif;
	border: 1px solid #666666;
	background-color:#FFFFFF;
	color: #666666;
}

.formulaire_valider:hover {
	background-color: #9ED738;
	color: #FFFFFF;
}

.realisation {
	clear: left;
	float: left;
	margin-right: 15px;
	padding-bottom: 10px;
}
.commentaire {
	height : 180px ;
	text-align : justify; 
}

.commentaire img {
	border: 1px #CCC solid;
	padding: 2px;
}

input {
	padding: 0px;
	padding-left: 2px;
	margin: 0px;
	margin-bottom: 10px;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	border:1px solid;
}

textarea {
	padding-left: 2px;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	border:1px solid;
}

input:focus, textarea:focus {
	background-color: #CFEA8B;
}

