/**************************************
* Thème Architeck
* Auteur: Gilles Le Couster
* contact: info@affirmatif.com
**************************************/

/* Général
******************************************/
* { padding: 0; margin: 0; border: 0; }


body{
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #E6E7E8 url(img/bg_page_new.gif);
	background-attachment: fixed;
}

#boite{
	background-color: #FFFFFF;
	width: 770px;
	margin: 0 auto;
	

}

#infos {display:none;}
.invisible{clear: both;	display:none;}

code,pre,kbd {font-family:"Courier New", Courier, monospace; font-size : 1em;}
pre{display: block; overflow: auto; width: 100%;}

dt{
	margin-top: 1ex;
}

.left{
	float: left;
	margin: 0 1em 1em 1em;
}

.right{
	float: right;
	margin: 0 1em 1em 1em;
}

/* Liens
******************************************/
a:link{color:#860000; background:transparent;}
a:visited{color:#333333; background:transparent;}
a:hover{color:#CC0000; background:transparent;}
a img{border:none; text-decoration: none;}
/*a[hreflang]:after {content: "\0000a0[" attr(hreflang) "]"; color:#999; background:transparent;}*/

/* Titres
******************************************/
/*h1,h2,h3,h4,h5{font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;}*/
h1 a,h2 a,h3 a,h4 a,h5 a{text-decoration: none;}
h2{font-size: 1.2em; margin: 1em 0;}

h3{
	font-size: 1.3em;

	color: #990000;
	margin: 0.8em 0;
}

h4{
	font-size: 1.2em;
	font-weight: bold;
	color: #7D4422;
	margin: 0.8em 0;
}
h5{
	font-size: 1.1em;
	font-weight: bold;
	color: #7D4422;
	margin: 0.8em 0;
}


/* Prelude
******************************************/
/*#prelude{
	position: absolute;
	width: 100%;
	z-index: 5;
	text-align: center;
	color: #568ED9;
	background: transparent;
}

#prelude a{
	color: #CD5C5C;
	background: transparent;
	text-decoration:none;
}

#prelude a:hover{
	color: #F0E68C;
	background: transparent;
}*/

/* Entete
******************************************/
#top{
	/*background: #DDD url(img/background.png);*/
	height: 97px;
	width: 100%;
	font-size: 1em;
}

#top h1{
	font-size: 1em;
	background: #FFFFFF url(img/bandeau_haut_new.gif);
	width: 770px;
	height: 105px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#top h1 a{
	color: #CC3300;
	text-decoration: none;
	text-align: left;
	line-height: 50px;
	
	display: block;
	position: absolute;
	width: 180px;
	height: 50px;
	left: 35px;
	top: 93px;
}

/* Page
******************************************/
#page{
	text-align: left;
	background: #FFF;
	width: 770px;
	padding: 0 0 2em 0;
	margin: 0 auto;
	background-color: #FFFFFF;
}

/* Contenu
******************************************/
#content{
	display: block;
	color: #000000;
	background: #FFF;
	width: 500px;
	margin: 20px 0px 20px 0;
	padding-right: 20px;
	float: right;
	background-color: #FFFFFF;
	border-left-color: #990000;
	border-left-style: solid;
	border-left-width: thin;
	padding-left: 20px;
}

#content h2{
	padding-left: 10px;
	background-position: 0 0.1em;
	color: inherit;
	background-repeat: repeat-x;
	
}

#content .post p{
	margin: 1em 0;
	text-align: justify;
}

#content .post blockquote, #content .chapo blockquote{
	font-style : italic;
	border-left : 5px solid #999;
	padding-left : 1em;
}

#content p.post-info{
	clear: both;
	text-align: center;
	font-size: 0.8em;
	border: 1px solid #E0E0E0;
	background: #FFF url(img/postinfo.png) repeat-x;
	color: inherit;
	
	margin-top: 0.5em;
	margin-bottom: 3em;
	padding: 0.5ex;
	-moz-border-radius: 5px;
}

#content p.post-info a{
	text-decoration: none;
}

#content form p.field{
	margin: 1em 0;
}

#content form p.field label{
	display: block;
}

#content form input, #content form textarea{
	border: 1px solid #999;
	-moz-border-radius: 4px;
}

#content form input:focus, #content form textarea:focus{
	background-color: #EEE;
}

#content ul{
	list-style-image: url(img/puce.png);
	padding-left: 3em;
}

#content ol{
	list-style-position: inside;
}

/* Commentaires
******************************************/
#comments h3{
	margin-top: 2.5em;
}

#comments blockquote{
	background: #F5F5F5;
	border: 1px dotted #AAA;
	margin: 0.5ex 0 1em 0;
	padding: 1ex;
	overflow: auto;
}

#comments label{
	cursor: pointer;
	cursor: hand;
}

#comments #c_content{
	width: 100%;
}

/* Sidebar
******************************************/
#sidebar{
	color: #000000;
	width: 180px;
	padding:  10px 10px 0px 10px;
	margin-left: 10px;
	height: auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top left;
}

#sidebar{
	/* Heureusement que SBMH est là pour IE */
	\width: 200px; 
	w\idth: 180px;
}

#sidebar *{
	color: #000000;
	background: transparent;
}

#sidebar a{
	display: block;
	text-decoration: none;
}

#sidebar a:hover{
	color: #770000;
	background: transparent url(img/curseur.gif) repeat-y right; /* Bling Bling No Flash */
}

#sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li:first-child{
	border-top: 1px solid #CCC;
	padding: 0.5ex 0;
}

#sidebar ul li{
	border-bottom: 1px solid #CCC;
	padding: 0.5ex 0;
}

#sidebar #calendar{
	margin: 1em 0;
	padding: 1ex;
}

#sidebar #calendar h2{
	display: none;
}

#sidebar #calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
}

#sidebar #calendar table a{
	display: inline;
	font-weight: bold;
}

#sidebar #calendar table a:hover{
	background: #FFF;
}

* html #calendar table{
	font-size: 9pt;
}

/* Recherche
******************************************/
#search h2{
	display: none;
}

#search input{
	border: 1px solid #999;
	background: #FCFCFC;
	-moz-border-radius: 4px;
}

/* Footer ****************************/
/*#footer{
	clear:both;
	width: 750px;
	height: 45px;
	margin: 0;
	padding: 0;
	background: url(img/bg_bas.jpg) no-repeat center;
	text-align: center;
	font-weight: bold;
}

#footer a, #footer a:visited{
	text-decoration: none;
	color: #000000;
	background: transparent;
	font-size: 0.6em;
}

#footer a:hover {
	text-decoration: none;
	color: #990000;
	font-size: 0.6em;
}*/

/* Footer ****************************/
#footer{
	clear: both;
	width: 770px;
	height: 52px;
	margin: 0 auto;
	padding: 0;
	background: url(img/bandeau_bas_new.gif) no-repeat center;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
	color: #00266A;
}

.signature{
	
	font-size: 0.7em;
	text-align: center;
}
.signature a:link, .signature a:visited{
	text-decoration: none;
	
	color: #ffffff;
	
}

.signature a:hover {
	text-decoration: none;
	color: #990000;
	
}