/*
Theme Name: Caentum of VICE
Theme URI: http://www.caentumofvice.fr/
Description: Theme Caentum of VICE
Version: Janvier 2010
Author: Nicolas Renous
Author URI: http://nicolasrenous.fr

*/

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
:focus {
	outline: 0;
}


/* **************************
	HTML & BODY
*************************  */
body {
	font-size: 72.5%;
	font-family: Arial, Verdana, FreeSans, sans-serif;
	background: #820E0E url(images/page/fond.jpg) repeat-x ;
	color: #333;
	text-align: center;
	line-height: 1;
	padding: 20px 0;
}


/* **************************
	BLOCS
*************************  */
#page {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 10px;
	text-align:left;
	background: #fff url(images/page/haut.jpg) no-repeat ;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:8px solid #000;
	border-left:1px solid #000;
}
#content {
	float:left;
	width:650px;
	padding:10px 0 10px 0;
	clear:both;
	overflow:hidden;
}
#sidebar {
	float:right;
	width:320px;
	margin-top:10px;
}


/* **************************
	HTML & CLASSES
*************************  */	
a, a:visited{
	color: #06c;
	text-decoration: none;
}
a:hover  {
	color: #147;
	text-decoration: underline;
}
a:focus {
	outline: 1px dotted invert;
	color:#FFA800;
}
a img {
	border: none;
}
acronym, abbr, span.caps {
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
}
acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}
blockquote {
	margin:14px 10px;
	padding:10px 15px 10px 40px;
	border-top:1px dotted #ddd;
	border-right:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
	border-left: 2px solid #ddd;
	font-size:1em;
	line-height:1.4em;
	background:url(images/elts/quote.gif) no-repeat 4px 4px #F7F7F7;
	color: #666;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
	font: 1em 'Courier New', Courier, Fixed;
	border:1px dotted #cdcdcd;
	text-align:left;
	overflow:auto;
	margin:14px 0;
	padding:10px;
	display:block;
	background:#FBFBFB;
	color:#4E65D9;
}
del {
	text-decoration: line-through;
}
h1, h2, h3 {
	font-weight: bold;
	padding:10px 0;
}
h1 {
	font-size: 2em;
}
h2{
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}
hr{
	color: #dcdcdb;
	background-color: #dcdcdb;
	height: 1px;
	border: 0px;
}
img {
	padding: 0;
}
img.centered {
	display: block;
	margin: 10px auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
ins {
	text-decoration: none;
}
p img {
	padding: 0;
	max-width: 100%;
}
pre {
	overflow:scroll;
	padding:7px 10px;
	margin:4px 0;
	font-size:14px;
}
select {
	width: 130px;
}
small, blockquote, strike {
	color: #777;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}	
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#content table th {
	text-align: left;
	padding: 5px 8px;
	border: 1px solid #d9d9d9;
	background: #ebebeb;
	font-weight:bold;
}
#content table td {	
	border: 1px solid #d9d9d9;
	padding: 5px 4px;
	vertical-align:top;
}
ol {
	list-style: decimal;
}
ul {
	list-style: circle;
}
.cadre{
	padding: 2px !important;
	border:1px solid #d5d5d5;
}
#text_field, #text_area {
	border:1px solid #C5C5C5;
	background:#fff;
	padding:4px 5px;
    width:380px;
}
#text_field:hover, #text_area:hover {
	border:1px solid #A1A1A1;
}
#text_area {
	height:180px;
}
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
img.centered, img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
	padding: 0px;
	margin: 0 0 2px 5px;
	display: inline;
}
img.alignleft {
	padding: 0px;
	margin: 0 5px 2px 0;
	display: inline;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   border-radius: 3px; 
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 5px 4px 2px 4px;
   margin: 0;
   text-align:center;
}
.nuagetags {
	padding:10px;
	text-align:center;
	line-height:2.2em;
}
.wp-smiley {
    vertical-align:middle;
}
.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.attachment {
	text-align: center;
	margin: 5px 0px;
}


