/* Theme "defaut" PluXml - Copyright Pluxml.org */  

/* ---------------------
Html et body
--------------------- */
html {
	font : 10pt "Liberation Sans",Arial,sans-serif;
	color : black;
	background : white;
	margin : 0;
	padding : 0;
}
body {
	margin : 0;
	padding : 0;
	background: #517db2;
}

/* ---------------------
Styles generaux
--------------------- */
h1 { font-size : 2.1em; }
h2 { font-size : 1.2em; }
h3 { font-size : 1.1em; margin : 0; padding: 0; }
p { margin : 0; padding: 0; }
a { color : #235E9A; text-decoration : none; outline : none; }
a:hover { text-decoration: underline;}
a:focus { outline : none; }
.center { text-align : center; }
.clearer { clear : both; visibility : hidden; margin : 0; padding : 0; }

/* ---------------------
Formulaire
--------------------- */
fieldset {
	border : 0;
	margin: 0;
	padding: 0;
}
label {
	display : block;
}
input, textarea {
	background-color : #EEEEEE;
	border-left : 1px solid #C3C9D0;
	border-top : 1px solid #C3C9D0;
	border-right : 2px solid #D4DAE2; /*!important;*/
	border-bottom : 1px solid #D4DAE2;
}
input:hover, textarea:hover {
    background-color: #F9F9F9;
}
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;
}

/* ---------------------
Haut de page (#top)
--------------------- */
#main {
    width: 900px;
    margin: auto;
    background-image: url("img/page-bg.png");
    background-position: center top;
    background-repeat: repeat-y;
}
#crosslogo {
    background: url("img/logo.png") no-repeat;
}
#top {
	width : 850px;
	margin : 0 auto;
	padding: 0 25px;
}
#header {
	width : 830px;
	color : #482018;
	margin : 0 auto;
	padding : 20px 0;
	text-align: right;
}
#header h1 { /* Titre et sous-titre du site */
	margin : 0; padding : 0 0 0 0;
	font-weight : normal;
	letter-spacing : 1px;
	color : #333;
	display : inline;
}
#header h1 a { /* Lien du titre */
	text-decoration : none;
	color: #555;
}
#header h1 a:hover {
        color: #517db2;
}
#header p {
	color : #333;
	padding : 0 0 0 0;
}
#top h1 a:hover {
}
ul#access {
	margin : 0 auto; padding : 0;
	width : 900px;
	list-style-type : none;
}
ul#access li {
	float : right;
}
ul#access li a {
	display : block;
	padding : 4px 0 4px 20px;
	color :  #555;
	text-decoration : none;
	letter-spacing : 1px;
}
ul#access li a:hover, ul.access li.active a {
	text-decoration : underline;
}
#menu {
	margin : 0;
	margin-top: 10px;
	height : 30px;
	width : 850px;
}
#menu ul {
	margin : 0 auto;
	padding : 0;
	width : 850px;
	list-style-type : none;
}
#menu li {
        background: #F9F9F9;
	border: 1px solid #EDEDED;
	margin: 0px 2px;
	height: 30px;

	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#menu li:hover {
        background: #EEEEEE;
	border: 1px solid #AAAAAA;
}
#menu .left li {
	float : left;
}
#menu .right li {
	float : right;
}
#menu li a {
	display : block;
	padding : 8px 10px 4px 18px;
	color :  black;
	text-decoration : none;
	font-size : 0.9em;
	background : url("img/icones.png") no-repeat 0 -153px;
}
#menu li a:hover, #menu li a.active {
	background : url("img/icones.png") no-repeat 0 -121px;
	color: #517db2;
}
#menu li#static-home { padding-left:5px; }
#menu li#static-home a {
	background : url("img/icones.png") no-repeat 0 -90px;
	padding : 8px 10px 4px 18px;
	height : 16px;
}
#menu li#static-home a.active, #menu li#static-home a:hover {
	background : url("img/icones.png") no-repeat 0 -58px;
	padding : 8px 10px 4px 18px;
	height : 16px;
}
#menu ul.right li a {
	background : url("img/icones.png") no-repeat 0 -249px;
	padding : 8px 10px 4px 18px;
}
#menu ul.right li a:hover {
	background : url("img/icones.png") no-repeat 0 -217px;
	padding : 8px 10px 4px 18px;
}

/* ---------------------
Zone principale (#page)
--------------------- */
#page {
	width : 850px;
	margin : 0 auto 0 auto;
	padding : 10px 25px 0 25px;
}

