@charset "UTF-8";
/*-------------------------------------------------------- 
GENERAL
-------------------------------------------------------- */





body {
  font: 100% "prenton", helvetica, arial, sans-serif;
  line-height: 1.6;
  color: #000;
  
}

a:link { 
	color:#B7A5DF;
	text-decoration:none;
	font-weight:normal;
}

a:visited { 
	color:#B7A5DF;
	text-decoration:none;
	font-weight:;
}

a:hover { 
	color:#;
	text-decoration:none;
	font-weight:;
}

a:active {

}

#global {
	margin-left:auto;
	margin-right:auto;
	width:972px;
}

#contenu{
	padding-top:20px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
    opacity: 0.8;
}

.information {
	text-align:center;
	color:#6699CC;
}

.erreur {
	font-size:;
	color:#ba5857;
	font-weight:bold;
	margin:10px;
	padding:10px;
	min-height:44px;
	width:80%;
	padding-left:74px;
	background:#f6f2e4 url(../images/commun/avertissement.png) no-repeat top left;
	border:1px solid #d9d2ba;
	border-top:2px solid #d9d2ba;
}

.succes {
	font-size:;
	color:#4cd044;
	font-weight:bold;
	margin:10px;
	padding:10px;
	min-height:44px;
	width:80%;
	padding-left:74px;
	background:#f6f2e4 url(../images/commun/succes.png) no-repeat top left;
	border:1px solid #d9d2ba;
	border-top:2px solid #d9d2ba;
}

.censure {
	font-size:x-small;
	font-style:italic;
}

.mot_evidence {
	color:#000000;
	font-weight:bold;
}

.centrer {
	text-align:center; 
}

.droite { 
	text-align:right;
}

.droite_haut{ 
	text-align:right;
	vertical-align:top;
}

.haut{ 
	vertical-align:top;
}

.gras{
	font-weight:bold;
}

.justifier {
	text-align:justify;
}

.italique {
	font-style:italic;
}

.souligner {
	text-decoration:underline;
}

.barre {
	text-decoration:line-through;
}

img {
  border:0;
}

#powered {
	font-size:11px;
}






/*-------------------------------------------------------- 
PAGINATION
-------------------------------------------------------- */
.contour_pagination {
	border:1px dashed #d9d2ba;
	border-top:1px dashed #d9d2ba;
	background-color:#fff;
	margin-bottom:20px;
    opacity: 0.8;
}

.affichage_page_X_sur_Y {
	padding-left:35px;
	font-size:11px;
}

.page_en_cours {
	text-align:center;
	font-size:11px;

}

.nombre_de_sujet  {
	text-align:right;
	padding-right:35px;
	font-size:11px;
}

.pagination {
	text-align:right;
}




/*-------------------------------------------------------- 
MESSAGES
-------------------------------------------------------- */
.les_messages {
	padding:10px;
	margin-left:20px;
	margin-right:20px;
	border:1px solid #d9d2ba;
	border-top:2px solid #d9d2ba;
	background-color:#f6f2e4;
}

.nom {
	float:left;	
	font-size:;	 
}

.date {
	float:right;
	font-size:;	 
}

.note {
	margin-top:20px;
	margin-left:10px;
	font-size:11px; 
}

.le_message {
	padding:10px;
	font-size:;	
	text-align:justify;
}

.reponse {
	padding:5px;
    margin-top:14px;
    margin-left:20px;
    margin-right:20px;
	padding-left:25px;
    background-image:url('../images/commun/admin.png');
    background-repeat:no-repeat;
    background-position:5px center;    
	border:2px solid #d9d2ba;
    background-color:#fff;
}





/*-------------------------------------------------------- 
FORMULAIRES
-------------------------------------------------------- */
#main_formulaire_message {
	margin-left:100px;
	margin-right:100px;
	margin-bottom:20px;
	border:1px solid #d9d2ba;
	border-top:2px solid #d9d2ba;
	background-color:#E3DEDE;
    opacity: 0.9;
}

input{
    border:px none #;
}

.btn {
	border-style:outset;
	background:#e4e2cd url(zen/background.png) repeat-x 0 100%;
	color:#B7A5DF;
	cursor:pointer;
    font-weight: bold;
}


.recherche {
	text-align:center;
	margin-bottom:30px;
	margin-top:30px;
    opacity: 0.8;
}

textarea {
    border:px none #;
}

select.option {
    border:px none #;
}



/*-------------------------------------------------------- 
IMPROMPTU
-------------------------------------------------------- */
.jqifade{
	position: absolute;
	background-color: #aaa;
}
div.jqi{
	width: 400px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	background-color: #fff;
	font-size: 11px;
	text-align: left;
    padding: 7px;
	border: solid 2px #d9d2ba;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;     
}
div.jqi .jqicontainer{
	font-weight: bold;
}
div.jqi .jqiclose{
	position: absolute;
	top: 4px; right: -2px;
	width: 18px;
	cursor:pointer;
	color: #B7A5DF;
	font-weight: bold;
	-moz-border-radius-bottom-Left: 5px; 
    -webkit-border-bottom-left-radius: 5px;
}
div.jqi .jqimessage{
	padding: 10px;
	line-height: 20px;
	color: #ba5857;
}

/*Bande bas de page*/
div.jqi .jqibuttons{
	text-align: right;
	padding: 5px 0 5px 0;
	border: solid 1px #d9d2ba;
	background-color: #e4e2cd;
}
div.jqi button{
	padding: 3px 10px;
	margin: 0 10px;
	border-style:outset;
	background:#eee url(../images/commun/background.png) repeat-x 0 100%;
	color:#B7A5DF;
	cursor:pointer;
}



