/*
Theme Name: Flamenca
Theme URI: http://www.flamenca.fr/
Description: Thème du site <a href="http://www.flamenca.fr/" title="Pom d'Apple">Flamenca</a>.
Version: 1.0
Author: Benjamin Bouwyn
Author URI: http://www.benjaminbouwyn.com/
*/


* {
 border:0;
 margin:0;
 padding:0;
 font-family:Helvetica, Calibri, Arial, sans-serif;
}

a {
	cursor:pointer;
}

a img {border:0;}

hr {
 border:1px solid #424240;
}




/*
Mise en forme de la page
---------------------------------------------------------------
*/
body {
 background-color:#000000;
 background-image:url(images/background.png);
 background-position:center;
 background-repeat:repeat;
 background-attachment:fixed;
}

#container {
 position:absolute;
 top:0;
 left:-400px;
 width:800px;
 height:100%;
 margin-left:50%;
 display:block;
 margin-bottom:0;
}

#header {
 width:800px;
 display:block;
 height:150px;
 background-image:url(images/header-fire.png);
 background-position:top center;
 background-repeat:no-repeat; 
}

#footer-bar {
 width:800px;
 display:block;
 margin:5px 0 0 0;
}

#footer {
 width:750px;
 margin:0 25px 3px 25px;
 color:#888888;
 text-align:center;
 font-size:10px;
 line-height:10px;
 padding:3px 0;
 border-top:1px solid #999999;
}

#footer a:link, #footer a:visited {color:#888888; text-decoration:none;}
#footer a:hover {color:#333333; text-decoration:none;}


/*
Menu
---------------------------------------------------------------
*/
.menu-ruban-left {
	position:absolute;
	top:119px;
	left:-49px;
	width:49px;
	display:block;
	height:223px;
	background-image:url(images/menu-ruban-left.png);
	background-repeat:no-repeat;
	background-position:0 0;
	z-index:99;
}

.menu-ruban-bottom {
	position:absolute;
	top:179px;
	left:0;
	width:800px;
	display:block;
	height:32px;
	background-image:url(images/menu-ruban-bottom.png);
	background-repeat:no-repeat;
	background-position:0 0;
	z-index:99;
}

.menu-ruban-top {
	position:absolute;
	top:100px;
	left:0;
	width:814px;
	display:block;
	height:79px;
	background-image:url(images/menu-ruban-top.png);
	background-repeat:no-repeat;
	background-position:0 0;
	z-index:97;
}

.menu-ruban-right {
	position:absolute;
	top:0;
	left:787px;
	width:29px;
	display:block;
	height:100px;
	background-image:url(images/menu-ruban-right.png);
	background-repeat:no-repeat;
	background-position:0 0;
	z-index:99;
}

#menu-bar {
	position: relative;
	top:-15px;
	left:0;
	width:800px;
	display:block;
	height:30px;
	z-index:98;
}

#menu {
	width:800px;
	height:30px;
	display:block; 
	margin:0;
	font-size:15px;
	line-height:15px;
	z-index:98;
}

#menu div {
	float:left;
	padding:4px 35px 0 0;
	background-color:none;
}

#menu div a {
	text-decoration: none;
}

#menu div  a:hover {
	text-decoration: none;
}

#menu div ul {
	width:150px;
	position: absolute;
	margin: 0px 0 0 0;
	padding:32px 0 0 0;
	background-color:#000000;
	background-image:url(-);
	background-position:top right;
	background-repeat:no-repeat;
	line-height:15px;
	overflow:hidden;
/*-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;*/
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	font-size:12px;
	line-height:13px;
	color:#aaaaaa;
}

#menu ul, #menu li {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	font-size:12px;
	line-height:13px;
	color:#aaaaaa;
}

#menu ul li {
	padding:0 5px 5px 5px;
	font-size:12px;
	line-height:13px;
	color:#aaaaaa;
	margin:0;
}
	
#menu ul li a {
	font-size:12px;
	line-height:13px;
	color:#aaaaaa;
	margin:0;
	text-decoration:none;
}

#menu ul li a:hover {
	color: #ffffff;
	text-decoration:none;
}


/* Champ de recherche
---------------------------------------------------*/

#search {
 position:absolute;
 top:190px;
 left:684px;
 background-color:#cbbb9d;
 width:98px;
 height:10px;
 text-aling:left;
 font-size:10px;
 line-height:10px;
 padding:2px;
 margin:0;
 color:#ffffff;
 background-image:url(images/search-bar-.png);
 background-position:left center;
 background-repeat:no-repeat;
 z-index:100;
 
	-moz-border-radius-topleft:4px;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}

