/*
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:  url(images/img01.jpg) repeat-x left top;    
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:  justify;
	font-size:   14px;
	color:       #172A7F;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #549DC7;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

h1 {
	letter-spacing: -2px;
	font-size: 36px;
}

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

h3 {
	font-size: 1em;
}

ul, ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}
p{
	line-height:1.2em;
    margin-bottom:1.1em;
}
ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #E58C43;
}

a:hover {
	background: #CEE7F5;
	text-decoration: underline;
	color: #549DC7;
}

/* Logo */

#logo {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	text-align: center;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding-top: 5px;
}

#logo h1 a {
	padding: 0px 0 0 310px;
	color: #004085;
}

#logo h1 a:hover {
	text-decoration: none;
	background: none;

}

#logo h2 {
	padding: 18px 0 40px 7px;
	letter-spacing: normal;
	font-size: 1.4em;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	margin-top: 25px;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 200px;
	margin-top: 180px;
	padding-top: 20px;
}

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

.sidebar li {
	padding-bottom: 30px;
}

.sidebar li ul {
}

.sidebar li li {
	padding: 0;
}

.sidebar h2 {
	height: 40px;
	margin: 0;
	letter-spacing: normal;
	font-size: 1.4em;
}

/* Sidebar1 */

#sidebar1 {
}

#sidebar1 h2 {
	text-align: left;
	background: url(images/img06.gif) no-repeat left top;
	padding: 5px 0 0 29px;
	font-size: 22px;
}

#sidebar1 li li {
	padding-left: 0px;
	text-align: left;
	font-size: 12px;
}
#sidebar1 li li li{
	padding-left: 0px;
    margin-left:18px;
	text-align: left;
	font-size: 12px;
}

/* Sidebar2 */

#sidebar2 {
}

#sidebar2 h2 {
}

/* Search */

#search {
}

#search form {
	text-align: center;
}

#search #s {
	width: 95%;
	margin-bottom: 10px;
}

#search h2 {
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 0 20px;
}

#calendar caption {
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #CCCC99;
}

#calendar thead th {
	padding: 5px 0;
	background: #F9F3DF;
	border-bottom: 1px solid #CCCC99;
	color: #CCCC99;
}

#calendar tbody td {
	padding: 5px 0;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}

#calendar tfoot td {
	padding: 5px;
	border-top: 1px solid #CCCC99;
}

#calendar tfoot a {
	border: none;
	font-weight: bold;
}

#calendar #next {
	text-align: right;
}

#calendar #prev {
	text-align: left;
}

/* Recent Posts */

#recent-posts {
}

#recent-posts h2 {
	background: url(images/img06.png) no-repeat left top;
	padding: 5px 0 0 40px;
	font-size: 22px;
}

.sidebar #recent-posts ul {
	padding-left: 20px;
	font-size: 12px;
}

.sidebar #recent-posts li {
	border-bottom: 1px dashed #D9EBFF;
	margin-top: 20px;
}

/* Content */

#content {
	float: left;
	width: 700px;
	background: url(images/img03.jpg) repeat-y left top;
}

#content .bgtop {
	background: url(images/img02.jpg) no-repeat left top;
}

#content .bgbtm {
	background: url(images/img04.jpg) no-repeat left bottom;
}

.post {
	padding: 200px 25px 10px 25px;
}

.post .title {
	margin: 0;
	padding: 0 20px;
    color:#E58C43;
}

.post h2 {
}

.post .meta {
	margin: 0;
	padding: 0 20px 20px 20px;
	line-height: normal;
}

.post .entry {
	padding: 20px;
}

.post .tags, .post .links {
	margin: 0;
	line-height: normal;
	font-size: smaller;
	text-align: center;
}

.post .tags {
	padding-top: 10px;
	border-top: 1px dashed #D9EBFF;
}

/* Footer */

#footer {
	width: 700px;
	height: 60px;
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
	background: url(images/img05.jpg) no-repeat;
	float:right;
	margin-right: 61px;
	
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: normal;
}
.citation{
    float:left;
    position:absolute;
    color:#fff;
    margin-left: 20px;
    margin-top:  20px;
    font-size: 11px;
}
.article{
    color:#4D7B93;
    
}
.sousliste{
    margin-left: 0px;
    padding-left: 0px;
    list-style: disc outside;
    color:#4D7B93;
}
.plus{
    /*list-style: url('images/logo_add.png') outside;*/
    padding-left: 0px;
    margin-left: -15px;
}
.offset{padding-left: 31px;}
.titre{color:#E58C43;}
/*-----------------------contact_form-------------------*/
#contact_form{
    width:600px;
    height:auto;
    padding:10px 0 0 20px;
}
.form_row{
    float:left;
    padding:8px 0 8px 0;
}
label{
    width:155px;
    float:left;
    padding:3px 5px 0 0;
    color:#10287b;
    text-align:right;
}
.label2{width: 442px;}
.label3{width: 462px; margin-bottom:15px;}
input.contact_input{
    width:300px;
    height:18px;
    float:left;
    border:1px #d1e0ee solid;
    background-color:#fff;
    color: #000;
}
textarea.contact_textarea{
    width:300px;
    height:140px;
    float:left;
    border:1px #d1e0ee solid;
    background-color:#fff;
    color: #000;
}
.red{color:#C00;}
.black{color:#000;}
.error{width:auto;
color:#C00;
text-align:right;
display:block;
float:none;
}
.confirm{
    color:green;
    background: #EEF4D7;
    padding: 20px 20px 20px 20px ;
    border: solid green 2px;
    text-align:center;
    display:block;
    float:none;}
.unconfirm{
    color:red;
    background: #EEF4D7;
    padding: 20px 20px 20px 20px ;
    border: solid red 2px;
    text-align:center;
    display:block;
    float:none;}
.form_bouton{clear:both;
width: 65px;
margin:auto;}
.email_mailto{width: 170px;
padding-left: 210px;}
.souligne{text-decoration : underline;}
.post .recalage{padding:0;}
.w3c{border:0;
float:right;
padding-right:40px;
position:absolute;}
.gauche{float:left;}
.droite{float:right;}
.centre{text-align: center;}
.alignegauche{text-align: left;}
.alignedroite{text-align: right;}