/* --------------------- 
Zone de contenu (#content)  
--------------------- */
#content { /* Bloc */
	width : 590px;
	margin : 0;
	padding : 0;
	float : right;
}
#content .title { /* Titre de l'article */
	color : #555;
	font-size : 1.5em;
	margin : 0 0 0 0;
	padding : 0;
	letter-spacing : 2px;
	font-weight : lighter;
}
#content .title a { /* Lien sur le titre de l'article */
        font-weight: bold;
}
#content .post {
	background: white;
	border : 1px solid #CCC;
	margin : 5px 0 20px 0;
	font-size: 14px;
	text-align: justify;
	clear : both;
	padding : 5px 7px 5px 7px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#content .post p {
	padding : 4px 0 4px 0;
}
#content .post img {
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #CCC;
    margin: 3px;
}
#content .post img.left {
    float: left;
}
#content .post img.right {
    float: right;
}
#content .post a:hover {
}
#content .post blockquote {
    font-size: 90%;
    color: #333;
    font-style: italic;
}
#content .post pre {
    font-size: 9pt;
    margin: 1em 0;
}
#content .post .code {
    font: 10pt "DejaVu Sans Mono","Courier New",monospace;
    font-size: 8pt;
    white-space: pre;
    margin: 1em 0;
}
#content .post .code .num {
    color: #AAA;
}
#content .post .code a {
    cursor: pointer;
}
#content .overline {
    text-decoration: overline;
}
#content .post table {
    margin: 1em 0 1em 0;
    width: 100%;
    font-size: 10px;
    border-collapse: collapse;
    border: 1px solid #777;
}
#content .post table th {
    text-align: center;
    background: #517db2;
    color: white;
    border: 1px solid white;
}
#content .post table td {
    border: 1px solid #777;
}
#content p.date {
	float : right;
	margin : 0;
}
#content p.date span {
	font-size : 100%;
}
#content p.cat {
	float : left;
	margin : 0;
	padding : 0;
}
#content p.cat span a, #content p.cat span{ color: #008000; }
#content .feed_categorie, #content .feed_article {
	clear : both;
	padding : 0;
	text-align : center;
}
#content .feed_categorie a, #content .feed_article a {
	color : #333;
	background : url("img/icones.png") no-repeat 0 -254px;
	padding : 4px 0 4px 20px;
	height : 20px;
}
#content .feed_categorie a:hover, #content .feed_article a:hover { color : #777; }
#pagination { /* Conteneur des liens 'page suivante' et 'page precedente' */
	text-align : center;
	margin : 10px 0 0 0;
	padding : 0;
}
#pagination a { color : #333; }
#pagination a:hover { color : #777; }

/* --------------------- 
Paneau lateral (#sidebar)  
--------------------- */
#sidebar {
	float : left;
	width : 240px;
	padding : 0;
	margin : 0 -1px 0 0;
}
#sidebar div {
	margin : 0 0 13px 0;
	padding : 0;
	padding-bottom: 7px;
	width : 100%;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#sidebar h2 { /* Titre des menus de la sidebar */
	font-size : 1.1em;
	margin : 0;
	padding : 6px 10px 6px 10px;
	height: 20px;
}
#sidebar ul { /* Bloc de liste */
	margin : 0 0 0px 0;
	padding : 0;
}
#sidebar li { /* Element de liste */
	list-style-type : none;
	padding : 0px 0px 2px 10px;
}
#sidebar li a, #sidebar a{ /* Liens dans les listes */
	padding : 0;
	text-decoration : none;
	color: #517db2;
	display : block;
}
#sidebar .item li, #sidebar .item p {
    color: #517db2;
}
#sidebar .item li:hover, #sidebar .item li:hover a {
    color: black;
}
#sidebar .item li a.active {
    color: #00CCFF;
}
#sidebar .item h2 {
    color: black;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
}
#sidebar .item p {
    padding-bottom: 5px;
}
#sidebar .item img {
    border: none;
}

/* ---------------------
Commentaires (#comments)
--------------------- */
#comments h2 {
	color : #555;
	font-size : 1.5em;
	margin : 0 0 10px 0;
	padding : 0;
	letter-spacing : 2px;
	font-weight : lighter;
}
#comments .comment {
	background : #FFF;
	margin : 0 0 8px 0;
	border : 1px solid #CCC;
}
#comments .comment blockquote {
	padding : 0;
	margin : 0;
}
#comments .comment .info_comment {
	border-bottom : 1px solid #CCC;
	color : #333;
	padding : 2px 4px;
}
#comments .gravatar {
    height: 48px;
    float: right;
}
#comments .comment .info_comment a { color : #333; }
#comments .type-normal .info_comment { background : #CBD7AD; }
#comments .type-admin .info_comment { background : #CDBFD9; }
#comments .comment .content_com { padding : 2px 4px;}
#form h2 {
	color : #555;
	font-size : 1.5em;
	margin : 0 0 0 0;
	padding : 0;
	letter-spacing : 2px;
	font-weight : lighter;
}
#form p.message_com {
	text-align : center;
	font-weight : bold;
	color : #333;
	margin : 8px 0 0 0;
	padding : 4px 0;
}
#form .form_left {
	float : left;
	margin : 0 20px 0 0;
}
#form textarea {
	width : 413px;
	float : right;
	height : 105px;
	margin : 0;
} 
#form .button{ margin : 20px 0 0 0; }
#form .button span { float: right; }
#form input[type=submit] {
	background : #F9F9F9 url("img/icones.png") no-repeat 4px -283px;
	padding : 2px 4px 2px 20px;
	height : 26px;
        border: 1px solid #EDEDED;
}
#form input[type=submit]:hover {
	background : #EEEEEE url("img/icones.png") no-repeat 4px -283px;
	padding : 2px 4px 2px 20px;
	height : 26px;
        border: 1px solid #AAAAAA;
}
#form input[type=reset] {
	background : #F9F9F9 url("img/icones.png") no-repeat 4px -315px;
	padding : 2px 4px 2px 20px;
	height : 26px;
        border: 1px solid #EDEDED;
}
#form input[type=reset]:hover {
	background : #EEEEEE url("img/icones.png") no-repeat 4px -315px;
	padding : 2px 4px 2px 20px;
	height : 26px;
        border: 1px solid #AAAAAA;
}

/* ---------------------
Pied de page (#footer)
--------------------- */
#footer {
	width : 850px;
	margin : 20px auto 5px auto;
	background : url('img/menu.png') no-repeat left transparent;
	color : #FFF;
	padding : 0;
	height : 30px;
	clear : both;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#footer p {
	float : left;
	padding : 4px 8px;
}
#footer p.right {
	float : right;
	padding: 4px 8px;
}
#footer p.right a {
	color : #DDD;
	text-decoration : none;
}
#footer p.right a:hover {
	text-decoration: underline;
}