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

.titrediapo {
	padding-top: 20px;
	padding-left: 10px;
	font-variant: small-caps;
	font-size: larger;
	color: #9B577D;
}
.blocimg {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.textes {
	padding: 10px;
	float: none;
	font-size: 1em;
}
.picto {
}
.legende_img {
	text-align: center;
	color: #57738f;
}
.reference {
	color: #999999;
	font-style: italic;
}
.webreporter {
	height: 190px;
}

.navigation {
	font-variant: small-caps;
	background-position: center;
	background-color: #FCF4F3;
}





body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #8C8C8C;
	background-color: #FFFFFF;
	background-image: url(images/img01.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #57738f;
}

h1 {
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #ad342c;
}

a:hover {
	text-decoration: none;
	color: #a09790;
}

/* Header */

#header {
	width: 760px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header h1, #header p {
	margin: 0;
	color: #57738f;
}

#header h1 {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
	text-align: left;
}
#header h3 {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
	text-align: right;
}


#header p {
	padding-left: 80px;
	margin-top: -10px;
	font-variant: small-caps;
}
#header a {
	color: #E6B715;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}

/* Content */

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

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 2px dashed #333333;
}

.byline {
	margin: 0;
	color: #646464;
}

.meta {
	text-align: left;
	color: #646464;
	padding: 5px 10px;
	border: 1px dashed #333333;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img05.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img06.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
}

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

#sidebar li {
}

#sidebar li ul {
	padding: 15px 15px;
}

#sidebar li li {
	border-bottom: 1px dotted #000000;
	background: url(images/img02.gif) no-repeat 5px 50%;
	padding-left: 15px;
}
#sidebar .ssmenu {
	line-height: normal;
}


#sidebar h2 {
	margin: 0;
	padding: 20px 0 0 0;
	border-bottom: 2px solid #0F0F0F;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	width: 760px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: left;
	font-size: smaller;
}