/* **************************
	HEADER
*************************  */
#header {
	background: #820E0E url(images/page/header.jpg) no-repeat;
	padding: 0;
	height: 160px;
	color:#fff;
	position:relative;
}
#header h1 {
	display:none;
}
#linkhome {
	width:980px;
	height:140px;
	display:block;
	position:absolute;
	top:0;
	left:0;
}
#menucats {
	height:26px;
	width:980px;
	background: transparent url(images/page/menucats.png) repeat-x;
	font-family:Arial;
	overflow:hidden;
	margin:0;
	padding:0;
	position:absolute;
	bottom:0px;
}
#menucats ul {
	margin:0;
	padding: 0px;
	list-style: none;
}
#menucats ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	height:26px;
	list-style: none;
}
#menucats ul li.back {
	background:#C90000;
    width: 9px;
	height: 26px;
	z-index: 8;
	position: absolute;
}
#menucats a, #menucats a:visited,  #menucats a:active {
	color: #FFFFFF;
	display: block;
    font-weight: bold;
	padding: 6px 6px;
	margin: auto 4px;
	font-size:12px;
	font-family:Arial;
	border: none;
	overflow: hidden;
	position: relative;
	text-align: center;
	letter-spacing: 0;
	z-index: 10;
	text-decoration: none;
	outline: none;
}
#menucats a:hover {
	text-decoration: none;
	border: none;
}



/* **************************
	SIDEBAR
*************************  */
#sidebar .widget {
	clear:both;
	padding:10px;
	margin:0 0 10px 0;
	border:1px solid #DDD;
	background:#fff url(images/cadres/top-320.gif) repeat-x;
	width:300px;
}
h2.widgettitle, ul.tabNav {
	font-size: 1.2em;
	color:#444;
	border-bottom:1px solid #ddd;
	margin:0 0 14px 0;
	padding:4px 4px 6px 4px;
	font-weight:bold;
}	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar p, #sidebar select {
	margin: 5px 0 8px;
	line-height:1.2em;
}
#sidebar  ul, #sidebar  ol {
	margin: 2px 0 0 1px;
}
#sidebar  ul ul, #sidebar  ol  ol{
	margin: 0 0 0 10px;
}
#sidebar  ul li, #sidebar  ol li {
	margin: 3px 0 0;
}
#sidebar  ol li {
	list-style: decimal;
}
#sidebar  ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 4px;	
}

.listeAvecImages li{
	background: transparent url(images/elts/sidebar-li.jpg) no-repeat 0 6px;
	padding:2px 4px 2px 12px;
	line-height:15px;
}

#sidebar .widget-2-cols-top {
	position:relative;
	height:255px;
	margin:0 0 10px 0;
}
#sidebar .widget-2-cols-top .gauche {
	position:absolute;
	top:0px;
	left:0px;	
	background:#fff url(images/cadres/top-138.gif) repeat-x;
	border:1px solid #DDD;
	width:118px;
	padding:10px;
	height:233px;
}
#syndicate ul {
	list-style-type: none;
	list-style-image: none;
	margin:4px 8px;
	padding:0 !important;
	width:120px;
}
#syndicate li {	
	width:56px;
	float:left;
}
#infobox {
	clear:both;
	text-align:center;
	padding:18px 0 !important;
}
#radio {
	position:absolute;
	top:0px;
	right:0px;
}

.error_message{margin-bottom:12px !important; padding:3px; border:1px solid #B36462; color:#B36462; background-color:#EEDBDB;}				

#input_area {
	border:1px solid #D5D5D5;
	background:#E7E7E7;
	padding:2px 6px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
.sb_input {
	width:260px;
	padding:2px;
	margin:6px 4px 12px 4px;
}
#sb_smiles{margin-top:4px; display:none;}
#sb_messages{padding:2px; overflow:auto; height:180px;text-align:left;}
#sb_showsmiles{cursor:pointer;}
#input_area{display:none;text-align:left;}
#input_area  {
		margin-top:8px;
}


#blocCompteur {
	background:red url(images/compteRebours.jpg) no-repeat;
	height:46px;
	width:280px;
	padding:86px 0 0 20px;
}
#blocCompteur {
	color:#fff;
	font-weight:bold;
	font-size:18px;
}

