/* CSS Document */
body
{
	background:#FFFFFF;
	font-family:"Trebuchet MS","Lucida Grande",Verdana,sans-serif;
	font-size: 10pt;
	color:#000000;
	text-decoration:none;
	
}

.petit {
	font-size: 8pt;	
}
.moyen
{
	font-size: 9pt;	
}
.grand
{
	font-size:14pt;
}
a
{
	color:#943f46;
	text-decoration:underline;
}
a:hover
{
	color:#EE0000;
	text-decoration:underline;
}

.tableau
{
	border: 1px dashed #fba22d;	
}
.titre_table
{
	background:#fba22d;	
}
.titre
{
	font-size:12pt;
	color:#fba22d;
	font-weight:bold;
}
.sous_titre
{
	font-size:10pt;
	color:#cc7707;
	font-weight:bold;
}

/******************* Input ******************/

input.submit {
	width:30px;
}
input.texte_petit
{
	font-size: 8pt;	
}
form {
	margin:0;
}
.bouton_vert
{
	color:#FFFFFF;
	border:0px; 
	background:url(../files/images/reservation_nu.gif); 
	width:137px; 
	height:68px;
	font-size:12pt;
	font-weight:bold;
	padding-right:20px;
	cursor:pointer;
}

/********* sujet ***************************/

.titre_sujet
{
	font-size:14pt;
	font-weight:bold;
	color:#cc7707;
	border-bottom:#cc7707 solid 3px;
}

/*************** Menu des rubriques **************/
.menu_rubrique
{
	border:#943f46 dashed 1px;
}
a.liens_menu_rubrique
{
	color:#943f46;
	text-decoration:none;
}
a.liens_menu_rubrique:hover
{
	color:#EE0000;
	text-decoration:underline;
}


/******************* MENU ONGLET *******************/
a.onglet0_selected
{
	font-size: 12pt;
	font-weight:bold;
	color:#092c71;
	text-align: center;
	text-decoration:none;
	background-image:url(../images/onglet0/onglet_sc.jpg);
	display:block;
	width:auto;
	height:34px;
	padding-top:12px;
}
a.onglet0_selected:hover
{
	font-size: 12pt;
	color:#0A0C5C;
	background-color:#EEEEEE;
}
a.onglet0_no_selected
{
	font-size: 12pt;
	font-weight:bold;
	color: #444444;
	display:block;
	width:auto;
	text-align: center;
	vertical-align: middle;
	text-decoration:none;
	background-image:url(../images/onglet0/onglet_uc.jpg);
	height:30px;
	padding-top:16px;
}
a.onglet0_no_selected:hover
{
	font-size: 12pt;
	color:#FFFFFF;
	background-color:#EEEEEE;
}

/****/

a.onglet2_selected
{
	font-size: 12pt;
	font-weight:bold;
	color:#092c71;
	text-align: center;
	text-decoration:none;
	background-image:url(../images/onglet2/onglet_sc.jpg);
	display:block;
	width:auto;
	height:34px;
	padding-top:12px;
}
a.onglet2_selected:hover
{
	font-size: 12pt;
	color:#0A0C5C;
	background-color:#EEEEEE;
}

a.onglet2_no_selected
{
	font-size: 12pt;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	width:auto;
	text-align: center;
	vertical-align: middle;
	text-decoration:none;
	background-image:url(../images/onglet2/onglet_uc.jpg);
	height:30px;
	padding-top:16px;
}
a.onglet2_no_selected:hover
{
	font-size: 12pt;
	font-weight:bold;
}


/*******  Sous menu flottant *************************/
.tab_flottant
{
	border-bottom:1px #ABABAB solid;
	border-left:1px #ABABAB solid;
	border-right:1px #ABABAB solid;
}
a.sous_menu
{
	display:block;
	width:190px;
	height:20px;
	padding-top:6px;
	background-color:#FFFFFF;
	text-decoration:none;
	text-align:left;
	color:#646464;
	padding-left:15px;
	font-weight:bold;
}

a.sous_menu:hover
{
	display:block;
	background-color:#f6f6f5;
	text-decoration:none;
}

/************* Chemin des rubriques *********************/
#div_chemin
{
	padding-top:10px;
	color:#000000;
	margin-left:10px;
}
a.lien_chemin_rubrique
{
	color:#323232;
	text-decoration:underline;
}
a.lien_chemin_rubrique:hover
{
	color:#7E7E7E;
	text-decoration:none;
}



/* -- Galeries -- */
.path {
	font-family: "Trebuchet MS", Lucida, Tahoma;
	font-size:10pt;
}

.imgBrowse, .imgBrowsedir {
	float : left;
	margin : 0 10px 10px 0;
	text-align : center;
	border : 1px dashed #777;
	width:170px;
}
.thumbnail {
	width : 170px;
	height : 160px;
	margin : 0;
	padding : 1px;
	font-size : 10pt;
	
}
.imgBrowse .action, .imgBrowsedir .action {
	height : 35px;
	margin : 0px 0px 0 0;
	text-align : center;
	font-size : 8pt;
	color:#777;
}

.imgBrowse .action a, .imgBrowsedir .action a{
	color:#111111;
	text-decoration:none;
}

.imgBrowse .thumbnail img {
	display : block;
	margin : 10px auto;
}
.imgBrowsedir .thumbnail img {
	display : block;
	margin : 5px auto;
}
.image {
	text-align:center;
	border : 1px dashed #777;
	margin:5px;
	width:700px;
}


