/* Theme "54onze" PluXml - Copyright Pluxml.org */  

/* ---------------------
Html et body
--------------------- */
#colleft{
	width: 450px;
	float: left;
	padding-bottom: 20px;
}

#colright{
	width: 450px;
	float:right;
}




/* ---------------------
Html et body
--------------------- */
html {
	font : 85%/1.8em "Lucida sans unicode", Lucida, Tahoma, Arial, sans-serif;
	color : #555;
	/* background : url("img/background-img.png") repeat left; */
	background-color: #CCC;
	margin : 0;
	padding : 0;
}
body {
	margin : 0;
	padding : 0;
	
}
#page {
	width : 980px;
	background-color: white;
	margin : 0 auto 0 auto;
}

/* ---------------------
Styles generaux
--------------------- */
h1 { font-size : 2.2em; }
h2 { font-size : 1.2em; }
h3 { font-size : 1.1em; margin : 0; padding: 0; }
p { margin : 0; padding: 0; }
a { color : #0099CC; text-decoration : none; outline : none; }
a:hover { color : #333; }
a:focus { outline : none; }
a img { border: 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: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;
}

/*.txterror { 
	color: black; 
	font : 75%/1.7em "Lucida sans unicode", Lucida, Tahoma, Arial, sans-serif;
	}

.txtform { 
	color: black; 
	font : 75%/1.7em "Lucida sans unicode", Lucida, Tahoma, Arial, sans-serif; 
	}*/

/* ---------------------
Haut de page (#top)
--------------------- */
#top {
	width : 980px;
	margin : 0 auto 0 auto;
}
#header {
	width : 980px;
	color : #000000;
	margin : 7px auto 0px auto; 
	padding : 35px 5px 35px 5px;
	background: url("img/54onze-logo.png") no-repeat 10px 20px;
	background-color: white;
}
#header h1 { /* Titre et sous-titre du site */
	margin : 0; padding : 0 0 0 70px;
	font-weight : normal;
	letter-spacing : 1px;
	color : #333;
	display : inline;
}
#header h1 a { /* Lien du titre */
	text-decoration : none;
	color : #333;
}
#header p {
	color : #555;
	padding : 0 0 0 0px;
	margin-top: -5px;
	text-align: center;
}
#top h1 a:hover {
	color : #777;
}
ul#access {
	margin : 0 auto; padding : 0;
	width : 980px;
	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 {
	/*background : #4C4C4C url("img/menu.png") no-repeat left;*/
	/* background: #FFF url("img/menu.png") no-repeat left; */
	background-color: #FFF;
	border-bottom: 1px dotted #0099CC;
	border-top: 1px dotted #0099CC;
	/* margin : 0 0 0 0; */
	padding: 10px 5px 5px 5px;
	height : 30px;
	width : 980px;
}
#menu ul {
	margin : 0 auto;
	padding : 0;
	width : 980px;
	list-style-type : none;
}
#menu .left li {
	float : left;
}
#menu .right li {
	float : right;
}
#menu li a {
	display : block;
	padding : 1px 10px 1px 10px;
	color :  #000;
	text-decoration : none;
	font-size : 1.0em;
	letter-spacing : 1px;
	/*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: white;
	background-color: #0099CC;
}

#menu li#static-6 a{
	color: #0099CC;
}

#menu li#static-6 a.active, #menu li#static-6 a:hover{
	color: white;
}

#menu li#static-home { padding-left:0px; }
#menu li#static-home a {
	/*background : url("img/icones.png") no-repeat 0 -90px;*/
	/*padding : 4px 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 : 5px 10px 4px 18px;
	height : 16px;*/
}
#menu ul.right li a {
	/*background : url("img/icones.png") no-repeat 0 -249px;
	padding : 5px 10px 4px 18px;*/
}
#menu ul.right li a:hover {
	/*background : url("img/icones.png") no-repeat 0 -217px;
	padding : 5px 10px 4px 18px;*/
}

