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

* {
	margin: 0;
	padding: 0;
}

body {
	background: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2D878F;
}

h1, h2, h3 {
	margin-bottom: 15px;
	text-transform: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #2D8591;
	font-style: italic;
}

h1 {
	letter-spacing: -1px;
	font-size: 197%;
}

h2 {
	letter-spacing: -1px;
}

h3 {
	color: #df0d0d;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding: 0 3em;
	
	font-style: italic;
}

a:link {
	text-decoration: none;
	color: #000000;
}

a:hover, a:active {
	text-decoration: none;
	color: #0000CC;
}

a:visited {
	color: #007480;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/*img {
	border: none;
}

img.left {
	float: inherit;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}*/

/* Header */

#header {
	width: 810px;
	height: 180px;
	background-color: #000000;
	/*background-image: url(images/baniere.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 0px;
}
 /*#entete {
	width: 790px;
	height: 180px;
	background-color: #000000;
	background-image: url(images/baniere01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
} */
/*#header h1 {
	margin: 0;
	letter-spacing: -2px;
	font-size: 40px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#header h1 a {
	color: #FFFFFF;
}

#header h2 {
	margin: -10px 0 0 0;
	padding: 0 0 0 175px;
	letter-spacing: normal;
	font: bold 10px Arial, Helvetica, sans-serif;
}

#header h2 a {
	color: #CAF368;
}

#header a {
	text-decoration: none;
}
*/
/* Page */

#page {
	width: 790px;
	background-color: #000000;
	background-image: url(images/fond-site-affilie.jpg);
	background-repeat: no-repeat;
	/*s-position: right top;*/
	height: 820px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
}

/* Content */

#content {
	float: left;
	width: 520px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}

.post {
	width: 480px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

.post h1, .post h2, .post h3 {
}

.post .title {
	padding: 0 0 5px 0;
	background: url(images/img08.gif) repeat-x left bottom;
}

/*.post .title span {
	padding-right: 30px;
	
}*/

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	/*adding: 5px 5px 0 0;*/
	border-color: #000000;
	padding-top: 200px;
	
}

.box {
	width: 450px;
	padding-left: 10px;
}

/*.box .title {
	height: 20px;
	margin: 0;
	padding: 20px 0 0 20px;
	font-size: 18px;
}*/

.box ul {
	margin: 5px;
	padding: 20px;
	list-style: none;
}

.box li {
	padding: 5px 0;
	/*background: url(images/) repeat-x;*/
}

/*.box li.first {
	background: none;
	padding-top: 50px;
}*/

/*.box h3 {
	margin: 0;
	font-size: 85%;
	font-weight: bold;
	color: #8B985F;
}*/

/*.box p {
	margin: 0;
	line-height: normal;
}*/

/*/.box a {
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat 0 5px; /
}*/

/* Footer */

#footer {
	width: 790px;
	height: 30px;
	margin: 0 auto;
	padding: 0 25px 25px 25px;
	
	background-image: url(images/pied-page.jpg );
	background-repeat: no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 77%;
	
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}

/*/#footer a {
	color: #FFFFFF;
}/*/

/*#footer a:hover {
	text-decoration: underline;
}*/

/*#legal {
	float: left;
}

#links {
	float: right;
}*/

