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

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

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

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

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

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
	list-style-image:url(../images/fleche_p.png);
}

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

a {
	color: #FF9933;
}

a:hover {
	text-decoration: none;
}

/* Header */

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

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

#header h2 {
	float: right;
	padding: 134px 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;
}

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

#menu a:hover {
	color: #FFFFFF;
}

#menu .first a {
	background: none;
}

/* Content */

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

/* Posts */

#posts {
	float: left;
	width: 480px;
}

/* Links */

#links {
	float: right;
	width: 230px;
	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;
	list-style-image:none;
}
#links li {list-style-image:none;}
	
#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;
}
#links a {
	color: #666666;
	text-decoration:none;
}

#links img {
	color: #FFFFFF;
	text-decoration:none;
}

#links a:hover {
	color:#666666;
	text-decoration: underline;
}
.liens_gris a{
	color: #666666;
	text-decoration:none;
}
.liens_gris a:hover{
	color: #FF9933;
	text-decoration:underline;
}	



/* Footer */

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

#footer p {
	text-align: center;
	color: #999999;
	font-size:0.75em;
	line-height:0.8em;
}
#footer a{
	color: #999999;
	text-decoration:none;
}
#footer a:hover{
	color: #999999;
	text-decoration: underline;
}
#legal a {	
	color: #FF9933;
	text-decoration: underline;
}
#legal a:hover {	
	color: #FF9933;
	text-decoration:none;
}
/* mise en forme */
.center { 
	text-align:center;
}
.right {
	text-align:right;
}
.italic {
	font-style:italic;
}
.petit {
	font-size:0.8em;
}
.grand {
	font-size:1.2em;
}
.tres_petit {
	font-size:0.7em;
}
.gras {
	font-weight:bold;
}
.underline {
	text-decoration:underline;
}
.orange {
	color:#FF9933;
}
.white {
	color:#FFFFFF;
}
.left {
	float:left;
}
.right {
	float:right;
}
/* Images */
.img_marge {
	margin:5px 10px 5px 10px;
}
.img_bordure {
	border:1px solid #FF9900;
}