/* Thème "defaut" Pluxml - Copyright Pluxml.org */  

/* ---------------------
Html et body
--------------------- */
html {
	font : 75%/1.7em Arial, "Lucida sans unicode", Lucida, Tahoma, sans-serif;
	color : #555;
	background : #FFF;
	margin : 0;
	padding : 0;
}
body {
	margin : 0;
	padding : 0;
}
#global{
	margin : 0 auto 0 auto;
	width : 1020px;
	min-height : 585px;
	background-image:url(img/fond_haut.jpg);
	background-repeat:no-repeat;
}
#global_milieu{
	margin : 0 auto 0 auto;
	width : 1020px;
	background-image: url(img/fond_milieu.jpg);
	background-repeat: repeat-y;
}
#global_bas{
	margin : 0 auto 0 auto;
	width : 1020px;
	background-image: url(img/fond_bas.png);
	background-repeat: no-repeat;
	height: 39px;
	clear:both;
}
#page {
	width : 820px;
	margin : 0 auto 0 auto;
	padding : 0 0 0 0;
	min-height:100px;
/*	background : url("img/fond_page.jpg") repeat-y;
*/	clear : both;
}

/* ---------------------
Styles généraux
--------------------- */
h1 {font-size : 1.8em;}
h2 {font-size : 1.2em;}
h3 {font-size : 1.1em; margin : 0; padding: 0}
p {margin : 0px; padding: 0px;}
img{border:none;}
a {color : #517CA1; text-decoration: none;}
a:hover {color : #333;}
.clearer {clear : both; visibility : hidden; margin : 0; padding : 0;}

/* ---------------------
Formulaire
--------------------- */
fieldset {
	border : 0;
}
label {
	display : block;
}
input, textarea {
	border-left : 1px solid #C3C9D0;
	border-top : 1px solid #C3C9D0;
	border-right : 1px solid #D4DAE2;
	border-bottom : 1px solid #D4DAE2;
}
input:focus, textarea:focus {
	background-color : #FFFFFF;
	border-left : 1px solid #D4DAE2;
	border-top : 1px solid #D4DAE2;
	border-right : 1px solid #C3C9D0;
	border-bottom : 1px solid #C3C9D0;
}
input[type=submit], input[type=reset] {
	background : #D4DAE2;
	}
input[type=text] {
	margin : 0 0 0 5px;
}
textarea {
	width : 95%;
}

/* ---------------------
Haut de page (#top)
--------------------- */
#top {
	/*background : #517CA1;*/
	width : 820px;
	margin : 0 auto 0 auto;
	margin-left:110px;
	padding-top:25px;
}
#header {
	width : 500px;
	height:55px;
	color : #482018;
	margin : 0 auto;
	margin-left:100px;
}
#header h1 { /* Titre et sous-titre du site */
	margin : 0; padding : 0;
	font-weight : normal;
	letter-spacing : 1px;
	color : #eee;
	display : inline;
}
#logo{
	width:400px;
	height:61px;
	float:left;
}
#contact a{
	width:76px;
	height:34px;
	margin-top:30px;
	margin-right:120px;
	padding-top:9px;
	padding-left:17px;
	color:#be397e;
	font-size:12px;
	font-weight:bold;
	background-image:url(img/cadre_contact.png);
	background-repeat:no-repeat;
	float:right;
}
#contact a:hover{
	color:#000000;
}
#top h1 a { /* Lien du titre */
	text-decoration : none;
	color : #fff;
}
#top h1 a:hover {
	color : #fff;
	}
