/* 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 #DCE3E6;
}
body {
	/*width : 777px;*/
	margin : 0;
	padding : 0;/*background : url(img/fond_contenu.jpg) repeat-y left;*/
}

#global {
	padding : 0 0 0 0;
	background : url(img/fond_contenu.jpg) repeat-y left;
	margin:0;
}
#siteTitle {
	background : url(img/siteTitle.jpg) no-repeat #DCE3E6;
	width:335px;
	font-size:0px;
	color:#0A1A33;
}
#sitetitleText {
	visibility:hidden;
}
/* Styles généraux */
h1 {
	font-size : 1.6em;
	color:#44526A;
}
h2 {
	font-size : 1.2em;
}
h3 {
	font-size : 1.1em;
	padding : 5px 0;
	margin : 0;
}
p {
	padding : 0px 0px 0px 35px;
	line-height:120%;
}
a {
	color : #000;
	text-decoration:none;
}
a:hover {
	color : #383833;
	text-decoration:none;
	border-bottom: 1px #000 dotted;
}
hr {
	clear : both;
	visibility : hidden;
	margin : 0;
	padding : 0;
}
/* Entete du site */
#top {
	height : 380px;
	background : url(img/entete.jpg) no-repeat;
}
#top_bg {
	background : url(img/fond_page.jpg);
	background-repeat:repeat-x;
}
/* Zone de contenu de gauche*/
#content { /* Bloc */
	float : left;
	width : 480px;
	margin-left: 15px;
	background : url(img/pre_basdepage.jpg);
	background-repeat: no-repeat;
	background-position:-15px bottom;
	padding-bottom:0;
	min-height:236px;
}
.post { /* Conteneur de l'article */
	padding : 0px;
	margin:0;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#555E4F;
	font-size:12px;
	text-align:justify;
}
#flash {
	padding:0px;
	padding-left :5px;
	margin:0px;
	padding-top:15px;
}
.articletitle { /* Titre de l'article */
	color: #555e4f;
	font-size : 20px;
	font-weight : bold;
	margin : 0;
	padding : 0px 0px 0px 35px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.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...) */
}
.post-info a {
	color : #F42B22;
	text-decoration:none;
}
.post-info a:hover {
	color : #F42B22;
	text-decoration:none;
	border-bottom: 1px #000 dotted;
}
#pagination { /* Conteneur des liens 'page suivante' et 'page précédente' */
}
/* Menu de droite */
#sidebar {
	/*float : left;*/
	width : 195px;
	text-align:right;
	/*margin-left:-200px;*/
	position:relative;
	top:-80px;
}
#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;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#5C5C5C;
	font-weight:bold;
	font-style:italic;
}
#sidebar li a { /* Liens dans les listes */
	color:#5C5C5C;
	text-decoration : none;
}
#sidebar li a:hover {
	color : #131313;
	text-decoration:none;
	border:none;
}
#sidebar2 {
	padding:0;
	margin:0;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5C5C5C;
	line-height:120%;
	background-image:url(img/sidebar2_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:150px;
	width:195px;
}
#sidebar2 p {
	padding:0;
	margin:3px 0px;
	padding-right:12px;
	padding-top:12px;
}
#sidebar2 ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #5c5c5c;
	text-decoration: underline;
	font-style: italic;
	line-height: 180%;
	font-weight: bold;
	padding-right:12px;
}
#sidebar2 li {
	padding:0;
	margin:0;
	font-size:12px;
}
#sidebar2 li a {
	color: #5c5c5c;
	text-decoration: underline;
}
#sidebar2 li a:hover {
	color: #131313;
	text-decoration: underline;
	border-bottom: none;
}
/* Pied de page (#footer) */
#basdepage {
	text-align : center;
	height: 32px;
	margin : auto;
	margin-top:-2px;
	background-image: url(img/basdepage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#copiraite {
	width: 541px;
	text-align : center;
	padding-top: 10px;
	font-size : 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#5C5C5C;
	background-image:url(img/legal.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom:10px;
}
#copiraite a {
	color:#5C5C5C;
	text-decoration:underline;
	border:none;
}
#copiraite a:hover {
	color:#131313;
	text-decoration:underline;
	border:none;
}

