/* FORMATAGE GENERAL */
*{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

form { 
	margin: 0; 
	padding: 0; 
}

body{
	margin: 10px;
	background:#323B52 url("lib/fond.gif");
}

input, select, textarea{
	color: #FFFFFF;
	font-size: 12px;
	border: #4E5975 solid 1px;
	background-color: #232a3a;
	padding: 2px;
	margin-left: 2px;
}

h1, h2{
	display: inline;
}

hr{
	margin-top: 10px;
	margin-bottom: 10px;
}

/* FORMATAGE DU TEXTE ET LIENS */
a{
	color: #FFCC00;
	text-decoration : none;
}

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

.news{
	font-size : 12px;
}

.news a{
	font-size : 12px;
}

.block_pano{
	text-align: center;
	display: inline-block;
	font-size : 12px;
}

.titre_galerie{
	text-align: left;
	padding-left: 5px;
	float: left;
}

.decale{
	padding-left : 10px;
}

.decale2{
	padding-left : 20px;
}

.multipages{
	text-align: right;
	padding-right: 5px;
	float: right;
}

.multipages a{
	font-size : 14px;
}

.legende{
	font-size : 11px;
	margin-bottom: 15px;
}

/* BORDURES */
.bordure_portrait{
	border: 1px dashed #4E5975;
	margin-right: 5px;
}

.bordure_point{
	border-top: 1px dotted #CCCCCC;
	width: 100%;
	height: 1px;
}

div.bordure_point{
	margin-top: 10px;
	margin-bottom: 10px;
}

/* EFFET DE CHANGEMENT DE COULEUR fonctionne sur Firefox, il y a un JS pour IE */
.onfocus{
	border: #FFCC00 solid 1px;
	background-color: #161a24;
}

.onblur{
	border: #4E5975 solid 1px;
	background-color: #232a3a;
}

/* LE CONTENANT DE TOUTE PAGE */
.main_table{
	width: 955px;
	text-align: justify;
	margin: 0px auto;
}

.round-top{
	background: url("lib/main_top.png") no-repeat;
	width: 958px;
	height: 6px;
}

.round-bottom{
	background: url("lib/main_bottom.png") no-repeat;
	width: 958px;
	height: 12px;
}

/* FORMATAGE DU MENU DE NAVIGATION */
.menu{
	width: 958px;
	height: 38px;
	background:url("lib/barre_menu.png") no-repeat;
	font-size : 14px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 4px;
}

.menu a{
	font-size : 14px;
}

.menu_selected{
	color: #99CC33;
	font-size: 18px;
}

.menu_liste{
	float: left;
	display: inline;
}

.menu_stats{
	font-size : 11px;
	float: right;
	display: inline;
	padding-top: 6px;
	padding-right: 25px;
}

.menu_galerie{
	width: 958px;
	height: 38px;
	background:url("lib/barre_menu.png") no-repeat;
	font-size : 11px;
	color: #FFFFFF;
	padding-top: 9px;
	padding-left: 10px;
	text-align: left;
}

.menu_galerie a{
	font-size : 12px;
}

.menu_galerie_selected{
	color: #99CC33;
}

.sub_menu{
	margin-top: 14px;
	padding: 5px;
	display: none;
	position: absolute;
	text-align: left;
	background-image: url("lib/transparent75.png");
	border: #4E5975 dashed 1px;
}

.sub_menu a{
	font-size : 12px;
}

.ssub_menu{
	padding: 5px;
	position: absolute;
	margin-top: -6px;
	display: none;
	text-align: left;
	background-image: url("lib/transparent75.png");
	border: #4E5975 dashed 1px;
	white-space: nowrap;
}

.sous_categ{
	margin-top: 5px;
	padding-top: 5px;
	border-top: #4E5975 dashed 1px;
	text-align: right;
}

/* HABILLAGE DES PHOTOS */
.bordure_vignettes_galerie{
	border: #4E5975 dashed 1px;
	padding: 3px;
	margin: 2px;
}

.bordure_vignettes_galerie:hover{
	border: #CC0000 dashed 1px;
}

.bordure_tableau_vignettes{
	width: 958px;
	background: url("lib/main_bg.png");
}

.bordure_tableau_vignettes td{
	padding-left: 8px;
	padding-right: 12px;
}