body
{
	margin: 10px 0 0 0;
	padding: 0;

	background-color: #5291C7;
}

#page
{
	margin: 0;
	padding: 0;

	margin-left: auto;
	margin-right: auto;

	width: 900px;
}

/* Conteneur principal */
div.main
{
	width: 896px;

	margin-left: auto;
	margin-right: auto;

	background-color: #9DC1E3;

	border-left: 2px solid #404A54;
	border-right: 2px solid #404A54;

	background-repeat: repeat-y;
	background-position: 145px;

	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Footer */
div.footer
{
	height: 23px;
	width: 900px;
	background-image: url(../images/bleu/footer.jpg);
	background-repeat: no-repeat;

	color: #EEEEEE;
	font-size: 13px;

	text-align: center;
}

a.footer:link, a.footer:active, a.footer:visited, a.footer:hover
{
	text-decoration: none;
	font-size: 13px;
	color: #EEEEEE;
}

/* ------------------------- */
/* BARRE HORIZONTALE DU HAUT */
/* ------------------------- */

/* Barre horizontale du haut - Générique */
div.bordure_h
{
	height: 22px;
	float: left;
	*margin: -3px 0 0 0;
}

div.bordure_h#gauche
{
	background-image: url(../images/bleu/bordure_h_g.jpg);
	width: 10px;
}

div.bordure_h#milieu
{
	background-image: url(../images/bleu/bordure_h_m.jpg);
	width: 880px;
}

div.bordure_h#droite
{
	background-image: url(../images/bleu/bordure_h_d.jpg);
	width: 10px;
}

div.tray_img
{
	background-image: url(../images/bleu/puce_barre.jpg);
	background-repeat: no-repeat;

	width: 13px;
	height: 22px;

	float: left;

	position: relative;
}

div.tray
{
	vertical-align: middle;

	float: left;

	margin-top: -2px;

	position: relative;
}

div#theme_img
{
	left: 50px;
}

div#tray_theme
{
	left: 52px;
}

div#favoris_img
{
	left: 100px;
}

div#tray_favoris
{
	left: 102px;
}

div#newsletter_img
{
	left: 150px;
}

div#tray_newsletter
{
	left: 152px;
}

a.tray:link, a.tray:active, a.tray:visited, a.tray:hover
{
	text-decoration: none;
	font-size: 13px;
	color: #CFE9FF;
}

/* ---- */
/* MENU */
/* ---- */

/* Les menus */
div.menus
{
	width: 112px;
	float: left;
}

/* Un menu */
div.un_menu
{
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 5px;
}

/* Menu - header */
div.menu_header
{
	width: 140px;
	height: 25px;
}

/* Menu - footer */
div.menu_footer
{
	width: 140px;
	height: 18px;

	background-image: url(../images/bleu/menu_bottom.jpg);
	background-repeat: no-repeat;
}

/* Menu - contenu */
div.menu_main
{
	background-color: #D6EBFF;

	border-left: 1px solid #6B89A1;
	border-right: 1px solid #6B89A1;

	width: 138px;
}

div.menu_main_content
{
	background-color: #D6EBFF;

	border-left: 1px solid #6B89A1;
	border-right: 1px solid #6B89A1;
	
	font-size: 12px; 
	
	padding-left: 3px;
	padding-right: 3px;

	width: 132px;
}

div.menu_header#zone_m
{
	background-image: url(../images/bleu/menu_zone_membre.jpg);
}

div.menu_header#nav
{
	background-image: url(../images/bleu/menu_nav.jpg);
}

div.menu_header#lesite
{
	background-image: url(../images/bleu/menu_lesite.jpg);
}

div.menu_header#stats
{
	background-image: url(../images/bleu/menu_stats.jpg);
}

div.menu_header#pub
{
	background-image: url(../images/bleu/menu_pub.jpg);
}

div.menu_header#newsletter
{
	background-image: url(../images/bleu/menu_newsletter.jpg);
}

/* ------- */
/* CONTENU */
/* ------- */

div.contents
{
	float: right;
	margin-right: 7px;
	margin-top: 5px;
}

/* Contenu - Header */
div.content_header
{
	width: 725px;
	height: 24px;

	background-image: url(../images/bleu/content_header.jpg);

	font-weight: bold;
	text-indent: 8px;
}

/* Contenu - Principal */
div.content_main
{
	background-color: #EEF9FF;

	border-left: 1px solid #71829C;
	border-right: 1px solid #71829C;

	padding-left: 5px;
	padding-right: 5px;

	width: 713px;
}

/* Contenu - Footer */
div.content_footer
{
	width: 725px;
	height: 13px;

	background-image: url(../images/bleu/content_footer.jpg);
	background-repeat: no-repeat;
}

div.spacer
{
  clear: both;
}

/* ----- */
/* LIENS */
/* ----- */

a.puce:link, a.puce:active, a.puce:visited
{
	background-image: url(../images/bleu/puce_off.gif);
	background-repeat: no-repeat;
	vertical-align: middle;

	text-decoration: none;

	color: #0039BF;
	font-size: 12px;

	padding-left: 15px;
}

a.puce:hover
{
	background-image: url(../images/bleu/puce_on.gif);
	background-repeat: no-repeat;
	vertical-align: middle;

	text-decoration: none;

	color: #000000;
	font-size: 12px;

	padding-left: 15px;
}

a:link, a:active, a:visited, a:hover
{
	color: #0000FF;
}

#sitemap a
{
	text-decoration: none;
}

/* ----------- */
/* FORMULAIRES */
/* ----------- */
input, textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	background-color : #FAFAFA;
	font-size: 11px;
}

