/* Préférences générales pour l'annuaire */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}

/* Global - cadre dans lequele est palcé NETREF */
#global {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	text-align: center;    
	
}
/* Barres de titre : accueil, etc.*/
h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	align: center;
	background-color: #FFffff;
	text-align:left;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 2px;
}
/* Description catégorie */
h2 {
	margin: 0px;
	color: #BE590E;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
} 
/* Tableau des catégories sur index.php */
.cat {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}
/* Style pour lien de catégorie */
a.liencat {
	font-family: Verdana; 
	font-size: 14px; 
	font-weight: bold; 
	color: #CC6714;
	text-decoration:none;
}
/* passeage de souris sur un lien de categorie */
a:hover.liencat {
	color: #FF6600;
}

/* Style pour affichage du nombre de sites des catégories */
.nbcat {
	font-family: Arial; 
	font-size: 9px;
}

/* Affichage des elements ayant une url */
.elt_website {
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	margin-top:10px;
	width: 70%;
	background-color:#FBFDFF;
	border: 2px solid #DDE2FF;
	padding: 0px;
	height: auto;
	clip:rect(5px auto auto auto);
}
/* Affichages des element sans url */
.elt_note {
	border: 1px solid #FFCC00;
	padding: 10px;
	width: 96%;
	margin: 10px auto 4px;
	font-family: Geneva, Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
}

/* barre d'action des element  */
.elt_action {
	background-color:#DDE2FF;
	font-size: 11px;
	clear:none;
	position: relative;
	padding: 0px;
	margin: 0px;
	height: auto;
	vertical-align: middle;
}
/* contenu d'un cadre de site*/
.elt_contents {
	color: #000000;
	font-size: 11px;
	float: left;
	position: relative;
}
.elt_comment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFCC;
	border: 2px solid #FF6633;
	width: 90%;
	margin: 5px;
	padding: 5px;
}

/* Affichage des awards  dans les cadres elements*/
.awards {
	float: right;
}
/* Affichage 'Partenaire' */
.parten {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: italic; 
	color: #CC0033;
}
/* Affichage 'Nouveau' pour les sites */
.new {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
/* Affichage 'Vu' pour les sites */
.vu {
	font-family: Arial; 
	font-size: 9px;
}
/* Avertissement en cas de champ mal/non remplis */
.avert  {
	font-family: Arial; 
	font-size: 11px; 
	text-align:center; 
	font-weight: bold; 
	color: #003333;
}
/* Lien de retour */
.retour {
	text-align: center;
}
.retour a {
	font-family: arial; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none; 
	font-style: normal; 
	color: #990000; 
}
.retour a:hover { color: #FF6600; }
/* p_new.php: Affichage de la date */
.date {
	font-family: Arial; 
	font-size: 12px; 
	color: #FF6600; 
	font-weight: normal; 
	margin-left: 40px; 
	text-align: left;
}
/* Gestion des pages */
gestion gestion_page_little {
	font-size: 9px;
	font-weight: normal;
}
.gestion {
	margin-top: 0px;
	font-family: Arial; 
	font-size: 11px; 
	text-align: center; 
	font-weight: bold; 
	color: #003333;
}
.gestion a {
	color: #990000;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-decoration: none;
}
.gestion a:hover {
	color: #FF6600;
}
/* p_alpha.php: Affichage de la liste alphabétique */
#alpha {
	text-align: center;
}
#alpha a {
	text-decoration: none;
	color: #990000;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#alpha a:hover {
	color: #F881A2;
}
/* Cadres pour commentaire, vote, suggestion */
#cad {
	width: 230;
	padding: 3px;
	border: 1px solid #97B4FF;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* Texte: 'Page générée en...' */
#generated {
	font-family: Arial; 
	font-size: 11px; 
	color: #0066CC;
	text-align: center;
	margin-top: 0px;
}
/* Images */
img { 
	vertical-align: middle; 
	border: none;
}

/* Liens */
a {		color: #CC6714;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	font-style: normal;
	text-decoration: none; 
	}
	
a:hover {  color: #FF6600}


.lien_1 {  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bolder; text-decoration: none; font-style: normal; color: #003366; clip:     rect(   )}
.lien_1:hover {color : red;}

.lien_2 {  font-family: arial; font-size: 12px; font-weight: bold; text-decoration: none; font-style: normal; color: #BE590E; clip:     rect(   )}
.lien_2:hover {color : red;}

.lien_3 { font-family: arial; font-size: 11px; font-weight: bold; text-decoration: none; font-style: normal; color: #BE590E; clip:     rect(   )}
.lien_3:hover { color : #FF6600; }

.lienp { font-family: Arial; font-size: 11px; color: #0066CC }
.liencom { font-family: Arial; font-size: 9px; color: #000066}

.lien_part { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: italic; color: #CC0033; }

.T1 {  font-family: Arial; font-size: 13px; font-weight: bold; color: #000033; text-transform: none; text-align: left; text-indent: 20pt}
.T2 {  font-family: Arial; font-size: 12px; color: #0099CC; font-weight: normal; margin-right: 35px; margin-left: 40px; vertical-align: middle; padding-top: 3px; padding-bottom: 3px}

.texte {  font-family: Arial; font-size: 11px; clip:  border:#c5ccd2; left: 20px; text-align: justify; color: #333333}
.textecent { font-family: Arial; font-size: 11px; text-align:center; font-weight: bold; color: #003333; }

.visit {  font-family: Arial; font-size: 9px; }

/* tableau de formulaire */
.barre1 {
	border: 1px solid #ffcc00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-top: 10px;
}
.barre2 {
	text-align:left;
}
tr.barre1 {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: #ffffff;
	padding: 2px;
}
/***/

/* FORMULAIRES */
input,select,textarea {
	border:1px solid #000000;
	background-color:#FFFFDD;
	font-family: Verdana, Arial, Geneva;
	font-size: 12px;
}
.check {
	border:0px;
	background-color:#E2F0FE;
}
/* fin form */

.alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
/* message RSI - affichage lors des modification rapides*/
.message_info {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	height: 17px;
	width: 40%;
	background-color: #FFCC66;
	background-position: center;
	font-size: 11px;
	font-weight: bold;
	visibility:hidden;
}
/* Frame ouverture Iframe*/
.ifr_on { border: solid 2px #000066; }
.ifr_off {border: solid 0px}
/* Spacer, utilisé dans l'affichage des sites */
.spacer { clear:both; }

.search_result {
	background-color:#DDE2FF;
	width: 100%;
	text-align:left;
}