html {
	font-size:12px;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #E8E8E8;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* bandeau du haut */
#haut {
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 144px;
}

/* menu sous bandeau du haut */
#style_menu {
	margin: 0px;
	margin-top:5px;
	padding: 0px;
}

/* div total */
#tot {
	background-color: white;
	background-image: url(img/wide.gif);
	background-position: center;
	padding: 0%;
	margin:0px;
	margin-left: auto;
	margin-right: auto;
}

/* principal */
#droite {
	margin: 0px;
	margin-right: 10px;
}

/* sidebar */
#gauche {
	padding: 0px;
	padding-right: 0px;
	margin-left: 10px;
}

hr {
	border: 1px none #254561;
	padding: 0%;
	margin: 0%;
}

/* cadre post */
#totmsg {
	background-color: #E6E6FA;
	/*border: 1px solid #AEAEEF;*/
}

/* titre dans bandeau du haut */
h1 {
	font-size: 36px;
	color: White;
	font-style: normal;
	font-weight: bolder;
}

input,select,textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	background-color: #E6E6FA;
	border: 1px solid #AEAEEF;
}

.gras {
	font-weight: bolder;
	font-size: 13px;
}

/* date des post */
.date {
	color: #147;
	font-family: Trebuchet MS;
	font-size: 10px;
	text-align: right;
	background-repeat: repeat;
	padding: 2px;
	margin: 0px;
	padding-right: 20px;
}

/* barre sous la date des post */
.datehr {
	border: none;
	height: 0px;
	visibility: hidden;
}

/* authentification */
.aut {
	font-size: 10px;
}

/* titre des post */
.titre {
	font-weight: bold;
	font-size: 20px;
	margin: 0%;
}

a {
	color: #4682B4;
	text-decoration: underline;
	font-size: 12px;
	padding: 0%;
	margin: 0%;
}

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

a.rss {
	color: #4682B4;
	text-decoration: none;
	font-size: 12px;
	padding: 0%;
	margin: 0%;
}

a.rss:hover {
	color: #386790;
	text-decoration: none;
	background-color: #E6E6FA;
}

a.lien {
	text-decoration: none;
}

/* liste */
li {
	list-style: none;
	list-style-image: none;
}

/* liste pour commentaire */
li.commentaire {
	list-style: none;
	list-style-image: none;
	border-bottom: none;

}

/* liste- sidebar */
#gauche ul li{
	border-bottom: 1px solid White;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

#gauche ul{
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

/* lien - sidebar */
li a.lien {
	color: #666;
	background-color: transparent;
	margin-left: 0px;
	padding-left: 5px;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

/* lien "dessus" - sidebar */
li a.lien:hover {
	color: Black;
	background-color: #E6E6FA;
}


/* liste pour recherche */
#gauche li.search {
	list-style: none;
	list-style-image: none;
	border-bottom: none;
}

/* liste pour thème */
#gauche li.li_theme {
	list-style: none;
	list-style-image: none;
	border-bottom: none;
}

/* liste pour catégorie */
#gauche li.cat {
		list-style: none;
	list-style-image: none;
	border-bottom: none;

}

/* liste pour lien */
#gauche li.lien {
	list-style: none;
	list-style-image: none;
	border-bottom: none;
}

/* liste pour lien */
#gauche li.contact {
	list-style: none;
	list-style-image: none;
	border-bottom: none;
}


.msg {
	text-align: justify;
	padding: 10px;
}

/* footer */
#bas {
	background-image: url(img/bas.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 1000px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}

/* bouton valider */
.bt {
	background-image: url(img/val.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	width: 16px;
	height: 16px;
	cursor: pointer;
}





/********************************** STYLE CALENDRIER *************************************/

/* tableau par défaut */
table {
	/*border: 1px solid #AEAEEF;*/
	background-color: #E6E6FA;
		font-size: 11px;
}

/* couleur des cellules des jours de la semaine */
td.jour {
	background-color: #E6E6FA;
	color: #386790;
}

/* couleur cellule jour actuel */
td.jourac {
	background-color: #B1B2EF;
	color: Black;
	font-weight: bolder;
}

/* couleur du bandeau du haut */
td.h {
	color: Black;
	background-repeat: repeat;
}


/**********************************************************************************************/