/* --------------------- 
Zone de contenu (#content)  
--------------------- */
#content { /* Bloc */
	width : 980px;
	background-color: white;
	padding : 5px;
	float : left;
}
#content .title { /* Titre de l'article */
	background-color: white;
	color: #0099CC;
	font-size : 1.5em;
	margin : 10px 0 0 0;
	padding : 2px 2px 2px 10px;
	letter-spacing : 1px;
	font-weight : lighter;
}
#content .title a { /* Lien sur le titre de l'article */
	color : #555;
	text-decoration : none;
}
#content .title a:hover {
	color : #777;
}
#content .post {
	background : #FFF;
	/*border : 1px solid #CCC;*/
	margin : 0px 0px 0px 0;
	clear : both;
	padding : 10px 5px 20px 10px;
}
#content .post p {
	padding : 4px 0 4px 0;
}
#content p.date {
	float : right;
	margin : -20px 0 0 0;
}
#content p.date span {
	font-size : 1.0em;
}
#content p.cat {
	float : left;
	margin : 0;
	padding : 0;
}
#content p.cat span a, #content p.cat span{ color: #66993F; }
#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 : right;
	width : 240px;
	padding : 0;
	margin : 0 -1px 0 0;
}
#sidebar div {
	margin : 0 0 0 0;
	padding : 0;
	width : 100%;
}
#sidebar h2 { /* Titre des menus de la sidebar */
	color : #333;
	font-size : 1.1em;
	margin : 0;
	padding : 6px 4px 6px 26px;
	height: 20px;
}
#sidebar ul { /* Bloc de liste */
	margin : 0 0 20px 0;
	padding : 0;
	border : 1px solid #CCC;
	border-top : none;
}
#sidebar li { /* Element de liste */
	list-style-type : none;
	padding : 6px 10px 6px 10px;
	border-top : 1px solid #C3C9D0;
}
#sidebar li a { /* Liens dans les listes */
	padding : 0;
	text-decoration : none;
	color : #333;
	display : block;
}
#sidebar .item-1 h2 { background : #B4CFE5 url("img/icones.png") no-repeat 6px -24px; }
#sidebar .item-2 h2 { background : #CDBFD9 url("img/icones.png") no-repeat 6px -184px; }
#sidebar .item-3 h2 { background : #CBD7AD url("img/icones.png") no-repeat 6px 8px; }
#sidebar .item-1 li { background : #DEEDF9; }
#sidebar .item-2 li { background : #EAE2F1; }
#sidebar .item-3 li { background : #E8EFD9; }
#sidebar .item-1 li a:hover, #sidebar .item-1 li a.active { color : #0099CC; }
#sidebar .item-2 li a:hover, #sidebar .item-2 li a.active { color : #C185F3; }
#sidebar .item-3 li a:hover { color : #89A054; }

/* ---------------------
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 .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 : 350px;
	/*float : left;*/
	
	height : 50px;
	margin : 0;
} 
#form .button{ margin : 20px 0 0 0; }
#form .button span { float: right; }
#form input[type=submit] {
	background : #EEE url("img/icones.png") no-repeat 4px -283px;
	padding : 2px 4px 2px 20px;
	height : 26px;
}
#form input[type=reset] {
	background : #EEE url("img/icones.png") no-repeat 4px -315px;
	padding : 2px 4px 2px 20px;
	height : 26px;
}

/* ---------------------
Pied de page (#footer)
--------------------- */
#footer {
	width : 980px;
	margin : 0 auto 0 auto;
	/* background : url('img/menu-2.png') no-repeat left; */
	/* background-color: fuchsia; */
	/* border-top: 1px dotted #0099CC; */
	/* padding: 5px 0px 0px 5px; */
	color : #000;
	height : 25px;
	clear: both;
}

#footer p {
	float : left;
	font-size: smaller;
	
}
#footer p.right {
	float : right;
	font-size: smaller;
}
#footer a {
	color : #000;
	text-decoration : none;
}
#footer a:hover {
	border-bottom : 1px dotted;
	text-decoration : none;
}