/* ***************************************************************** *\
		Fichier :			style.css
		Date de création :	29/09/2005
		Auteur :			VACHER Grégory
		Copyright:			AG NetConcept (AGNC) http://www.agnc.fr
\* ***************************************************************** */

/***** STYLE DE PAGES *****/
html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:12px;
	color: #000000;
	background: #E6E6E6;
	margin: 0px;
	padding: 0px;
}

p, div, form, table {
	margin: 0px; padding: 0px;
}

h1,h2,h3,h4,h5 {
	margin: 0px; padding: 0px;
}

ul {
	margin-bottom: 0px;
	margin-top: 0px;
}

a:link,a:visited,a:active{
	text-decoration: none;
	color: #0000FF;
}

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

/***** CORPS DE PAGES *****/
#corps {
	position: absolute;
	left: 50%;
	right: auto;
	bottom: auto;
	margin-left: -380px;
	width: 760px;
	clear: both;
	position: absolute;
}

#fond_page {
	background: url(../images/sous_titre.png) repeat-y center center;
	width: 760px;
	margin: 0px;
}

/***** ENTETE DE PAGES *****/
#entete  {
	background: url(../images/haut.jpg) no-repeat center top;
	color: #000000;
	width: 760px;
	height: 130px;
	margin: 0px;
}

/******** TYPE PAGE *******/

#content #left_col{

}

#content #center_col{

}

#content #right_col{

}

/***** TITRE DE PAGES *****/
#titre th {
	background: #497ab9;
	width: 760px;
	height: 28px;
	font-weight: normal;
}

#titre h1 {
	color: #FFFFFF;
	font-style: italic;
	font-size: 18px;
	letter-spacing: 1px;
	text-align: right;
	vertical-align: middle;
	margin: 0 10px;
}
/***** CONTENU DE PAGES *****/
#contenu {
	color: #000000;
	margin: 10px 0 0 0;
}

#contenu h2 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	margin: 0px;
	color: #FFF;
	letter-spacing:1px;
}

#contenu h3 {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	padding: 2px;
	margin: 0px;
}

/***** PIED DE PAGES *****/
#pied {
	background: url(../images/bas.jpg) no-repeat center top;
	font-size:12px;
	text-align: center;
	width: 760px;
	height: 20px;
	margin: 0px;
	line-height:18px;
}

#pied a {
	color: #FFFFFF;
}

/*-*- DESIGN -*-*/
.design_lien{
	font-size: 12px;
}

/*-*- GLOBAL -*-*/
.message_erreur{
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
	letter-spacing:2px;
}
.message_correcte{
	font-style: italic;
	color: #008000;
	font-weight: bold;
	letter-spacing:2px;
}
.titre_sous_menu{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	color: #6600FF;
	background-color: #F7F7F7;
}

/*-*- MENTIONS LEGALES -*-*/
.txt_ml{
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	background-color: #F0F0F0;
	margin: 5px;
}
.coordonnees{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	padding: 5px;
	margin: 5px;
}

/*-*- PAGE -*-*/
.tableau_style{
}
.tableau_titre{
	background:  url(../images/titre.jpg) repeat-x center top;
	border-bottom:1px solid #1D5D82;
	color: #FFFFFF;
}
.tableau_sous_titre{
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: right;
	padding: 0px;
	color: #BBB;
}
.tableau_corps{
	font-size: 12px;
	text-align: justify;
}
.tableau_corps img {
	margin: 3px;
}
.tableau_bas {
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 1px;
	color: #BBB;
	background-color:#e2eaf4;
	text-align: right;
	padding: 0px;
}
.tableau_listage_titre{
	background:  url(../images/titre.jpg) repeat-x center top;
	border-bottom:1px solid #1D5D82;
}
.tableau_tri_titre{
	background:  url(../images/titre.jpg) repeat-x center top;
	border-bottom:1px solid #1D5D82;
}
.recherche_titre{
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.recherche_categorie{
	font-size: 12px;
	text-decoration: none;
	color: #666666;
}
.recherche_descriptif{
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

/*-*- PLAN_DU_SITE -*-*/
.plan_site_sous_categorie{
	padding: 2px;
	margin: 2px;
	font-weight: bold;
}
.plan_site_descriptif{
	font-size: 12px;
	color: #666666;
}

/*-*- SONDAGE -*-*/

.sondage_question{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: #D8DAE9;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding: 5px;
}
.sondage_reponse{
	font-size: 12px;
	padding: 1px;
	margin: 1px;
}
.sondage_resultat{
	font-size: 12px;
	padding: 1px;
	margin: 1px;
}

/*-*- STATS -*-*/
.stats_nbre_connexion{
	font-size: 12px;
	color: #0000FF;
	background-image: url(../images/background/stats.png);
	background-position: center center;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

/*-*- METEO -*-*/
.meteo a{
	color: #000000;
}

/*-*- BOX -*-*/
.liste_box {
	margin-left: 18px;
	padding-left: 0px;
}

.pagination{
	font-size: 10px;
	text-align:center;
}

#chemin{
	margin: 0 2px;
	background:#EFEFEF;
	padding:5px;
	font-size: 11px;
}