#sidebar table.partenaires td{
	border: none !important;
	padding: 2px 3px !important;
	margin: 0 !important;
}
#sidebar .partenaires img {
	padding:2px;
	border:1px solid #fff;
}
#sidebar .partenaires img:hover {
	border:1px solid #D5D5D5;
}


.tabNav {
	height:25px;
}
.tabNav li {
	float:left;
	padding:5px 7px !important;
	border-top:1px dotted #ddd !important;
	border-left:1px dotted #ddd !important;
	border-right:1px dotted #ddd !important;
	border-bottom:1px solid #ddd !important;
	background: #EEE !important;
	color: #000 !important;
	cursor:pointer;
	margin:0 0 0 8px !important;
}
.tabNav li :hover a{
	color: #0066FF !important;
}
.tabNav li.actif{
	border-top:1px solid #ddd !important;
	border-left:1px solid #ddd !important;
	border-right:1px solid #ddd !important;
	border-bottom:1px solid #fff !important;
	background: #FFF !important;
	color: #333 !important;
}
.tabNav img{
	float:left;
	margin: 1px 4px 0 0!important;
}
.tabCont{
	clear:both;
}
div.tabCont div.tab { display: none; }
div.tabCont div.actif { display: block; }
.tabCont ul {
	margin: 14px 4px 0 4px !important;
}
.tabCont ul li {
	margin: 0 0 6px 12px !important;
	list-style-type: circle !important;
	list-style-image: none;
	line-height:1.4em;
}


#sidebar .widget-2-cols .gauche {
	background:#fff url(images/cadres/top-170.gif) repeat-x;
	border:1px solid #DDD;
	width:150px;
	padding:10px;
	margin-bottom:10px;
	margin-right:130px;
}
#sidebar .widget-2-cols  .droite {
	float:right;
	margin-right:-2px;
	background:#fff url(images/cadres/top-140.gif) repeat-x;
	border:1px solid #DDD;
	width:120px;
	padding:10px;
	margin-bottom:10px;
}
#sidebar .archivesstats div {
	height: 86px;
}
#sidebar .tag-cloud {
	text-align:center;
	margin: 0 0 14px 0;
}

#sidebar .blogroll h2{
	font-size:1.1em;
	margin:0 !important;
	padding:0 !important;
	font-weight:bold;
}
#sidebar .blogroll ul{
	margin: 10px 0 18px 0 !important;
}
#sidebar .blogroll ul li{
	font-size:0.9em;
}
/* **************************
	SEARCH
*************************  */

.noresult {
	text-align:center;
}
.noresult #searchform {
	margin:20px 0;
	text-align:center;
}
.noresult p {
	margin:10px 0;
}

#sidebar #searchform {
	margin: 0;
	background:url(images/search-box.gif) 0 0 no-repeat;
	padding:0 !important;
	width:300px;
	height:31px;
}
#sidebar #searchsubmit {
	color:#777;
	float:right;
	margin:5px 5px 0 0;
	background:none;
	font-weight:bold;
	border:0 !important;
	cursor:pointer;
	font-size:1.2em;
}
#sidebar #s {
	width:240px;
	float:left;
	padding:0 0 0 5px;
	margin:7px 0 0;
	height:20px;
	border:0 !important;
	background:none;
}
#content #searchform  #s{
	padding:5px 10px;
	width:200px;
}
#content #searchform  #searchsubmit{
	padding:5px 10px;
}

/* **************************
	POSTS & ENTRIES
*************************  */	

