
html {
	overflow-y: scroll;;
	overflow-x: hidden;
	height: 100%;
	font-size: 100%;
}

body {
	margin : 0;
	padding : 0;
	background: #000;
	font-family : Arial,Geneva,Helvetica,sans-serif;
	font-weight : normal;
	text-align: center;
	color: #fff;
	
}

p { margin : 1em 0; }
img { border : none; }
form { display : block; margin : 0; padding : 0; }

h1 { font-size : 0.7em; }
h2 { font-size : 1.5em; margin : 0.83em 0; }
h3 { font-size : 1.17em; margin : 1em 0; }
h4 { font-size : 1em; margin : 1.33em 0; }
h5 { font-size : 0.83em; margin : 1.67em 0; }
h6 { font-size : 0.67em; margin : 2.33em 0; }

code,pre { font-family : "Courier New",monospace; font-size : 1em; }

q { font-style : italic; }

a {
	text-decoration: none;
}

a:hover {
	text-decoration : none;
}

a[hreflang]:after {
	content: "\0000a0(" attr(hreflang) ")";
	color : #000;
	background : transparent;
}

h2, h3 {
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color : #0173CC;
}


/* Page contient la totalité du site
-------------------------------------------------------- */
#page {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 521px;
	
}


/* Choix des langues
-------------------------------------------------------- */
ul#language {
	position: relative;
	text-align: right;
	list-style-type: none;
	margin : 8px 13px 0 0;
}

#language li{
	display: inline;
	font-size : 0.7em;
	font-weight: bold;
}

#language li a{
	color : #1C1D18
}
#language li a:hover{
	color : #F7F7F4;
}

.l_active{
	color : #F7F7F4;
}


/* premier élément
-------------------------------------------------------- */
/* first-element est nécessaire pour bloquer le footer au bas de la page*/
#first-element {
		margin-top: 0;
		background: transparent;
		height: 20px;
}


/* Header en deux parties si necessaire
-------------------------------------------------------- */
/* premier morceau du header*/
#prelude {
	position : relative;
	background: url(img/logo.gif) center left no-repeat;
	width: 216px;
	height: 65px;
}

/* deuxième morceau du header*/
#top {
	position : relative;
	background: url(img/header_BG.gif) bottom left no-repeat;
	width: 100%;
	height: 83px;
}

/* menu haut à inclure dans le top du header */
#top_menu{
	position : relative;
	background: none;
	width: 100%;
	height: 50px;
	font-size : 0.75em;
}

#top_menu a{
	display: inline;
	background: none;
	color : #F7F7F4;
	padding: 3px 5px 25px 5px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}

#top_menu p{
	display: inline;
	position : relative;
	color : #F7F7F4;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}

#top_menu a:hover{
	color : #F72226;
}

.m_active{
	background: url(img/menu_top_txt_BG.gif) left repeat-x;
	padding: 3px 5px 25px 5px;
	
}

#top_menu ul{
	list-style-type: none;
	margin : 0 0 0 3px;
	padding : 0;
}

#top_menu li{
	float: left;
}

.space{
	font-size : 2px;
}


/* Main
-------------------------------------------------------- */
#main {
	position : relative;
	background: url(img/main_BG.gif) repeat-y;
	width : 100%;
	padding: 0 0 0 12px;
}

#main h1 {
	color : #F72226;
}

#main p {
	text-align: justify;
	line-height : 1.3em;
	font-size : 0.7em;
	color: #1C1D18;
}

.post-content{
	line-height : 1.8em;
	font-style : normal;
	font-weight : lighter;
	text-align: justify;
	color: #A8A8A8;
}

.post-title {

}

.post-title a {
	text-decoration : none;
}

.chapo {
	margin-bottom : 2em;
}

.chapo p:first-letter {
	/*font-weight : bold;
	font-size : 2.5em;
	font-family : serif;
	float : left;
	margin-right : 0.2em;*/
}

.post-info, .post-info-co {
	font-size : 0.85em;
	/*text-align : right;*/
}

.post-info {
	margin : 0;
}

.post-info-co {
	clear : both;
	margin-top : 0;
}

.post{
	margin : 1.5em 0 0 0;
}


/* Content contenu des pages comprises dans le main
-------------------------------------------------------- */
/* Conf. flichier Pages.css*/


/* Sidebar contenue dans le main
-------------------------------------------------------- */
#sidebar {
	position : relative;
	margin : 0 0 0 0;
	margin-bottom: 0;
	padding : 0;
	border: 0 none;
	width: 110px;
}

#categories {
	width: 107px;
	margin: 50px 0 0 0;
	padding: 0 0 0 0;
	border-top: 6px solid #585858;
}