#searchsubmit {
 position:absolute;
 top:190px;
 left:786px;
 background-color:#cbbb9d;
 color:#424240;
 font-size:12px;
 line-height: 12px;
 height:14px;
 padding:0;
 width:14px;
 background-image:url(images/search.png);
 background-position:center;
 background-repeat:no-repeat;
 z-index:100;
 cursor:pointer;
}



/*
Titre et corps de texte
---------------------------------------------------------------
*/
p {
 text-align: justify;
 font-size: 13px;
 line-height: 15px ;
 color: #333333;
}

p a:link, p a:visited {color:#660a14; text-decoration:underline;}
p a:hover {color:#000000; text-decoration:underline;}

h1 {
 text-align:left;
 line-height:24px ;
 font-size:23px;
 color:#b31324;
}

h1 a:link, h1 a:visited {color:#b31324; text-decoration:none;}
h1 a:hover {color:#660a14; text-decoration:underline;}

h2 {
 text-align:left;
 line-height:20px;
 font-size:19px;
 color:#b31324;
}

h2 a:link, h2 a:visited {color:#b31324; text-decoration:none;}
h2 a:hover {color:#660a14; text-decoration:underline;}

h3 {
 text-align:left;
 line-height:17px ;
 font-size:16px;
 color:#b31324;
}

h3 a:link, h3 a:visited {color:#b31324; text-decoration:none;}
h3 a:hover {color:#660a14; text-decoration:underline;}

h4 {
 text-align:left;
 line-height:14px;
 font-size:13px;
 color:#b31324;
}

h4 a:link, h4 a:visited {color:#b31324; text-decoration:none;}
h4 a:hover {color:#660a14; text-decoration:underline;}

h5 {
 line-height:11px ;
 font-size:10px;
 color:#b31324;
}

h5 a:link, h5 a:visited {color:#b31324; text-decoration:none;}
h5 a:hover {color:#660a14; text-decoration:underline;}

h6 {
 line-height:8px;
 font-size:7px;
 color:#b31324;
}

h6 a:link, h6 a:visited {color:#b31324; text-decoration:none;}
h6 a:hover {color:#660a14; text-decoration:underline;}

ol {
	font-size:13px;
	line-height:15px;
	color: #333333;
	margin:5px 0;
}

ul {
	font-size:13px;
	line-height:15px;
	color: #333333;
	margin:5px 0;
}

li {
	font-size:13px;
	line-height:15px;
	color: #333333;
	margin:0 0 0 35px;
	list-style-type:disc;
}

ol a:link, ol a:visited, ul a:link, ul a:visited, li a:link, li a:visited {color:#333333; text-decoration:underline;}
ol a:hover, ul a:hover, li a:hover {color:#000000; text-decoration:underline;}

.left {
 float:left;
}

.right {
 float:right;
}



/*
Contenaire
---------------------------------------------------------------
*/
#page {
	padding:32px 0 0 0;
	margin:0;
	width:800px;
	background: #ffffff;
	display:block;
	background-image:url(images/shadow.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

#content {
	margin:0 0 0 250px;
	width:550px;
	display:block;
}

#content p {
 padding:5px 15px;
}

#content p a:link, #content p a:visited {text-decoration:underline;}
#content p a:hover {text-decoration:underline;}

#content h1, #content h2, #content h3, #content h4 {
 padding:5px 15px 0 15px;
}

#content h5, #content h6 {
 padding:0 15px;
}



/*
post
---------------------------------------------------------------
*/

.post-title { /* defini par h1 */
 display:block;
 text-align:left;
 border-bottom:1px solid #b31324;
}

.post-title a:link, .post-title a:visited {text-decoration:none;}
.post-title a:hover {text-decoration:none;}

.post-subtitle { /* defini par h5 */
 display:block;
 text-align:left;
}

.entry {
 margin:10px 0 30px 0;
 overflow: hidden; 
}

.entry-content {
 margin:0;
}

.entry img {
 display: block;
 margin:5px;
 padding:7px;
 background-color:#ffffff;
 border:1px solid #aaaaaa;
}

.entry .left {
 float:left;
 margin:0 5px 5px 10px;
}

.entry .right {
 float:right;
 margin:0 10px 5px 5px;
}

.postbox { /* defini par un h5 */
	display:block;
	margin:5px 15px 10px 15px;
	padding:15px 0;
 	background-color:#cbbb9d;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}




/*
Archives
---------------------------------------------------------------
*/
.consult {
	width:95px;
	margin:0 15px;
 text-align:left;
 line-height:13px ;
 font-size:13px;
 
/*  background-color:#b31324;
 border:1px solid #660a14;
 color:#e8e2dc;*/
 
/*  background-color:#e8e2dc;
  border:1px solid #660a14;*/
 color:#b31324;
 
/* padding:4px;
 	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;*/
}

.consult a:link, .consult a:visited {color:#b31324; text-decoration:none;}
.consult a:hover {color:#660a14; text-decoration:none;}



/*
suivant et precedent
---------------------------------------------------------------
*/
#post_nav {
 height:20px;
 padding:4px 15px;
 text-align:left;
 line-height:12px ;
 font-size:12px;
 color:#000000;
}

#post_nav a:link, #post_nav a:visited {color:#000000; text-decoration:none;}
#post_nav a:hover {color:#333333; text-decoration:underline;}

#post_nav .back {
 display:block;
 float:left;
}

#post_nav .fwrd {
 display:block;
 float:right;
}




/*
Commentaires
---------------------------------------------------------------
*/
.postbox-titre {
 text-align:left;
 line-height:20px;
 font-size:19px;
 color:#b31324;
 padding:0 15px;
}

.postbox-titre a:link, .postbox-titre a:visited {color:#b31324; text-decoration:none;}
.postbox-titre a:hover {color:#660a14; text-decoration:underline;}

.comment {
	margin:10px 15px;
	background:#ffffff;
 	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px; 
}

.comment-nom {
	padding:5px 15px 0 15px;
	text-align:left;
	line-height:17px ;
	font-size:16px;
	color:#b31324;
}

.comment-nom a:link, .comment-nom a:visited {color:#b31324; text-decoration:none;}
.comment-nom a:hover {color:#660a14; text-decoration:underline;}

.comment-text {
 text-align: justify;
 font-size: 13px;
 line-height: 15px ;
 color: #333333;
}

.comment-text a:link, .comment-text a:visited {color:#660a14; text-decoration:underline;}
.comment-text a:hover {color:#000000; text-decoration:underline;}

.ucomment {
}

.mcomment {
}

.tcomment { /* défini par h5 */
 background:#eeeeee;
 margin:5px 10px 0 5px;
}

.moderation {
	display:block;
	color:#ffffff;
	margin:0 15px 5px 15px;
	padding:5px;
	font-size:14px;
	background:#b31324;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px; 
}



/* AddComment Comment Adding Form Style code
--------------------------------------------------*/   
.ad-comm-titre {
 text-align:left;
 line-height:16px;
 font-size:15px;
 color:#b31324;
 padding:0 15px;
}

.ad-comm-titre a:link, .ad-comm-titre a:visited {color:#b31324; text-decoration:none;}
.ad-comm-titre a:hover {color:#660a14; text-decoration:underline;}

.form-item {
	margin-top:5px;
	margin-left:5px;
	width:155px;
	float:left;
}

.form-item label {
 text-align:left;
 line-height:14px;
 font-size:13px;
 margin:0 5px 0 10px;
 color:#333333;
}

.postbox .desc {
 line-height:9px;
 font-size:9px;
 color:#333333;
 width:160px;
 margin:0 5px 0 10px;
}

.postbox textarea {
 width:450px;
 font-size:13px;
 line-height:20px;
 margin:5px 15px 5px 15px;
 height:190px;
 padding:5px;
 color:#333333;
 background-color:#ffffff;
 border:1px solid #333333;
 	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px; 
}

.postbox #comment-name {
 background-color:#ffffff;
 height:20px;
 text-aling:left;
 font-size:13px;
 line-height:20px;
 margin:0 5px 0 10px;
 color:#333333;
 border:1px solid #333333;
 width:150px;
 	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px; 
}

.postbox #comment-email {
 background-color:#ffffff;
 height:20px;
 text-aling:left;
 font-size:13px;
 line-height:20px;
 margin:0 5px 0 10px;
 color:#333333;
 border:1px solid #333333;
 width:150px;
 	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px; 
}

.postbox #comment-url {
 background-color:#cccccc;
 height:20px;
 text-aling:left;
 font-size:13px;
 line-height:20px;
 margin:0 5px 0 10px;
 color:#333333;
 border:1px solid #333333;
 width:150px;
 	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px; 
}

#comment-submit {
 background-color:#b31324;
 border:1px solid #660a14;
 color:#e8e2dc;
 font-size:14px;
 line-height: 14px;
 padding:5px;
 	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px; 
	cursor:pointer;
}

.nocomments {
 font-weight:bold;
 color:#424240;
}




/*
Autre
---------------------------------------------------------------
*/

small {
 font-family: verdana,Arial,Helvetica,sans-serif;
 font-size: 1em;
 line-height: 1.5em;
 color: #666;
 padding: 5px 0;
}


small a {
 color: #999;
 text-decoration:underline;
}



/*
paragraphs, lists, blockquote  etc
---------------------------------------------------------------
*/

blockquote {
 margin:0;
 font-style:italic;
 background-image:url(images/quote.png);
 background-position:left top;
 background-repeat:no-repeat; 
 padding:7px 10px 7px 35px;
}

pre {
 overflow:auto;
 margin:0 0 18px 0;
 padding:4px;
 border:1px dashed #CCCCCC;
}

pre, code, kbr {
 font-family: Courier, Monaco, monospace;
}

abbr, acronym {
 font-size:12px;
 cursor:help;
}





/*
Sidebar
---------------------------------------------------------------
*/

#sidebar {
	float:left;
	margin:0;
	width:250px;
	display:block;
	text-align:center;
}

#sidebar p {
	text-align:center;
}

#sidebar img {
	margin:0 auto;
}



/*
Lightbox jquery
---------------------------------------------------------------
*/
#gallery img {
	float:left;
	display:inline;
	margin:10px;
}

#gallery {
line-height:0;
font-size:0;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 190;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 110;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	background: transparent url(___just-anything-here.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}




/* sidebar
--------------------------------------------------*/
/*#sidebar_l {
 position:absolute;
 top:0;
 left:21px;
 width:175px;
 display:block;	
 text-align:left;
 background-color:#e8e2dc;	
}

#sidebar_l ul {
 list-style-type:none;
 margin:0;
 padding:0;
 border:0;
}

#sidebar_l li {
 list-style-type:none;
 margin:0;
 border:0;
 padding:0 12px 7px 12px;
 font-size: 12px;
 line-height: 14px;
 color: #424240;
 background-image:url(images/arrow-l.png);
 background-position:left top;
 background-repeat:no-repeat;
}

#sidebar_l li a:link, #sidebar_l li a:visited {color:#424240; text-decoration:none;}
#sidebar_l li a:hover {color:#000000; text-decoration:none;}

#sidebar_r {
 position:absolute;
 top:0;
 left:746px;
 width:175px;
 display:block;
 background-color:#e8e2dc;
 text-align:right;
}

#sidebar_r ul {
 list-style-type:none;
 margin:0;
 padding:0;
 border:0;
}

#sidebar_r li {
 list-style-type:none;
 margin:0;
 border:0;
 padding:0 12px 7px 12px;
 font-size: 12px;
 line-height: 14px;
 color: #424240;
 background-image:url(images/arrow-r.png);
 background-position:right top;
 background-repeat:no-repeat;
}

#sidebar_r li a:link, #sidebar_r li a:visited {color:#424240; text-decoration:none;}
#sidebar_r li a:hover {color:#000000; text-decoration:none;}

#sidebar_l-index {
 height:250px;
 position:absolute;
 top:0;
 left:21px;
 width:330px;
 display:block;	
 text-align:left;
 background-color:#84b800;
 background-image:url(images/sidebar-news.png);
 background-position:right bottom;
 background-repeat:no-repeat;
 overflow: hidden; 	
}

#sidebar_l-index li {
 list-style-type:none;
 margin:0;
 border:0;
 padding:0 12px 7px 12px;
 font-size: 12px;
 line-height: 14px;
 color:#ffffff;
 background-image:url(images/arrow-w.png);
 background-position:left top;
 background-repeat:no-repeat;
}

#sidebar_l-index li a:link, #sidebar_l-index li a:visited {
 color:#ffffff;
 text-decoration:none;
}
#sidebar_l-index li a:hover {
 color:#dddddd;
 text-decoration:none;
}

#sidebar_l-index ul {
 list-style-type:none;
 margin:0;
 padding:0;
 border:0;
}

#sidebar_l-index2 li, #content-index2 li {
 list-style-type:none;
 margin:0;
 border:0;
 padding:0 12px 7px 12px;
 font-size: 12px;
 line-height: 14px;
 color: #424240;
 background-image:url(images/arrow-l.png);
 background-position:left top;
 background-repeat:no-repeat;
}

#sidebar_l-index2 li a:link, #sidebar_l-index2 li a:visited, #content-index2 li a:link, #content-index2 li a:visited {
 color:#424240;
 text-decoration:none;
}

#sidebar_l-index2 li a:hover, #content-index2 li a:hover {
 color:#000000;
 text-decoration:none;
}


#sidebar_r-index {
 height:450px;
 position:absolute;
 top:0;
 left:687px;
 width:234px;
 display:block;
 text-align:center;
 font-size: 12px;
 line-height: 14px;
 background-color:#e8e2dc;
 background-image:url(images/bottom-box-index.png);
 background-position:left bottom;
 background-repeat:no-repeat; 
}

#sidebar_r-index ul, #sidebar_r-index2 ul {
 list-style-type:none;
 margin:0;
 padding:0;
 border:0;
}

#sidebar_r-index li, #sidebar_r-index2 li {
 list-style-type:none;
 margin:0;
 border:0;
 padding:0 12px 7px 12px;
 font-size: 12px;
 line-height: 14px;
 color: #424240;
 background-image:url(images/arrow-r.png);
 background-position:right top;
 background-repeat:no-repeat;
}

#sidebar_r-index li a:link, #sidebar_r-index li a:visited, #sidebar_r-index2 li a:link, #sidebar_r-index2 li a:visited {
 color:#424240;
 text-decoration:none;
}
#sidebar_r-index li a:hover, #sidebar_r-index2 li a:hover {
 color:#000000;
 text-decoration:none;
}

#sidebar_l-index2 {
 height:100%;
 position:absolute;
 top:0;
 left:21px;
 width:333px;
 display:block;	
 text-align:left;
 background-color:#ffffff;
}*/


/* Formulaire de contact
--------------------------------------------------*/   
.formcontainer p {
 padding:0;
 margin:0 10px 0 10px;
}

.formcontainer .information {
 color:#ff0000;
}

.formcontainer .important {
 color:#ff0000;
}

.formcontainer .error {
 color:#ff0000;
}

.required {
 color:#ff0000;
}

.formcontainer .form-label {
 text-align:left;
 line-height:14px;
 font-size:13px;
 margin:3px 5px 0 10px;
 color:#424240;
}

.formcontainer .form-option {
 text-align:left;
 line-height:14px;
 font-size:13px;
 margin:0 5px 0 5px;
 color:#424240;
}


.formcontainer legend {
 text-align:left;
 line-height:12px;
 font-size:12px;
 color:#ffffff;
 padding:10px 10px 5px 10px;
}

.formcontainer textarea {
 width:450px;
 font-size:13px;
 line-height:20px;
 margin:5px 10px 5px 10px;
 height:190px;
 padding:5px;
 background-color:#ffffff;
 border:1px solid #424240;
 background-image:url(images/comment.png);
 background-position:right bottom;
 background-repeat:no-repeat;
}

.formcontainer #ec_message {
 color:#424240;
 text-aling:left;
 font-size:13px;
 line-height:20px;
}

.formcontainer #ec_name, .formcontainer #ec_email, .formcontainer #ec_url, .formcontainer #ec_subject, .formcontainer #ec_challenge_a, .formcontainer #ec_math_a, .formcontainer #ec_option_cc {
 background-color:#ffffff;
 height:20px;
 text-aling:left;
 font-size:13px;
 line-height:20px;
 margin:0 5px 0 10px;
 color:#424240;
 border:1px solid #333333;
 	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}

.formcontainer #ec_name {
 width:150px;
}

.formcontainer #ec_email {
 width:180px;
}

.formcontainer #ec_url {
 width:210px;
}

.formcontainer #ec_subject {
 width:240px;
}

.formcontainer #ec_challenge_a {
 width:50px;
}

.formcontainer #ec_math_a {
 width:50px;
}

.formcontainer .button {
 background-color:#b31324;
 border:1px solid #660a14;
 color:#e8e2dc;
 font-size:14px;
 line-height: 14px;
 padding:5px;
 	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px; 
	cursor:pointer;
}

.formcontainer .form-submit{
 padding:5px 10px;
}