input.checkradio
{
	border: none;
	background-color : #EEF9FF;
}

fieldset
{
	margin: 4px;
}

/* ------- */
/* POLICES */
/* ------- */
.color
{
	color: #0000FF;
}

.erreur
{
	color: #FF0000;
	font-weight: bold;
	font-size: 15px;
}

.nos_page_current
{
	color: #FF0000;
}

h1.title
{
	font-weight: bold;
	font-size: 16px;
}

.subtitle
{
	font-weight: bold;
}

.subtitlec
{
	font-weight: bold;
	color: #005D99;
}

.vid_subtitle
{
	font-weight: bold;
}

.vid_subtitlec
{
	font-weight: bold;
	color: #005D99;
}

.bigger
{
	font-size: 14px;
}

.form_i
{
	font-style: italic;
}

/* souligné */
.form_u
{
	text-decoration: underline;
}

/* gras */
.form_b
{
	font-weight: bold;
}

/* ------ */
/* ERREUR */
/* ------ */
div.main_error
{
	border: 2px solid #FF0000;
	background-color: #F9C4C4;
}

.main_error_text
{
	font-weight: bold;
	color: #CD0000;
	margin: 10px;
}

/* ----- */
/* QUOTE */
/* ----- */
table.quote
{
	position: relative;
	left: 10px;
	width: 98%;
}

td.quote
{
	background-color: #FAFAFA;
	border: 1px solid #797D80;
	font-size: 12px;

	padding-left: 5px;
	padding-right: 5px;
}

td.quote_title
{
	font-size: 13px;
	font-weight: bold;
}

/* ---- */
/* AJAX */
/* ---- */
.styleListe
{
	font-size: 12px; 
	font-family: Verdana sans-serif;
}

.styleItemListe
{
	display: block;
	padding-left: 3px;
	padding-right: 3px;
	
	height: 16px; 
	
	overflow: hidden;
	
	background-color: #FFFFFF;
}

.styleItemListeOver
{
	background-color: #3366CC;
	color: #FFFFFF;;
}

/* ----- */
/* TABLE */
/* ----- */
table.admin
{
	border-top: 1px solid #429EEF;
	border-left: 1px solid #429EEF;
	border-right: 1px solid #429EEF;
	
	background-color: #FAFAFA;
}

td.admin_title_l
{
	font-size: 15px;
	text-align: left;
	
	padding-left: 5px;

	border-right: 1px solid #429EEF;
	border-bottom: 1px solid #429EEF; 
}

td.admin_title_r
{
	font-size: 15px;
	text-align: center;
	
	border-bottom: 1px solid #429EEF;
}

td.admin_l_0
{
	border-right: 1px solid #429EEF;
	border-bottom: 1px solid #429EEF;
	
	background-color: #F1F1FF;
	
	padding-left: 5px;
}

td.admin_r_0
{
	border-bottom: 1px solid #429EEF;
	
	background-color: #F1F1FF;
	
	padding-left: 5px;
}

td.admin_l_1
{
	border-right: 1px solid #429EEF;
	border-bottom: 1px solid #429EEF;
	
	background-color: #DBE3FF;
	
	padding-left: 5px;
}

td.admin_r_1
{
	border-bottom: 1px solid #429EEF;
	
	background-color: #DBE3FF;
	
	padding-left: 5px;
}