.post, .noresult, .subscription-manager, #related-post, .cadrecontent, .cadrepub{
	margin: 0 0 10px 0 !important;
	text-align: left;
	background:#fff url(images/cadres/top-648.gif) repeat-x;
	padding:10px  !important;
	width:628px  !important;
	border:1px solid #DDD;
	font-size:1.1em;
	line-height: 1.5em;
	position:relative;	
}
.cadrepub {
	text-align:center !important;
}
.entry {
	margin-top:14px;
}
.entry a, .entry a:visited, .entry a:active {
	color:#0066CC;
	font-weight:bold;
}
.entry a:hover {
	color:#1E4274;
}
.entry a:focus {
	outline: 1px dotted invert;
	color:#FFA800;
}
.entry h1 {
	font-size:1.5em;
	padding:7px 3px 8px 3px;	
	margin:8px 0;
}
.entry h2 {
	font-size:1.4em;
	padding:6px 3px 4px 3px;
	border-bottom:1px solid #EAEAEA;
	margin:6px 0;
}
.entry h3 {
	font-size:1.3em;
	padding:5px 3px 6px 3px;
	margin:3px 0;
}
.entry h4 {
	font-size:1.2em;
	padding:4px 3px 5px 3px;
	margin:2px 0;
}
.entry h5 {
	font-size:1.1em;
	padding:3px 3px 4px 3px;
	margin:1px 0;
}
.entry h6 {
	font-size:1em;
	padding:2px 3px 3px 3px;
}
.entry fieldset {
	border:1px solid #EAEAEA;
	padding:0 10px 10px;
}
.entry fieldset legend{
	border:1px solid #EAEAEA;
	padding:2px 7px;
	margin:7px 0;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
.entry p {
	text-align:justify;
	margin:8px 0;
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.entry ul {
	list-style-type: circle;
	padding: 0;
	margin: 0 10px 0 28px;
}
.entry ul li {
	margin: 0 0 6px 0;
}

h1.titrecontent {
	color: #999999;
	font-weight: normal;
	text-align: center;
	font-family: 'Trebuchet MS','Lucida Grande',Arial,Verdana,Sans-Serif;
	margin: 0 0 10px 0;
	background:#fff url(images/cadres/top-648.gif) repeat-x;
	padding:10px;
	border:1px solid #DDD;
	font-size:1.8em;

}
h1.titrecontent a, h1.titrecontent a:visited {
	font-size: 12px;
}
h1.titrecontent a:hover {
	text-decoration:underline;
}

h2.pagetitle {
	font-size: 1.8em;
	border-bottom: 1px solid #eae9e4;
	margin-bottom: 20px;
	padding: 16px 0px;
	color: #999999;
	font-weight: normal;
	text-align: center;
	font-family: 'Trebuchet MS','Lucida Grande',Arial,Verdana,Sans-Serif;
}


.post-title {
	padding:6px 0 1px 0 !important;
	font-size:1.6em;
	margin-left:42px;
}
.post-title a, .post-title a:visited {
	color:#000;
}
.post-title a:hover {
	color:#0066FF;
	text-decoration:none;
}
.datetitle {
	float:left;
	font-family: Century Gothic, Lucida Grande, Tahoma, Sans Serif;
	text-align: center;
	margin: -21px 0 0 0;
	padding: 1px 2px 2px 1px;
	height: 35px;
	background:url(images/elts/datetitle.jpg) no-repeat 0 0;
	width: 32px;
	
}
.datetitle .mois {
	font-size: 14px;
	font-weight:bold;
	line-height: 12px;
	color: #006699;
	text-transform: uppercase;
	font-weight:bold;
	width: 32px;
	text-align:center;
	padding: 1px 0 0 0px;
	margin: 0;
}
.datetitle .jour {
	font-size: 22px;
	line-height: 20px;
	font-weight:bold;
	color: #003366;
	letter-spacing: 1px;
	padding: 1px 0 0 2px;
	margin: 0;
	text-align:center;
}

.postmetadata {
	padding: 0px 0 6px 44px !important;	
	margin:0 0 12px 0px !important;
	word-spacing:1px;
	color: #858585;
	font-size:0.9em !important;
	border-bottom:1px solid #ddd;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.comments-link {
	background:url(images/elts/commentaire.png) no-repeat left 2px ;
	padding-left:15px;
}
.postinfoco  {
	font-size:0.9em;
	border-top:1px solid #ddd;
	color: #777;
	line-height:1.3em;
	padding:10px 0 0 0;
	text-align:justify;
	margin-top:20px;
}
.tags-title {
	margin:1px 0 0 0 !important;
	padding:2px 7px 0px 20px;
	font-weight:bold;
	font-size:1em;
	background:url(images/elts/tag.png) no-repeat 0px 7px ;		
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}
.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	height:24px;
	font-weight:bold;
}

.more-link {
	text-align:left;
	background: transparent url(images/elts/read-it.png) no-repeat;
	display:block;
	margin-top:20px;
	padding:1px 10px 1px 10px;
	height:21px;
	width:150px;
	font-weight: bold;
	font-size:11px;
	color:#565656 !important;
}
.more-link:hover {
	color:#0066FF;
}
.addtoany_share_save_container {
	position:absolute;
	bottom:-13px;
	right:2px;
}

#related-post ul {
	margin:10px 20px;
	list-style-type:circle;
}
#related-post ul  li{
	padding:4px 0px;
}
#related-post ul  li a{
	font-weight: bold;
}

