@import "layout.css";

html{
	margin: 0;
	padding: 0;
	border: none;
}

body{
	color: #000;
	font-size: 75%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
		/*background: #0004BE Ancien modif pat*/
	background: #FFFFCC 
	/*url(img/body.gif) repeat top left;*/
	/*background: #FFFFFF*/
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}

ul{
	/*list-style-type: square;*/
	list-style-image: url(img/puce.gif);
}



h1{font-size: 3em;}
h2{font-size: 1.4em;}
h3{font-size: 1.1em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

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

input:hover{
	background: #e9f1fb;
}

textarea:hover{
	background: #e9f1fb;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img{
	border: none;
}

a{
	/*color: #ff9933;*/
	color: #002f73;
}

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

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

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

.error{
	color: #ff0000;
}

/* La page
-------------------------------------------------------- */
#page{
	text-align: left;
	/*background: #fff none;*/
	background: #e9f1fb url(img/body.gif) repeat top left;
	border: 1px solid #789acc;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
 
/* L'entête
-------------------------------------------------------- */
/*#top{
	height: 120px;
	margin-top: 10px;
}

#top h1{
	color: #002f73;
	margin-left: 10px;
}

#top h1 a{
	text-decoration: none;
	color: #002f73;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}*/
/*--------------------------------------------------------
 L'entête
-------------------------------------------------------- */

#top	{
	height: 200px;
	background: #FFF url(img/top.png) no-repeat center top;
	}

#top h1	{
	float: left;
	width: 400px;
	margin: 20px 0px 0px 40px;
	padding: 0px;
	color: #D3E4FB;
	font-size: 2.8em;
	}

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

div#search	{
	margin: 45px 0px 0px 585px;
	background: transparent;
	color: inherit;
	}

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

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

#search input.submit	{
	margin-left: 5px;
	}


/* Le menu
-------------------------------------------------------- */
#topmenu{
	padding: 0px;
	list-style-type: none;
	background: #e9f1fb url(img/menu.gif) repeat-x top left;
	margin: 5px 0px 0 0px;
	height: 20px;
	border: 1px solid #8799b3;
	line-height: 20px;
}

#topmenu li{
	display: inline;
}

#topmenu li a{
	font-size: 1em;
  /*font-weight: bold;*/
	text-decoration: none;
	display: block;
	float: left;
	padding: 0 20px 0 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-right: 1px solid #8799b3;
	color: #FFf;
}

#topmenu li a:hover{
	background: #FFCC66 none;
	color: #000;
}

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #000;	text-align: left;
	font-size: 0.9em;
}

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

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

/* Le contenu
-------------------------------------------------------- */
#content{
	line-height: 1.6em;
}

.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	/*background: transparent url(img/day-date.png) no-repeat left center;*/
	font-style: italic;
}

.post-title{
	color: #002f73;
	border-bottom: 1px solid #8799b3;
}

.post-title a{
	color: #002f73;
	background: transparent;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	color: #8799b3;
	background: transparent;
	padding-bottom: 1ex;
	text-align: right;
	font-size: 0.9em;
}

.post-chapo{
	margin-bottom: 20px;
	font-style: italic;
}

.post-info a{
	color: #8799b3;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
	background: #e9f1fb none;
	border: 1px solid #ddd;
	padding: 5px;
}

.post-content:hover{
	background: #fff none;
	border: 1px solid #ddd;
}

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

.post-info-co{
	text-align: right;
	font-size: 0.9em;
	color: #ff9933;
}

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

#trackbacks blockquote, #comments blockquote{
	border: 1px dashed #8799b3;
	margin: 1em 0;
	padding: 1ex 1em;
	background-color: #ffffbc;
}

#comments blockquote:hover{
	border: 1px solid #8799b3;
}

.lire-suite a{
	font-size: 0.9em;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar, #leftsidebar{
	line-height: 1.6em;
}

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

#sidebar a:hover, #leftsidebar a:hover{
		background: #FFCC66 none; /*<---Modif Pat*/
	color: #0000FF;
	/*text-decoration: underline; <----Modif Pat*/
}

#sidebar div, #leftsidebar div{
	border-bottom: 1px solid #8799b3;
	color: inherit;
}

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


#leftsidebar h2, #leftsidebar h3{
	color: #ffffff;
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	text-decoration: none;
	line-height: 26px;
	background: url(img/h2bleu.jpg) no-repeat;
	font-size: 1.1em;
}

/*#sidebar h2 img	{
	margin: 0;
	padding: 0;
	}
#leftsidebar h2img	{
	margin: 0;
	padding: 0;
	}**/	
	
	

#sidebar h3, #leftsidebar h3{
	font-size: 1em;
	margin: 0;
}

div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

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

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

#calendar{
	
}

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

#calendar table caption{
	margin: 0 auto;
}

#calendar table th{
	color: #8799b3;
	background: transparent;
}

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

#calendar table td a{
	display: block;
	background: #FFFF99;
	color: #002f73;
	font-weight: bold;
	text-decoration: none;
}

#calendar table td a:hover{
	color: #ff9933;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	text-align: center;
}

#footer p{
	width: 60%;
	border-top: 1px solid #8799b3;
	color: #0000CC;
	font-size: 0.9em;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #8799b3;
}

#footer a{
	color: #0066FF;
}
/*--- Les titres ---*/
#sidebar h2	{
	color: #ffffff /*gris= #7D7D7D*/;
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	text-decoration: none;
	line-height: 26px;
	background: url(img/h2bleu.jpg) no-repeat;
	font-size: 1.1em;
	}

#sidebar h2 img	{
	margin: 0;
	padding: 0;
	}
	/* ---- Menu Horizontal Modifié ----*/
	dl, dt, dd, ul, li { 
margin: 0; 
padding: 0; 
list-style-type:disc; 
} 

#menu { 
/*position: absolute; /* placement du menu, à modifier selon vos besoins */ 
background: #DCE7F7;
top: 0; 
left: 0; 
z-index:100; 
width: 100%; /* correction pour Opera */ 
} 

#menu dl { 
float: left; 
width: 12em;
color: #fff;
}
 
#menu dt { 
cursor: pointer; 
text-align: center; 
background: #666EBF; 
border: 1px solid blue; 
margin: 1px;
}
 
#menu dd { 
display: inline; 
border: 1px solid blue;
}
 
#menu li { 
display: inline;
text-align: center; 
background: #666EBF;
}
 
#menu li a, #menu dt a { 
font-size: 1.1em;
color: #fff; 
text-decoration: none; 
display: block; 
height: 100%;
border: 0 none;
}

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus { 
background: #FFCC66;
color: #CC0000;
} 

/*pour Plugin Modéles début*/
#msg_modeles_ok{
background: #84FF84 url(../images/check_on.png) no-repeat 5px center;
	color: #00A400;
	padding: 2px 0px 2px 20px;
	border-left: #00A400 solid 3px;
}
/* pour Plugin Modéles fin*/

#archives ul.archives_year {
   list-style-image: url(img/puce.gif);
   list-style-position: inside;
   font-weight: bold;
}
#archives a {
   text-decoration: none;
}
#archives a:hover {
   text-decoration: none;
}
#archives .archives_month {
   padding-left: 20px;
} 
#lastposts li {
list-style-image: url(img/puce.gif);
}
#comments blockquote.comback_content {
	background: #A5D1D1;
}