#header p {
	display : inline;
	color : #DDD;
	padding : 0 0 0 5px;
}
#menu {
	/*background : #1F537B;*/
	height:78px;
	margin-left:80px;
	width:820px;
}
#menu ul {
	margin : 0 auto;
	padding : 0;
	width : 820px;
	list-style-type : none;	
}
#m1{
	float : left;
	margin-top:50px;
	text-transform : uppercase;
}
#menu #m2, #m3, #m5, #m6, #m7, #m8, #m9, #m10 {
	float : left;
	background-image:url(img/barre_separation.png);
	background-repeat:no-repeat;
	background-position: 0 0;
	padding-left:20px;
	margin-top:50px;
	text-transform : uppercase;
}
#m4{
	float : left;
	background-image:url(img/barre_separation.png);
	background-repeat:no-repeat;
	background-position: 0 0;
	padding-left:20px;
	margin-top:22px;
	text-transform : uppercase;
}
#menu #m0{
	width:76px;
	height:34px;
	padding-top:9px;
	padding-left:18px;
	margin-top:-15px;
	margin-right:100px;
	color:#be397e;
	font-weight:bold;
	background-image:url(img/cadre_contact.png);
	background-repeat:no-repeat;
	float:right;
}

#menu a {
	display : block;
	padding : 0px 20px 0px 0px;
	color :  #be397e;
	text-decoration : none;
	font-size : 12px;
	font-weight:bold;
	letter-spacing : 1px;
}
#menu a:hover, #menu.active a {
	/*background : url("img/tab.jpg") no-repeat bottom;*/
	text-decoration:underline;
}

/* --------------------- 
Zone de contenu (#content)  
--------------------- */
#content { /* Bloc */
	width : 804px;
	margin : 0 0 0 0;
		min-height:100px;
}
#content p {
	margin-top:0px;
	margin:0;
	padding:0;
}
#barre_liens{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#33cccc;
	margin-top:25px;
	margin-left:90px;
	width:730px;
	height:20px;
}
#barre_liens ul {
	margin : 0 auto;
	padding : 0;
	width : 730px;
	list-style-type : none;
}
#barre_liens #l0{
	float:left;
	text-indent:20px;
	width:219px;
}
#barre_liens #l1, #l2, #l3, #l4, #l5, #l6, #l7, #l8, #l9, #l10 {
	float:left;
	background-image:url(img/pipe.png);
	background-repeat:no-repeat;
	background-position: 0px 5px;
	padding-left:10px;
}
#barre_liens li a {
	float:left;
	display : block;
	padding : 0px 10px 0px 0px;
	color :  #ffffff;
	text-decoration : none;
	text-transform : uppercase;
	font-size : 10px;
}
#barre_liens li a:hover, #barre_liens li.active a{
	text-decoration:none;
	color:#000000;
}
/*
.pipe{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
*/
#blog-forum{
	float:left;
	margin-top:110px;
	margin-left:-80px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
}
#blog-forum a{
	color:#3a4592;
}
#blog-forum a:hover{
	color:#000000;
}
.post_home{ /* Conteneur de l'article sur la home */
	padding : 25px 0 22px 0;
	width:700px;
	min-height:220px;
	margin-left:90px;
}
.post_home p, .post_home table tr td{
	line-height:normal;
	padding:0px;
	margin:0px;
}
.post { /* Conteneur de l'article */
	padding : 25px 0 22px 0;
	width:700px;
	min-height:400px;
	margin-left:90px;
}
.post p, .post table tr td{
	line-height:normal;
	padding:0px;
	margin:0px;
}
.title { /* Titre de l'article */
	color : #be397e;
	font-size : 1.4em;
	margin : 0 0 0 0;
	padding : 4px 0;
	letter-spacing : 2px;
}
.title a { /* Lien sur le titre de l'article */
	color : #517CA1;
	text-decoration : none;
}
.title a:hover {
	color : #333;
}
.post-info {
	background : url("img/info.gif") no-repeat 0 4px;
	padding : 0 0 8px 20px;
	margin : 0!important;
}
.feed_article {
	padding : 0 0 0 25px;
	background : url("img/feed-icon-14x14.gif") no-repeat 210px 0.3em;
	text-align : center;
}
.comment_nb {
	float : right;
	background : url("img/comment.gif") no-repeat 0 6px;
	margin : 0!important;
	padding : 4px 4px 0 20px;
}
.barre_bloc{
	width:190px;
	text-align:center;
	background-color:#33cccc;
	color:#FFFFFF;
}
.photo{
	float:left;
	width:93px;
	height:59px;
}
#triobloc{
	margin-left:80px;
}

#triobloc_cat{
	float: left;
}

