/* CSS du thème graphique 'Skylight' pour Pluxml par kloobik.org*/

html {font-size : 70%;
	font-family : Tahoma, Helvetica, Arial, sans-serif;
	text-align: justify;
	color : #454545;
	background : url(img/fond_page.jpg) repeat-x #B0B598;}

body {width : 777px;
	margin : auto; padding : 0;
	background : url(img/fond_contenu.jpg) repeat-y center;}

#global {padding : 0 0 0 0;}
	
/* Styles généraux */
h1 {font-size : 1.6em;
	color:#AF0101;}

h2 {font-size : 1.2em;}

h3 {font-size : 1.1em; padding : 5px 0; margin : 0;}

p {margin : 0; padding : 3px 10px 3px 0;}

a {color : #AF0101;
  text-decoration:none;}
a:hover {color : #383833;
  text-decoration:none;
  border-bottom: 1px #000 dotted}

hr {clear : both; visibility : hidden; margin : 0; padding : 0;}

accronym {
  border-bottom: doted 1px #000;
}


/* Entete du site */
#top {height : 372px;
	background : url(img/entete.jpg) no-repeat;
	}

#top h1{ /* titre du site */
	text-align : right;
	font-family: "Courier New", Courier, monospace;
	font-size: 44px;
	color: #FFFB23;
	position : relative;
	top : 3px;
	left : -250px;
	letter-spacing : 0px;
	margin : 0; padding : 0;
	font-weight : bold;
	}

#top p { /* sous-titre du site */
	text-align : right;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight : bold;
	position : relative;
	top : 20px;
	left : -350px;
	margin : 0; padding : 0;
	color : #FFFB23;
	}

#top h1 a { /* lien du titre */
	text-decoration : none;
	color : #FFFB23;
	}

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

	
/* Zone de contenu de gauche*/
#content { /* Bloc */
	float : left;
	width : 460px;
	margin-left: 20px;	}
.post { /* Conteneur de l'article */
	padding : 0 0 35px 10px;}
.articletitle { /* Titre de l'article */
	color : #C2B996;
	font-size : 2em;
	font-weight : bold;
	margin : 0; padding : 3px 0 0 0;}
.articletitle a{ /* Lien sur le titre de l'article */
	color : #A79F7E;
	text-decoration : none;}
.articletitle a:hover{
	color : #C2B996;
	text-decoration:none;
	border-bottom: 1px #000 dotted;
	}
.post-info { /* Informations de l'article (auteur, date etc...) */
	color : #AF0101;
	margin : 2px 0 4px 0; padding : 0;}
.post-info a{color : #AF0101;
	text-decoration:none;}
.post-info a:hover {color : #AF0101;
	text-decoration:none;
	border-bottom: 1px #000 dotted;}
#pagination { /* Conteneur des liens 'page suivante' et 'page précédente' */
	margin-top : 10px;
	text-align : center;}
	
/* Menu de droite */
#sidebar {
	float : right;
	width : 230px;
	text-align:left;}
#sidebar div {	margin : 8px 0 ;}
#sidebar h2 { /* Titre des menus de la sidebar */
	font-size : 1.2em;
	margin : 0; padding : 3px 0 3px 10px;
	font-weight : bold;}
#sidebar ul { /* bloc de liste */
	margin : 0; padding : 6px 0;}
#sidebar li { /* élément de liste */
	list-style-type : none;
	padding: 2px 0 2px 30px;}
#sidebar li a { /* Liens dans les listes */
	color : #FFF;
	text-decoration : none;}
#sidebar li a:hover {color : #49546C;
	text-decoration:none;
	border-bottom: 1px #FFF dotted;}

/* Pied de page (#footer) */
#basdepage {
	text-align : center;
	background : url(img/basdepage.jpg) repeat-y center;
	width : 777px;
	height: 166px;
	margin : auto;
}
#copiraite {
	text-align : left;
	padding-left: 100px;
	padding-top: 15px;
	font-size : 1.00em;
}

