 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #CCCCCC;
	font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1, h2, h3, h4, h5, h6{
	font-family: Helvetica, "Trebuchet MS", sans-serif;
}

h1{font-size: 28px;}
h2{font-size: 24px;}
h3{font-size: 20px;}
h4{font-size: 11px;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre {
	width: 100%;
	border-left : 3px solid #008ACF;
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
	color : #0273b9;
	font-size : 12px;
	margin : 0px;
	text-align : left;
	padding :  1px 5px 1px 5px;
	line-height :14px;
}

pre a {
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
	color : #008ACF;
	font-size : 12px;
	margin : 0px;
	text-align : left;
	padding :  1px 5px 1px 5px;
	line-height :14px;
}

code {
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
	color : #0273b9;
	font-size : 12px;
	margin : 0px;
	text-align : left;
	padding :  1px 5px 1px 5px;
	line-height :14px;
}

code a{
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
	color : #008ACF;
	font-size : 12px;
	margin : 0px;
	text-align : left;
	padding :  1px 5px 1px 5px;
	line-height :14px;
}

.nota {
	font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 11px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: -18px;
	margin-bottom: 5px;
	text-align : justify;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

img {
	border: 0;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
}

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

a:hover{
	color: #0273B9;
	text-decoration : underline;
}

a:visited{
	color: #0273B9;
	text-decoration : none;
}

.noliste {
	list-style-type: none;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

.center{
	text-align: center;
}

/* Page
-------------------------------------------------------- */
#page{
	background: #fff url(img/page.jpg) repeat-y center top;
	color: inherit;
	width: 886px;
	margin: 0em auto;
	text-align: left;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	margin: 0;
	height: 178px;
	background: #CCCCCC url(img/top.jpg) no-repeat left top;
}

#top h1{
	margin: 0 0 4px 82px;
	padding-top: 28px;
	color: #FFFFFF;
}

#top h1 a{
	text-decoration: none;
	color: #FFFFFF;
}

#banniere{
	display : block;
	position : absolute;
	width: 723px;
	height: 112px;
	background: #FFFFFF;
	margin-top : 69px ;
	margin-left : 82px ;
	padding: 0;
}

#sep{
	display : block;
	height: 45px;
	background: #fff url(img/page.jpg) repeat-y center top;
}

/* Le prélude
-------------------------------------------------------- */ 

#prelude{
	position: absolute;
	width: 886px;
	top: 7px;
	left: 50%;
	margin: 0 0 0 -390px;
	padding: 0 1ex;
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}

#prelude a{
	color: #DFDFDF;
	background: transparent;
}

#prelude a:hover{
	color: #666;
	background: transparent;
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	margin-top: -3px;
	color: #B1B1B1;
}

.post-title{
	font-family: Helvetica, "Trebuchet MS", sans-serif;
	font-size: 18px;
	color: #333333;
	line-height: 20px;
	font-style: normal;
	font-weight: 500;
	background: transparent;
	margin-bottom: 6px;
	margin-top: -5px;
}

.post-title a{
	font-family: Helvetica, "Trebuchet MS", sans-serif;
	color: #333333;
	background: transparent;
	text-decoration: none;
}

.post-title a:hover{
	color: #00ADEF;
	text-decoration: none;
}

.post-subtitle{
	font-family: Helvetica, "Trebuchet MS", sans-serif;
	font-size: 24px;
	color: #0273b9;
	letter-spacing: -1px;
	background: transparent;
	display: block;
	margin-bottom: 15px;
	margin-top: 15px;
}


.post-info{
	margin-top: 0;
	color: #0273b9;
	background: transparent;
	padding-bottom: 1px;
}

.post-info a{
	color: #0273b9;
	background: transparent;
	text-decoration: underline;
}

.post-info a:hover{
	color: #0273b9;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
}

.post-content blockquote{
	font-family: Tahoma, Arial,Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
	margin-bottom: 3px;
	color: #B1B1B1;
}

.post-info-co a{
	color: #B1B1B1;
}

.post-info-co a:hover {
	color: #0273b9;
	text-decoration: underline;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px dashed #333;
	margin: 1em 0;
	padding: 1ex 1em;
}

/* sidebar - menu
-------------------------------------------------------- */

#sidebar div{color: inherit;}

#sidebar div ul{
	margin: 0px 0px 2px 15px;
	padding: 0;
}

#sidebar h2, #sidebar h3{
	color: #333333;
	font-size: 18px;
	letter-spacing: -1px;
	font-style: normal;
	font-weight: 500;
	text-align: center;
}

#sidebar h3{
	font-size: 15px;
	letter-spacing: -1px;
	font-style: light;
	font-weight: 800;
	margin-top: 6px;
	margin-bottom: 6px;
}

#sidebar p{
	font-size: 10px;
	font-style: normal;
	text-align: center;
	letter-spacing: 0;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
	margin-bottom: 15px;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}

