*{ margin:0 ; padding:0 ; }

A{ text-decoration:none; color:#000; }
A:HOVER{ text-decoration:underline; }

/* CONTENEURS */
BODY { font-family:Verdana, Arial, Helvetica, sans-serif ; background:#042C51; color:#333; font-size:12px; }

#global{ position:relative; margin: 0 0 0 -415px; width: 830px; left:50%; background:url(images/header-border-top.png) no-repeat; }
#page { background:#fff url(images/global-border.png) repeat-y; text-align:left ; margin: 0 auto; padding:15px 35px 15px 35px; width: 760px; }

/* HEADER */
#header { margin:0 ; padding:0 ; height:130px ; width:760px ; text-align:center ; background:#042C51 ; }
#header h1{	margin:0 ; padding-top:10px ; }

/* MENU */
#menu{ background:#042C51 ; list-style:none; height:20px; padding:0 20px 5px 0; margin:0 0 10px 0; }
#menu li{ float:right; height:15px; border-left:1px solid #43617D; border-right:1px solid #fff; }
#menu .first{ border-left:none; }
#menu .last{ border-right:none; }

/* SIDEBAR */
#sidebar{ width: 205px; float:left; color:#333333; }
#sidebar H2 { width:200px; margin: 0; padding: 0; font-size: 13px; height:30px; background-color:#042C51; color:#fff; line-height:30px; text-indent:15px; }
#sidebar A:HOVER{ text-decoration:none; }
#sidebar UL{ width:205px; }
#sidebar UL LI { background:#E5E5E5 url(images/sidebar-bg.png) bottom; padding-bottom:13px; margin-bottom:13px; list-style-type: none; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; }
#sidebar UL LI A{ color:#333333; line-height:11px; padding-left:15px; display:block; background:url(images/puce.gif) no-repeat top left; }
#sidebar UL LI A:HOVER{ color:#CC6633; background:url(images/puce-active.gif) no-repeat top left; }
#sidebar UL LI UL{ padding:13px 0 0 0; }
#sidebar UL LI UL LI{ margin: 0 13px 12px 13px; padding:0 !important; background:none;}

#sidebar LI.foot { background: #F00; height: 20px; margin: 0 0 0 0 !important;}

#sidebar UL LI P{ margin:13px; font-size:10px; width:180px; }

/* FORMULAIRE DE RECHERCHE */
#searchform{ margin: 10px auto; }
#searchform INPUT{ padding:2px; margin-left:13px; width:150px; height:14px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px !important;}


/* ARTICLES */
#content{ height:800px; margin-top:10px; }
HTML>BODY>#global #page #content{ min-height:800px; height:auto; }
.post{ margin-bottom:20px; text-align: justify; clear:both; height:80px; }
HTML>BODY>#global #page #content .post{ min-height:80px; height:auto; }
.post .date{ width:45px; height:50px; background:url(images/calendar.gif) no-repeat;; color:#666666; float:left; font-size:22px; line-height:100%; text-align:center; }
.post .date span{ color:#fff; display:block; font-family:Arial,Helvetica,sans-serif; font-size:11px; height:16px; line-height:normal; text-align:center; padding-top:5px; }
.post .title{ float:left; margin-left:10px; width:440px }
.post .title H2{ border-bottom:1px dotted #CCCCCC; font-size:16px; font-weight:bold; color:#333333; font-family:"Lucida Grande",Arial,sans-serif; margin:3px 0pt 2px; padding-bottom:4px; }
.post .title H2 A:HOVER{ color:#AB0D0D; }
.post .title .postdata A{ color:#999; }
.post .title .postdata .category{ float:left; background:transparent url(images/mini-category.gif) no-repeat scroll 0%; padding-left:18px; }
.post .title .postdata .comments{ float:right; background:transparent url(images/mini-comment.gif) no-repeat scroll 0%; padding-left:18px; }
.entry{ clear:both; padding:10px 0px 5px; line-height:20px; }
.entry A{ color:#042C51; text-decoration:underline; }
.entry A:HOVER{ color:#CC6633; }
.entry P{ margin-bottom:20px; }
.entry H2{ margin-top:20px; }


/* LES THEMES */
#themes{ padding-top:0px; }
#themes H2{ font-size:18px; margin-top:0px; color:#333; }
#themes UL{ padding-left:0px; }
#themes .categories{ font-size:16px; font-weight:bold; }
#themes .cat-item  { font-size:12px; font-weight:normal; }

/* LE PLAN DU SITE */
#post-13 .entry H2{ font-size:14px; }
#post-13 LI{ margin:10px 0 10px 10px; }

/* CONTACT */
#cformsform{  }

/* FOOTER */
#footer{ width:760px; clear: both; background:#042C51; color:#fff; font-size:11px; }
#footer UL{ list-style:none; height:11px; padding:3px 0 5px 0; width: 650px; margin: 0 auto 0 auto; }
#footer UL LI{ float:left; padding:0 5px 0 5px; border-right:1px solid #fff;  }
#footer UL LI.last{ border:none; }
#footer UL LI A{ color:#fff; }
#footer-border{ position:relative; margin-left:-415px; width: 830px; left:50%; padding-top:40px; background:url(images/footer-border.png) no-repeat; }


/* COMMENTAIRES */
#commentform #submit{ background-color:#042C51; color:#fff; font-weight:bold; }

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;	
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	background:#F7F7F7 none repeat scroll 0% 50%;
	color:#444444;
	display:block;
}
div.failure {
	display:block;	
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}

/* DEFAUT Wordpress */

.narrowcolumn .postmetadata {
text-align: center;
}
.alt {
background-color: #f8f8f8;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}

small {
line-height: 1.5em;
}


h3 {
font-size: 14px;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
color: #333;
}


.commentlist p {
font-weight: normal;
line-height: 1.5em;
text-transform: none;
}




code {
font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
letter-spacing: .07em;
}


#wp-calendar #prev a, #wp-calendar #next a {
font-size: 9pt;
}

#wp-calendar caption {
font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
text-align: center;
}
#wp-calendar th {
font-style: normal;
text-transform: capitalize;
}
/* End Typography & Colors */
/* Begin Structure */
.narrowcolumn {
float: left;
width: 500px;
margin-left:40px;
}
.widecolumn {
float: left;
width: 500px;
margin:0 0 40px 40px;
}

.post hr {
display: block;
}
.widecolumn .post {
margin: 0;
}
.narrowcolumn .postmetadata {
padding-top: 5px;
}
.widecolumn .postmetadata {
margin: 30px 0;
}
.widecolumn .smallattachment {
text-align: center;
float: left;
width: 128px;
margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
text-align: center;
margin: 5px 0px;
}
.postmetadata {
clear: left;
}
.clear { 
clear: both; 
}


/* End Structure */
/*	Begin Headers */

h2.pagetitle {
margin-bottom: 20px;
font-size:16px;
}

h3 {
padding: 0;
margin: 30px 0 0;
}
h3.comments {
padding: 0;
margin: 40px auto 20px;
}
/* End Headers */
/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}
/* End Images */
/* Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */
html > body .entry ul {
margin-left: 0px;
padding: 0 0 0 30px;
list-style: none;
padding-left: 10px;
text-indent: -10px;
}
html > body .entry li {
margin: 7px 0 8px 10px;
}

.entry ol {
padding: 0 0 0 35px;
margin: 0;
}
.entry ol li {
margin: 0;
padding: 0;
}
.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
}



/* End Entry Lists */
/* Begin Form Elements */


.entry form {
/* This is mainly for password protected posts, makes them look better. */
text-align: center;
}
select {
width: 130px;
}
#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}
#commentform textarea {
width: 100%;
padding: 2px;
}
#commentform #submit {
margin: 0;
float: right;
}
/* End Form Elements */
/* Begin Comments*/
.alt {
margin: 0;
padding: 10px;
}
.commentlist {
padding: 0;
text-align: justify;
}
.commentlist li {
margin: 15px 0 3px;
padding: 5px 10px 3px;
list-style: none;
}
.commentlist li .avatar {
float: right;
border: 1px solid #eee;
padding: 2px;
background: #fff;
}
.commentlist p {
margin: 10px 5px 10px 0;
}
#commentform p {
margin: 5px 0;
}
.nocomments {
text-align: center;
margin: 0;
padding: 0;
}
.commentmetadata {
margin: 0;
display: block;
}
/* End Comments */
/* Begin Sidebar */

/* End Sidebar */
/* Begin Calendar */
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}
#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}
#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}
#wp-calendar a {
display: block;
}
#wp-calendar caption {
text-align: center;
width: 100%;
}
#wp-calendar td {
padding: 3px 0;
text-align: center;
}
#wp-calendar td.pad:hover {
/* Doesn't work in IE */
background-color: #fff;
}
/* End Calendar */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
cursor: help;
}
acronym, abbr {
border-bottom: 1px dashed #999;
}
blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}
blockquote cite {
margin: 5px 0 0;
display: block;
}
.center {
text-align: center;
}
hr {
display: none; clear:both;
}
a img {
border: none;
}
.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 60px;
}
/* End Various Tags & Classes*/
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
It won't be a stylish marriage, I can't afford a carriage.
But you'll look sweet upon the seat of a bicycle built for two." */