#sidebar h2 {
	font-weight : normal;
	color : #993;
}

#sidebar ul {
	margin: 0 0 0 10px;
	padding: 7px 0 0 0;
}

#sidebar li{
	list-style : none;
	font-size: 1.12em;
	margin-top : 0.32em;
	
}

#sidebar li a{
	color: #848586;
	background : transparent;
	text-decoration: none;
	font-weight: bold;
}

#sidebar li a:hover {
	color: #0173CC;
	background: transparent;
	font-weight: bold;
}

#sidebar div {
	padding : 0 0 0 0;
}

.active{
	color: #0173CC;
	font-weight: bold;
}
.autre{
	border-top: 1px solid #585858;
	color: #0173CC;
	font-weight: bold;
}


/* Footer
-------------------------------------------------------- */

/* last-element est nécessaire pour bloquer le footer au bas de la page ou pour composer un footer en plusieurs parties ou en tant que spacer*/
#last-element {
	clear:left;
	background: url(img/footer_BG.gif) top left no-repeat;
	text-align : left;
	margin: 0 0 0 -12px;
	width: 100%;
	height: 66px;
}

#footer {
	position: relative;
	width: 100%;
	text-align : left;
	font-weight: lighter;
	font-size : 0.7em;;
	line-height: 2em;
	
}

#link1 a{
	float: left;
	border: 0 none;
	font-weight: lighter;
	text-decoration: none;
	text-align : left;
	color: #F72226;
}

#link2 a{
	float: right;
}


/* Formulaires
-------------------------------------------------------- */
fieldset {
	display : block;
	border : none;
	margin : 0;
	padding : 0;
	color : #B4B4B4;
}

.table {
	margin-top: 0px;
	width : 407px;
	margin: 0 0 0 43px;
}

.legende {
	font-family : Arial,Geneva,Helvetica,sans-serif;
	font-size : 0.7em;
	color : #1C1D18;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.input {
	font-family : Arial,Geneva,Helvetica,sans-serif;
	font-size : 0.75em;
	color : #000;
	background: #EBEBE9;
	border: solid 1px #CFCFCF; 
	border-top-color: #CFCFCF;
	border-left-color: #CFCFCF;
	width: 180px;
	height: 20px;
	margin: 3px 0 10px 0;
	padding: 3px 0 0 3px;
	

}

.textarea {
	font-family : Arial,Geneva,Helvetica,sans-serif;
	font-size : 0.75em;
	color : #000;
	background: #EBEBE9;
	border: solid 1px #CFCFCF; 
	border-top-color: #CFCFCF;
	border-left-color: #CFCFCF;
	margin: 3px 0 0 0;
	padding: 5px 0 3px 3px;
	height: 90px;
	width: 401px;
	overflow-y: hidden; 
	overflow-x: hidden;
}

#submit{
	color : #000;
	font-size : 0.8em;
	background:  url(img/BT_submit.gif) no-repeat;
	border: 0 none; 
	text-align: center;
	margin: 25px 0 30px 0;
	padding: 0 0 0 0;
	width: 100px;
	height: 20px;
}

.decallage{
	font-family : Arial,Geneva,Helvetica,sans-serif;
	font-size : 0.7em;
	color : #1C1D18;
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
}

.ok {
	text-align: center;
	color: #0173CC;
	font-weight: bold;
}

.not-ok {
	text-align: center;
	color: #DC6B4F;
	font-weight: bold;
}



/*
input[type], textarea[name] {
	background : #232A2F;
	
}

input[type=submit], input[type=reset] {
	background : #036;
	color : #B4B4B4;
	border : 0 none;
}
*/

input[type=submit]:hover {
	background : url(img/BT_submit_ON.gif) no-repeat;
	width: 100px;
	height: 20px;
	color : #F72226;
}


textarea {
	width : 100%;
}

p.field {
	margin : 0.5em 0 0 0;
}

p.field label {
	display : block;
	font-weight : bold;
	font-size : 0.85em;
}


/* Liste commentaires + formulaire
-------------------------------------------------------- */
#comments, #trackbacks {
	margin : 0 2em;
}

#comments blockquote, #trackbacks blockquote {
	display : block;
	margin : 0;
	padding : 1px 1em;
	font-style : normal;
	border : 1px solid #999;
	color : #666;
	background : transparent;
}

.comment-info {
	margin-bottom : 0;
	font-size : 0.85em;
}

.erreur {
	border : 1px solid;
	padding : 0.5em;
}

/* Error messages
-------------------------------------------------------- */
.error {
	border : 1px solid red;
	background : #000;
	padding : 0.5em;
}
.error p{
	color: red;
}
.error ul {
	padding-left : 20px;
}
.error li {
	list-style : square;
}