#triobloc a{
	color:#07466e;
}
#triobloc a:hover{
	color:#be397e;
}
#bloc1{
	float:left;
	width:232px;
	height:118px;
	padding-top:18px;
	padding-left:14px;
	font-size:9px;
	background-image:url(img/cadre1.png);
	background-repeat:no-repeat;
}
#bloc1 p{
	float:left;
	width:90px;
	margin:5px;
	line-height:10px;
}
#bloc2{
	float:left;
	width:242px;
	height:120px;
	padding-top:23px;
	padding-left:14px;
	font-size:9px;
	background-image:url(img/cadre2.png);
	background-repeat:no-repeat;
}
#bloc2 p{
	float:left;
	width:90px;
	margin:10px;
	line-height:10px;
}
#bloc3{
	float:left;
	width:214px;
	height:128px;
	padding-top:18px;
	padding-left:14px;
	font-size:9px;
	background-image:url(img/cadre3.png);
	background-repeat:no-repeat;
}
#bloc3 p{
	float:left;
	width:90px;
	margin:10px;
	line-height:10px;
}
#pagination { /* Conteneur des liens 'page suivante' et 'page précédente' */
	text-align : center;
	margin : 0 0 0 0;
	padding : 25px 0 10px 0;
}

/* --------------------- 
Paneau latéral (#sidebar)  
--------------------- */
#sidebar {
	float : right;
	width : 200px;
	padding : 0;
	margin : 0;
}
#sidebar div {
	margin : 0;
	padding : 0;
	width : 100%;
}
#sidebar h2 { /* Titre des menus de la sidebar */
	color : #1F537B;
	font-size : 1.1em;
	margin : 0;
	padding : 4px 8px;
	background : #C3C9D0;
}
#sidebar ul { /* Bloc de liste */
	margin : 0;
	padding : 0;
}
#sidebar li { /* Elément de liste */
	list-style-type : none;
	padding : 4px;
	border-bottom : 1px solid #C3C9D0;
}
#sidebar li a { /* Liens dans les listes */
	color : #517CA1;
	padding : 0 0 0 18px;
	text-decoration : none;
	background : url("img/blue.gif") no-repeat 0 0;
	}
#sidebar li:hover, #sidebar li.active {
	background: #F0F5FA;
}
#sidebar li a:hover, #sidebar li.active a {
	color : #517CA1;
	background : url("img/blue.gif") no-repeat 0 0;
}
#syndication li a {
	display : block;
	padding : 0 0 0 25px;
	background : url("img/feed-icon-14x14.gif") no-repeat 5px 0.3em;
	}
#syndication li a:hover {
	background : url("img/feed-icon-14x14.gif") no-repeat 5px 0.3em;
}

/* ---------------------
Commentaires (#comments)
--------------------- */
#comments h2 {
	color : #517CA1;
	font-size : 1.2em;
	margin : 15px 0 10px 0;
	padding : 4px 0;
	letter-spacing : 2px;
	border-bottom : 1px dashed #517CA1;
}
.comment {
	background : #D4DAE2;
	margin : 0 0 8px 0;
	border : 1px solid #C3C9D0;
}
.comment blockquote {
	padding : 2px 30px 2px 40px;
	margin : 0;
}
.info_comment {
	background : #C3C9D0;
	padding : 4px 8px;
}
p.message_com {
	text-align : center;
	font-weight : bold;
	color : #1F537B;
	margin : 8px 0 0 0;
	padding : 4px 0;
}
#form h2 {
	color : #517CA1;
	font-size : 1.2em;
	margin : 15px 0 0 0;
	padding : 4px 0;
	letter-spacing : 2px;
	border-bottom : 1px dashed #517CA1;
}

/* ---------------------
Pied de page (#footer)
--------------------- */
#footer {
	clear:both;
	width :700px;
	margin : 0 auto 0 auto;
/*	margin-left:200px;*/
	text-align : center;
	font-size : 0.85em;
	/*background : #1F537B;*/
	color : #000;
	padding : 3px 0;
}
#footer a {
	color : #000;
	text-decoration : none;
}
#footer a:hover {
	border-bottom : 1px dashed;
}