/* CSS Document */




html		{ height:100.1%; }		/* forces scrollbars in Firefox, Safari */
body		{ margin:0px; padding:0px; background-color:#6284aa; }
body		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#000000; text-align:center; line-height:16px; }

a			{ color:#527ca6; }
tr			{
	vertical-align:top;
}

h1			{ font-size:16px;
	font-weight:bolder;
	color:#FF3300;
	text-transform:none;
	
	border-bottom:1px solid #FF3300;
	text-align: left; }
h2			{
	font-size:16px;
	font-weight:bolder;
	color:#6284aa;
	text-transform:none;
	
	border-bottom:1px solid #FFCC00;
	text-align: right;
}
h3			{
	font-size:14px;
	font-weight:bold;
	color:#FF3300;
	text-transform:none;
	border-bottom:1px solid #FF3300;
	
	
	
}

/* main layout #ecede7 #c0dffd #e6f3ff*/

.layout					{ width:928px; margin:0px auto; text-align:left; background-color:#ecede7; }
.layout_gal				{
	width:928px;
	margin:0px auto;
	text-align:left;
	background-color:#ecede7;
	z-index: 2;
}
.layout_prog					{ width:928px; margin:0px auto; text-align:left; background-color:#b3c3d3; }
.layout_bandeau				{ width:928px; margin:0px auto; text-align:left; background-color:#ffffff; }

	

.bloc_droit			{ background-color:#b3c3d3; border-top:1px solid #6284aa; border-left:1px solid #6284aa; font-size:10px; line-height:14px;}
.bloc_droit_photos			{ background-color:#b3c3d3; border-top:1px solid #6284aa; border-right:1px solid #6284aa;}

.layout_main .content	{ padding:20px; }

.layout_footer 			{ width:928px; margin:0px auto; font-size:10px; text-align:center;  line-height:14px; background-color:#FFFFFF;}

/* Menu */


.nav .item			{
	
	color:#000000;
	cursor:pointer;
	padding:0px 10px;
	float:left;
	font-size:13px;
	font-weight: bold;
}
.nav .item_over		{
	
	color:#FF3300;
	cursor:pointer;
	padding:0px 10px;
	float:left;
	font-size:13px;
	font-weight: bold;
}
.nav .item a		{ color:#000000; text-decoration:none; }
.nav .item_over a	{ color:#FF3300; text-decoration:none; }

.légendephoto {
	font-size: 9px;
	font-style: italic;
	line-height: 10px;
	text-align: center;
}


/* Sous menu */
.menu				{
	font-size:10px;
	width:250px;
	position:absolute;
	left:0px;
	top:0px;
	display:none;
	visibility:hidden;
	border: 1px solid #aaaaaa;
	background-color:#ffffff;
	
}
.menu .item			{ font-size:10px; text-transform:none; color:#7c7c7c; padding:3px; width:243px; border-bottom:1px solid #aaaaaa; font-weight: normal;}
.menu .item_over	{ font-size:10px; text-transform:none; color:#FF6600; padding:3px; width:243px; border-bottom:1px solid #aaaaaa; background-color: #eeeeee; font-weight: normal;}
.menu .item a		{ color:#7c7c7c; width:250px; }
.menu .item_over a	{ color:#FF6600; width:250px; text-decoration:none; }

/* liens */

.lien_detail				{
	color:#527ca6;
	font-size: 10px;
	text-align: right;
}

/* images */

.image				{
	text-align: right;
	border: medium solid #FFFFFF;
}

#liste				{
	padding-left: 50px;	
	
}
.layout tr .bloc_droit p {
	font-size: 10px;
}
.layout tr td p strong {
	font-weight: bold;
}
.layout_prog tr td .Style10 {
	color: #FF3300;
}

