/* Ce fichier définit le style visuel pour les différents éléments du blog.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le prélude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est défini dans le fichier layout.css
 * Pour mettre la barre de navigation à gauche, décommentez l'appel à 
 * layout-gauche.css
 */

@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	color: #102480;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top: 10px solid #DDD;
	background-color: #EEE;
}

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

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
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;
}

.field label{
	display: block;
}

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

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

a{
	color: #000;
}

a:visited{
	color: #663;
}

a:hover{
	color: #636;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	background: #fff url(img/page.png) repeat-y center top;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 120px;
	/*padding-top: 20px;*/
	background: #FFF url(img/top2.png) no-repeat left top;
}
#top #menu{
	padding-left:15px;
	padding-right:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	position:absolute;

}
#top #menu a{
	color:#FFFFFF;
	text-decoration: none;
}
#top #menu ul{
	margin-top:-2px;
}
#top #menu li{
	padding-left:5px;
	padding-right:5px;
	list-style-type: none;
	float: left;
	vertical-align:top;
}
#top #menu li a:hover{
}


#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color: #FFFFFF;
}

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


/* Le contenu
-------------------------------------------------------- */
.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: #8DDF17;
	background-image:url(img/icon_link.gif);
	padding-left:15px;
	margin-bottom: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
}

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

.post-info{
	margin-top: 0;
	color:#CCCCCC;
	background: transparent;
	padding-bottom: 1ex;
	background-image:url(img/separator.gif);
	background-repeat: repeat-x;
	background-position: bottom;	
}

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

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

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

.post-info-co{
	text-align: right;
}
.post-info-img{
	width:12px;
	background-image:url(img/icon_comment2.gif);
	color: #FFFFFF;
	background-repeat: no-repeat;
}
.post-info-co a{
	text-decoration: none;
}

#trackbacks blockquote, #comments blockquote{
	margin: 1em 0;
	padding: 1ex 1em;
	background-color:#ffffff;
	background-image:url(img/commentaire_deg.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006699;
	border-right-color: #F2F2F2;
	border-bottom-color: #F2F2F2;
	border-left-color: #006699;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	border-bottom: 1px solid #F0F0F0;
	color: inherit;
}

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

#sidebar h2, #sidebar h3{
	color: #9ED200;
	margin: 0 0 1ex 0;
}

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

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
	background-image: url(label/rechercher.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:50px;
}

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

#sidebar div#categories{
	background-image: url(label/dossiers.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:50px;
}

#sidebar div#categories li{
	list-style-image: url(img/icon_more.gif);
	text-indent: 4px;
}
#sidebar div#categories a{
	color:#102480;
	text-decoration: none;
}
#sidebar div#evenement {
	background-image: url(label/evenement.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:50px;
	color:#102480;
	text-decoration: none;
}


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

#sidebar div#calendar{
	background-image: url(label/calendrier.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:50px;
}

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

#sidebar div#calendar table caption{
	margin: 0 auto;
}

#sidebar div#calendar table th{
	background: transparent;
}

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

#sidebar div#calendar table td a{
	display: block;
	background: #102480;
	color: #8DDF17;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #8DDF17;
	color: #102480;
}

#sidebar div#xiti {
	text-align:center;
	color: #102480;
}

#sidebar div#aliceAdsl {
	text-align:center;
	color: #102480;
}

#sidebar div#selection {
	background-image: url(label/selection.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:50px;
}
#sidebar div#selection li{
	list-style-image: url(img/icon_more.gif);
	text-indent: 4px;
}
#sidebar div#selection a{
	color:#102480;
	text-decoration: none;
}


/* Le pied de page
-------------------------------------------------------- */
#footer{
	background:url(img/bottom.png) no-repeat left top;
	background-color:#EEE;
	font-size: 10px;
	text-align:center;
	line-height: 12px;
	height:20px;
	color: #102480;
	vertical-align:bottom;
}

#footer a{
	color: #102480;
}
.submit {
	display: inline; 
	margin: 0px;
	padding: 0px 2px;
	vertical-align: baseline;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: lowercase;
	cursor: pointer;
	background: transparent url(img/bouton2.gif) left center repeat-x;
	border: 1px solid #CCCCCC;
}
.button:hover { 
	background: transparent url(img/bouton2.gif) left center repeat-x;
}





span.highlight0 {background-color: #FFFF99;}
span.highlight1 {background-color: #FF99FF;}
span.highlight2 {background-color: #99FFFF;}
span.highlight3 {background-color: #FF9999;}
span.highlight4 {background-color: #9999FF;}