/* sidebar - calendar
-------------------------------------------------------- */

#calendar{
	margin-bottom: 15px;
	padding-right: 5px;
}

#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#calendar table caption{
	margin: 0 auto;
}

#calendar table th{
	color: #333333;
	background: transparent;
}

#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #EEE;
}

#calendar table td a{
	display: block;
	background: #F7DFE6;
	color: #0273b9;
	font-weight: bold;
	text-decoration: none;
}

#calendar table td a:hover{
	background: #0273b9;
	color: #F7DFE6;
}


/* sidebar
-------------------------------------------------------- */

#categories{
	margin-bottom: 15px;
	line-height: 15px;
}

#archives{
	margin-bottom: 15px;
	line-height: 15px;
}

#links{
	margin-bottom: 15px;
	line-height: 15px;
}

#syndicate{
	margin-bottom: 15px;
	line-height: 15px;
}



/* Footer
-------------------------------------------------------- */

#footer{
	width: 886px;
	height: 123px;
	background: #CCCCCC url(img/bottom.jpg) no-repeat left top;
	margin: 0;
	clear: both;
	padding-left: 250px;
	color: #DFDFDF;	
}

#footer a{
	text-align: right;
	color: #DFDFDF;	
}

#footer a:hover{
	color: #666;	
}


/* layout.css
-------------------------------------------------------- */

html{
	margin: 0;
	padding: 0;
	text-align: center;
}

#main{
	float: left;
	width: 535px;
	padding-left: 65px;
}

#content{
	margin: 0 0 0 17px;
	padding: 15px 0 0 0;
}

.post{}

#blanc{
	background: #FFFFFF;
}

/* BOX -› Boites de couleurs 
-------------------------------------------------------- */

/* à dupliquer et nommer (defini la couleur) *****/
.box-upperleft-jaune {
	background-position: left top;
	background-image: url(img/box-upperleft.gif);
	background-repeat: no-repeat;
	background-color: #FED635;
}
/* coins arrondis 
-------------------------------------------------------- */

.upperleft {
	background-position: left top;
	background-image: url(img/bord-top-left.gif);
	margin-left: auto;
	/* width: 50%; */
	margin-right: auto;
	background-repeat: no-repeat;
	background-color: #E6E6E6;
}
.upperright {
	background-position: right top;
	background-image: url(img/bord-top-right.gif);
	background-repeat: no-repeat;
}
.lowerleft {
	background-position: left bottom;
	background-image: url(img/bord-bottom-left.gif);
	background-repeat: no-repeat;
}

.lowerright {
background-image:url(img/bord-bottom-right.gif);
background-position:right bottom;
background-repeat:no-repeat;
padding:3%;
margin: 0px 0px 15px 0px;
}

.uppercommentleft {
	background-position: left top;
	background-image: url(img/comment-bord-top-left.gif);
	background-repeat: no-repeat;
	background-color: #92c3c7;
}
.uppercommentright {
	background-position: right top;
	background-image: url(img/comment-bord-top-right.gif);
	background-repeat: no-repeat;
}
.lowercommentleft {
	background-position: left bottom;
	background-image: url(img/comment-bord-bottom-left.gif);
	background-repeat: no-repeat;
}
.lowercommentright {
	padding: 2px;
	background-position: right bottom;
	background-image: url(img/comment-bord-bottom-right.gif);
	background-repeat: no-repeat;
}


#sidebar{
	float: left;
	width: 184px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}


.dcsign{
	color: #B1B1B1;
}

.dcsign a{
	color: #B1B1B1;
}

.dcsign a:hover {
	color: #0273b9;
	text-decoration: underline;
}

.blog-pagination {
margin:8px 0pt;
}

/*menu 

#listmenu{
list-style:none;
margin:0;
padding:0;
}
#listmenu a.hac{
display:block;
background:transparent url(images/deplierhaut.gif) left 50% no-repeat;
text-indent:10px;
cursor:pointer;
}
#listmenu a.selected{
background:transparent url(images/deplierbas.gif) left 50% no-repeat;
}
*/

#listmenu {
background:transparent url(medias/bg_menu.jpg) no-repeat scroll left top;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:110px 0pt 0pt;
font-size: 12px;
}

#listmenu li {
width:184px;
padding:0pt;
}
#listmenu li a {
color:#005479;
display:block;
padding:2px 0pt 2px 5px;
text-decoration:none;
}
#listmenu li a:hover {
background-color:#00ADEF;
color:#FFFFFF;
width: 85%;
}
#listmenu a.hac {
cursor:pointer;
}
#listmenu li ul {
font-size:13px;
padding-left:20px;
}
#listmenu li ul li {
width:170px;
}
#listmenu li ul li a:hover {
background-color:transparent;
color:#00ADEF;
}


