@CHARSET "ISO-8859-1";
 
body
{
	BACKGROUND-COLOR:         #ffffff; 
	/*font: italic 900 10px arial black;*/
	text-align:                center;
	align: 	  				   center;
	FONT-STYLE:       		   normal; 
	FONT-WEIGHT:       		   normal; 
	FONT-FAMILY:     		  verdana; 
}
  
#titre
{
	position:absolute;
	left :         1%;
	width:        93%;
	height :  	  85%;
	top:           1%;
	height:       12%;
}
   
#page
{
	position:absolute;
	left :         1%;
	width:        98%;
	top:   	      13%;
	height :      85%;
	overflow:	 none;
	text-align:center;
}

#home
{
	position:absolute;
	top :          5%;
	left :        10%;
	width :       50%;
	height :      85%;
}

#edito {
	position:absolute;
	left :        60%;
	width :   	  30%;
	height :  	  60%;
	top:   	      15%;
	text-align:  left;
}

#recherche
{
	position: absolute;
	top :           1%;
	left :          0%;
	width :        45%;
	height :       98%;
	text-align:   left;
	font-size:    18px;
	font-weight:  bold;
	color:     #ffffff;
}

#resultat_recherche
{
	position:absolute;
	top :         10%;
	left :        46%;
	width :       45%;
	height :      70%;
}

#poster_message
{
	position:absolute;
	left :        15%;
	width :   	  25%;
	height :  	  60%;
	top:   	      12%;
}

#visu_messages
{
	position:      absolute;
	left :              50%;
	top:   	             8%;
	background: transparent;
}

#actus {
	position:absolute;
	left :        40%;
	width :       58%;
	height :      85%;
	top:   	       1%;
	text-align:  left;
	overflow:    auto;
}

#actus a {
	color: 		 #565757; 
	text-decoration:none;		
	font-size:    	12px; 
	font-style:   normal; 
	font-weight:    bold; 
	font-family: verdana; 
}

table#t_actus
{
    width: 98%;
}
.t_actus_toprow {
	background:#eeeeee;
	text-align:center;
	border: solid #000 1px;
}

#image_actus {
	position:absolute;
	left :         1%;
	width :   	  39%;
	height :  	  98%;
	top:   	       1%;
	text-align:  left;
}

.message_cache {
	position: 			absolute;
	background-color: 	 #cccccc;
	border:    2px solid #FFFFFF;
	width:   				 80%;
	left:    			     15%;
	overflow: 				auto;
}

#pagination {
	left :          0%;
	width :   	  100%;
	height :  	    4%;
	top:   	       94%;
	text-align: center;
}

form {
	border: none;	
}

form.publier
{
	font:  		12px verdana ;
	color:	        #000000;
	background: transparent;
	position:		relative;
}

form.inscription
{
	font: 13px verdana;
	background: transparent;
	border: none;		
	position:relative;
	left: 25%;
	width: 25%;
	top:  10%;
	height: 30%;	
}

table tbody.inscription 
{
	font: 13px verdana;
	color:#333333;
}

p.error
{
	font-family: times;
	font-weight: bold;
	font-style: italic ;
	color: #FF0000;
	line-height: 100%;
}

p.commentaire
{
	font-family: verdana;
	font-style: italic ;
	font-size: 10px;
	color:#333333;
	line-height: 6px;
}

p.mot_clef 
{
	font-family:verdana;
	font-style:  normal;
	font-size:     12px;
	font-weight: normal;
	color:      #000000;
}

p.message
{
	font-family: verdana;
	font-size: 12px;
	color:#333333;
	font-weight:bold;
}

p.description_image 
{
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	line-height: 100%;		
}
		
p.titre_edito
{
	font-family: verdana;
	font-size:    24px;
	font-style:   bold; 
	color:     #000000;
	line-height:  100%;

}

p.contenu_edito
{
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	font-weight:normal;
}		

p.commentaire_edito
{
	font-family: verdana;
	font-style: italic ;
	font-size: 8px;
	color: #a7a9ac;
	/*line-height: 4%;*/
}

p.pagination
{
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	color: #888888;
	font-weight:normal;
}

p.recherche
{
	font-family: verdana;
	font-size: 12px;
	font-weight:bold;
	color: #939598;
	/*line-height: 16px;*/
}

p.information a
{
	list-style:   none;
	font-size: 11px;
	font-family: arial;
	font-style: normal;
	color: black;
	text-align:  center;
	display: inline;
	width: 30%;
    left:  35%;
	TEXT-DECORATION: none;
}
	