.subscription-manager .options {
	padding:10px 20px;
}
.subscription-manager legend {
	font-weight:bold;
	padding:20px 0 0px 0;
	border-bottom:1px solid #ddd;
	font-size:1.2em;
}
.subscription-manager p, .subscription-manager ul {
	margin:8px 0;
}

.audioplayer_container {
	margin:20px auto !important;
	width:450px !important;
}

/* **************************
	ACCUEIL MAGAZINE
************************** */


.cadre-2-cols-home {
	position:relative;
}
.cadre-2-cols-home .gauche {
	float:left;
	width:180px;
	padding:0px;
}
.cadre-2-cols-home .gauche .cadregauche {
	background:#fff url(images/cadres/top-180.gif) repeat-x;
	border:1px solid #DDD;
	width:160px;
	padding:10px;
	margin-bottom:10px;
}
.cadre-2-cols-home .gauche ul.articlesanterieurs{
	margin: 14px 2px 0 2px !important;
}

.cadre-2-cols-home .gauche ul.articlesanterieurs li {
	margin: 0 0 6px 10px !important;
	list-style-type: circle !important;
	list-style-image: none;
	line-height:1.4em;
}
.wp-polls-ul {
	margin:6px 0 !important;
	padding:0 !important;
}
.wp-polls-ul li {
	margin: 0 0 !important;
	padding: 4px 0 !important;
}

.cadre-2-cols-home .droite {
	background:#fff url(images/cadres/top-458.gif) repeat-x;
	border:1px solid #DDD;
	padding:10px;
	float:right;
	width:438px;
}
div.postmag {
	clear:both;
	margin:0 0 18px 0;
	font-size:1.1em;
	line-height: 1.5em;
	text-align: justify;
	background:#fff;
	padding:0px 4px;
	overflow:hidden;
}
.postmag-title {
	margin:0 !important;
	padding:0 !important;
	font-size:1.1em;
	line-height:1em;
}
.postmag-title a, .postmag-title a:visited  {
	color:#333;
	padding:0;
	margin:0;
}
.postmag-title a:hover {
	color: #2255aa;
	text-decoration: none;
}
p.postmagmetadata {
	font-size:0.9em;
	color:#B5B5B5;
	margin: 0 !important;
	padding: 0 !important;
}
a.commag {
	background:url(images/elts/commag.png) 0 0px no-repeat;
	padding:0 0 0 15px;
}
p.postmagmetadata a, p.postmagmetadata a:visited {
	color:#B5B5B5;
}
p.postmagmetadata a:hover {
	text-decoration:none;
	color: #2255aa;
}
div.postmag p {
	margin:0;
	padding:0;
}
span.vignette img {
	padding:2px;
	border:1px solid #d5d5d5;
	background:#fff;
	margin:8px 10px 0px 0!important;
	width:110px;
	height:auto;
}


.magsuite {
	font-size:0.9em;
	color:#B5B5B5;
	margin-top:2px;
}

.postmag .day-date {
	text-align: center;
	font-weight:bold;
	font-size:1.2em;
	text-transform:capitalize;
	cursor:help;
	background:#E0E0E0;
	color:#fff;
	border:none;
	padding:3px 0;
	margin:0 0 14px 0;
}
.adsensemag {
	text-align:center;
	margin-bottom:17px;
}

/* **************************
	PAGINATION
*************************  */	

div.pagination {
	padding: 6px;
	margin: 6px;
	text-align:center;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #9AAFE5;
	text-decoration: none; /* no underline */
	color: #105CB6;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #2E6AB1;
	color: #000033;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #2E6AB1;
	font-weight: bold;
	background-color: #2E6AB1;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #DDDDDD;
	color: #999999;
}

/* **************************
	COMMENTAIRES
*************************  */	


.commentlist {
	padding: 0;
	text-align: left;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.comment {
	border: 1px solid #ddd;	
    border-radius: 5px;
	margin:0 0 10px 0 !important;
	padding: 10px;
}
.alt {
	background-color: #EDEDED;
}
.even {
	background-color: #fff;
}
.nbcom {
	font-weight:bold;
	font-size:1.4em;
	float:right;
	color:#CECECE;
}
.nbcom a, .nbcom a:visited {
	color:#CECECE;
}
.nbcom a:hover {
	color:#999;
	text-decoration: none;
}
.commentlist .comment-author {
	font-weight: bold;
	font-style: normal;
	font-size: 1.4em !important;
	margin:0 !important;
	padding:0 !important;
}
.commentmetadata {
	font-weight: normal;
}
.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
	font-size:0.9em;
}
.commentmetadata  a{
	color: #717171;
}
.commentmetadata  a:hover {
	color:#0066FF;
}
.comment blockquote {
	margin:14px 0 !important;
	padding:2px 7px !important;
	border:1px solid #ddd !important;
	font-size:0.9em !important;
	line-height:1.3em !important;
	background:#f7f7f7 !important;
}
.commentaire code {
	color: #777 !important;
	font-style:italic;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.4em;
	text-transform: none;
	margin: 10px 5px 10px 0;
}

/* **************************
	COMMENT FORMS
*************************  */	
#author, #email, #url, #comment {
	padding:5px 5px;
	border:1px solid #ddd;	
	font-size:15px !important;
	font-family: Arial, Verdana, Sans-Serif;	
}
#author:hover, #email:hover, #url:hover, #comment:hover {
	border:1px solid #B4B4B4;
}
#author, #email, #url {
	width: 230px;
	padding: 4px 2px 4px 40px;
	margin: 5px 5px 1px 0;
}
#author {
	background:#fff url(images/form/author.png) no-repeat left 50%;
}
#email {
	background:#fff url(images/form/email.png) no-repeat left 50%;
}
#url {
	background:#fff url(images/form/url.png) no-repeat left 50%;
}
#comment {
	width: 614px;
	background:#fff;
	margin:0 0 10px 0;
}
#commentform p {
	margin: 5px 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform #submit {	
	padding:4px 20px;
}
.controles {
	text-align:center;
	padding:4px 0 0 0; 
}
.controles  img{
	margin-right:2px;
	cursor:pointer;
}

/* **************************
	PAGE PRESENTATION 
*************************  */
.presentationListe .poste {
	color:#B7B7B7;
	font-size:1.4em;
}
.presentationListe img {
	margin:0 8px 2px 0;
	border:1px solid #ddd;
	padding:2px;
}
.presentationListe h2 {
	margin:24px 0 6px 0 !important;
	clear:both;
}
.presentationListe li{
	padding-left:0px !important;
	margin-left:142px !important;
}

/* **************************
	PAGE CONTACT
*************************  */
.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
    font-weight: bold;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 2px solid #ff0000;
}

.your-name input, .your-email input, .your-subject input {
	width:220px;
}
.your-message textarea {
	width:360px;
	height:220px;
}
.your-name input, .your-email input, .your-subject input, .your-message textarea {
	background:#fff;
	color:#000;
	border: 1px solid #ddd;
	padding:4px;
}
.your-name input:hover, .your-email input:hover, .your-subject input:hover, .your-message textarea:hover{
	border:1px solid #B4B4B4;
}
.contactsubmit input {
	padding:4px 12px;
}

/* **************************
	FOOTER
*************************  */
#footer {
	margin: 0;
	text-align:center;
	padding: 10px 0 20px 0;
	clear: both;
}
#footer p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
}

/* ********* FIN ******** 
   La verite d'un homme, 
c'est d'abord ce qu'il cache.
		Malraux
*********************** */



