html, body {height : 100%;}
body
{
	margin:0;
	padding:0;
	font-family:Georgia;
}

/* Basic Elements */


h2
{
	height:30px;
	line-height:30px;
	text-align:left;
	text-decoration:none;
	font-size:20px;
	text-indent:20px;
	color:#F5D516;
}
h1
{
	height:30px;
	line-height:30px;
	text-align:left;
	text-decoration:none;
	font-size:20px;
	text-indent:20px;
	color:#483535;
}




@-moz-keyframes rotateLeft, @-webkit-keyframes rotateLeft, @-o-keyframes rotateLeft, keyframes rotateLeft
{
	from {
    -webkit-transform: scale(1) rotate(0deg);/* Agrandissement de la photo */
    -moz-transform: scale(1) rotate(0deg));
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
	}
	to {
    -webkit-transform: scale(1.2) rotate(-10deg);/* Agrandissement de la photo */
    -moz-transform: scale(1.2) rotate(-10deg);
    -o-transform: scale(1.2) rotate(-10deg);
    transform: scale(1.2) rotate(-10deg);
	}
}
@-moz-keyframes rotateRight, @-webkit-keyframes rotateRight,  @-o-keyframes rotateRight, keyframes rotateRight
{
	from {
    -webkit-transform: scale(1.2) rotate(0deg);/* Agrandissement de la photo */
    -moz-transform: scale(1.2) rotate(0deg);
    -o-transform: scale(1.2) rotate(0deg);
    transform: scale(1.2) rotate(0deg);
	}
	to {
    -webkit-transform: scale(1.2) rotate(+20deg);/* Agrandissement de la photo */
    -moz-transform: scale(1.2) rotate(+20deg);
    -o-transform: scale(1.2) rotate(+20deg);
    transform: scale(1.2) rotate(+20deg);
	}
}
div.menu
{
	width:100%;
	height:90px;
	position:absolute;
	margin:0;
	padding:0;
	top:65%;
	background:#1C0A00;
	font-size:30px;
	background-image:url('../img/bg-menu.png');

}
a.menu_element 
{
	display:block;
	width:auto;
	height:parent;
	line-height:parent;
	color:white;
	text-decoration:none; 
	float:right;
	line-height:90px;
	font-size:30px;
	padding:0 10px 0 10px;
	direction : rtl;
	/* Fonctionne déjà sur webkit */
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 1s;

	/* Bientôt supporté par Firefox */
	-moz-transition-property: background-color;
	-moz-transition-duration: 1s;

	/* et lorsque ce sera standardisé */
	transition-property: background-color;
	transition-duration: 1s;
}

a.menu_element:hover, a.menu_element:focus
{
	color:#F5D516;
	font-style:italic;
}
div.date_sticker
{
	background-image:url('../img/bg-date.png');
	width:150px;
	height:150px;
	text-align:center;
	float:right;
	margin-bottom:20px;
}

@font-face { 
    font-family: Creampuff; src: url("/font/Creampuff.otf");
} 

div.date_sticker p
{

	font-family:Creampuff;
	font-size:40px;
	color:#1C0A00;
	text-shadow:
	#fff 1px 1px 1px,
	#fff -1px 1px 1px,
	#fff -1px -1px 1px,
	#fff 1px -1px 1px; 
	margin:0 0 45px -5px;
	margin-right:0;
	line-height:125px;
} 

#footer
{
	background-color:#1CBB8F;
	width:100%;
	height:20px;
	position:absolute;
	bottom:1px;
	text-align:right;
}
#footer a
{
	font-size:10px;
	line-height:20px;
	color:white;
	text-decoration:none;
	text-align:right;
}
#news-bloc
{
	width:350px;
	margin:20px 15px 0 15px;
	clear:both;
	float:right;

}
.news
{
	width:100%;
	height:400px;
	border:1px solid #1C0A00;
	background-color:#fff;
	overflow:auto;
	position:relative;
    opacity : 0.85;
    -moz-opacity :0.85;
    -ms-filter: "alpha(opacity=85)"; /* IE 8 */
    filter : alpha(opacity=85); /* IE < 8 */ 
	margin:0 0 10px 0;
}

.news-title-bloc h2
{
	float:left;
	margin-top:-8px;
}
.news p, .news ul li, .news ul a
{
	font-size:11px;
}

.news-contain
{
	margin:15px 15px 15px 15px;
	padding:10px 0 10px 0;
	height:380px;	
}
.date-news
{
	line-height:16px;
	font-size:10px;
	font-weight:bold;
	color:#2B0F00;
	background:url('../img/bg-date-title.png') no-repeat;
	display:block;
	width:75px;
	margin-right:50px;
	position:absolute;
	z-index:10;
	height:18px;
	margin-left:-15px;
	text-indent:10px;
}
.title-news
{
	font-size:16px;
	font-weight:bold;
	margin-left:70px;
}
div.title_news h1
{
	margin-left:0;
	text-indent:0;
}
.more-news
{
	margin:0;
	
	width:30px;
	height:30px;
	background-color:#1C0A00;
	text-align:center;
	line-height:30px;
	float:right;
	border:1px solid #1C0A00;
	color:white;
	-webkit-transform: rotate(-90deg);	
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);	
}

.menuLink{
	clear:both;
	top:15px;
	margin-right:15px;
	position:relative;
	float:right;
}
/* element inline */

span.element_important
{
	color:#B21A15;
	font-weight:bold;
}
a#more_info
{
	background-image:url('../img/bg_bouton_plus_info.png');
	height:38px;
	line-height:38px;
	width:184px;
	background-repeat:no-repeat;
	text-indent:15px;
	display:block;
	float:right;
	text-decoration:none;
	color:#fff;
	font-size:20px;
	margin-top:-30px;
}
a#link_admin
{
	background-image:url('../img/link_admin.png');
	height:37px;
	line-height:30px;
	width:169px;
	background-repeat:no-repeat;
	text-indent:75px;
	display:block;
	text-decoration:none;
	font-size:15px;
	color:#333333;
	font-weight:bold;
	float:left;
	margin-top:7px;
	margin-left:340px;
}
div#paginator
{
	float:right;
	margin-right:10px;
}
div#paginator a.button_next
{
	font-family:Georgia;
	font-size:10px;
	color:#383838;

}
div#paginator span.current
{
	font-family:Georgia;
	font-size:10px;
	color:red;

}



	

hr.spacer
{
	clear:both;
	visibility:hidden;
}
.menu_pointer ul li p:hover
{
	cursor : pointer;
}

#slider
{
	width:500px;
	margin:auto;
	height:300px;
	margin-top:15px;
}

#slider_interieur
{
	width:940px;
	margin:auto;
	height:170px;

	margin-left:0;
}

/* LOGIN */

.champ_obligatoire
{
	color:red;
}
div#flash_message
{
	color:red;
	font-weight:bold;
	width:300px;
}
.error-message
{
	color:red;
}





.list_default
{
	font-size:12px;	
}


/* Menu second ul accordion */
ul.menu
{
	padding:0;
	margin:auto;
	margin-top:0;
	z-index:10;
	width:110px;
	left:366px;
	position:relative;
	margin-top:20px;
	top:80px;
}

ul.menu li
{
	list-style-type:none;
	padding:0;
	margin:0;
}
a.menu_second_child
{
	font-size:12px;
	color:white;
	font-weight:bold;
	font-family:Georgia;
	text-decoration:none;
	background:url('../img/sprite.png') 0 0 no-repeat;
	height:38px;
	line-height:38px;
	width:108px;
	display:block;
	text-align:center;
	color:#795353;
	/* Fonctionne déjà sur webkit */
	-webkit-transition-property: background;
	-webkit-transition-duration: 0.25s;

	/* Bientôt supporté par Firefox */
	-moz-transition-property: background;
	-moz-transition-duration: 0.25s;

	/* et lorsque ce sera standardisé */
	transition-property: background;
	transition-duration: 0.25s;
}
a.menu_second_child:hover, a.menu_second_child_selected
{
	background:url('../img/sprite.png') 0 -38px no-repeat;
	color:white;
}



/* Category classements  + ( photos ) */
div#category-classements 
{
	
	height:32px;
	width:214px;
	float:right;
	margin-top:20px;
}
div#category-classements a,  div#category-photos a, div#category-inscriptions a 
{
	display:block;
	height:32px;
	width:71px;
	float:left;
	line-height:32px;
	font-family:Georgia;
	text-align:center;
	color:#483535;
	text-decoration:none;
}
div#category-classements a.menu_one, div#category-photos a.menu_one, div#category-inscriptions a.menu_one
{
	display:block;
	height:32px;
	width:71px;
	float:left;
	background:url('../img/sprite.png') 0 -92px no-repeat;
}
div#category-classements a.menu_two, div#category-photos a.menu_two, div#category-inscriptions a.menu_two
{
	display:block;
	height:32px;
	width:72px;
	float:left;
	background:url('../img/sprite.png') -71px -92px no-repeat;
}
div#category-classements a.menu_three, div#category-photos a.menu_three, div#category-inscriptions a.menu_three
{
	display:block;
	height:32px;
	width:71px;
	float:left;
	background:url('../img/sprite.png') -143px -92px no-repeat;
}
div#category-classements a.menu_one:hover, div#category-classements a.menu_one_selected, div#category-photos a.menu_one:hover, div#category-photos a.menu_one_selected, div#category-inscriptions a.menu_one_selected, div#category-inscriptions a.menu_one:hover
{
	background:url('../img/sprite.png') 0 -126px no-repeat;
	text-decoration:underline;
}
div#category-classements a.menu_two:hover, div#category-classements a.menu_two_selected, div#category-photos a.menu_two:hover, div#category-photos a.menu_two_selected, div#category-inscriptions a.menu_two_selected, div#category-inscriptions a.menu_two:hover
{
	background:url('../img/sprite.png') -71px -126px no-repeat;
	text-decoration:underline;
}
div#category-classements a.menu_three:hover, div#category-classements a.menu_three_selected, div#category-photos a.menu_three:hover, div#category-photos a.menu_three_selected, div#category-inscriptions a.menu_three_selected, div#category-inscriptions a.menu_three:hover
{
	background:url('../img/sprite.png') -143px -126px no-repeat;
	text-decoration:underline;
}

/* CLASSEMENT */

.classement
{
	border:1px dotted #2B0F00;
}
.classement tr
{
	line-height:16px;
	font-size:11px;
	height:14px;
}
.header_classement
{
background-color:#483535;
color:white;

}
.top_three
{
	background-color:#F6E573;
	color:#2B0F00;
}                 
.content_classement_table
{
	overflow:auto;

}
.content_classement_table table td
{
	text-align:center;
}

/* Galerie photo */


div#photosHeader
{
	height:50px;
	width:100%;
	background:#403030;
	margin:0;
}
div#photosHeader h1
{
	margin:0;
	font-family:Creampuff;
	font-size:40px;
	color:#F5D516;
	text-shadow:#2B1E1E 1px 1px 1px,#2B1E1E 1px 1px 1px,#2B1E1E 1px 1px 1px,#2B1E1E 1px 1px 1px; 
	line-height:50px;
	font-size:24px;
}

.button_back_photo
{
	text-align:center;
	clear:both;
	margin-left:20px;
	background-color:#F5D516;
	display:block;font-size:12px;
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:130px;
	border:1px solid #D1B517;
	box-shadow: 3px 3px 1px #888;
	-webkit-box-shadow: 3px 3px 1px #888;
	-moz-box-shadow: 3px 3px 1px #888;
	
}

.am-wrapper{
	float:left;
	position:relative;
	overflow:hidden;
}
.am-wrapper img{
	position:absolute;
	outline:none;
}

div#category-photos 
{
	height:32px;
	float:right;
	margin-right:20px;
	line-height:50px;
}
div#category-photos a
{
	margin-top:10px;
}
div#category-photos a.menu_two
{
	margin-top:10px;
	width:60px;
}


/* Inscriptions */
div#title-inscriptions
{
	background: url('/css/fancybox/bg-title-box.png') no-repeat;
	line-height:62px;
	height:62px;
	position:relative;
	text-align:center;
	width:420px;
	z-index:2500;
	font-size:25px;
	font-family:Georgia;
	margin:auto;
	margin-top:-33px;
	color:white;
}

div#container
{
	width:815px;
	height:500px;
	margin:auto;
	background-color:transparent;
	min-height:500px;
	margin-top:-145px;

}
div#container_left
{
	width:700px;
	float:left;
	background-color:white;
	margin-top:-7px;
	z-index:250;
	left:110px;
	position:relative;
}
div#container_right
{
	width:110px;
	float:left;
	background-color:transparent;
	left:110px;
	position:relative;

}
div#main_left
{
	width:700px;
	background-color:white;
	height:auto;
	min-height:250px;
	overflow:auto;
	z-index:250;
}
div#content
{
	width:650px;
	margin:auto;
	margin-top:-10px;
	font-family:Verdana;
	font-size:12px;
	height:650px;
}	
div#main_left_bottom
{
	background-color:none;
	background-image:url('../img/bg_main_left_bottom.png');
	background-repeat:no-repeat;
	height:10px;

}
div#main_right
{
	height:auto;
	min-height:150px;
	margin-top:-7px;
}	
div#main_right_bottom
{
	background-image:url('../img/bg_main_right_bottom.png');
	background-repeat:no-repeat;
	height:10px;
}


/* table frontend */
table.general_table
{
	border:1px solid #CAD0D5;	
	padding:0;
	margin:auto;
	width:100%;
	text-align:center;
}
table.general_table th
{
	height:30px;	
    background-color: #483535;
    color: white;
}
table.general_table tr
{
	line-height:20px;
	height:20px;
}
table.general_table tr:hover
{
	background-color:#EEF4FF;
}
table.general_table tr.line_odd
{
	background-color:#FBEE97;
}
table.general_table tr.line_odd:hover
{
	background-color:#BAA9A3;
}
table.general_table tr.line_even
{
	background-color:#FEFADE;
}
table.general_table tr.line_even:hover
{
	background-color:#BAA9A3;
}
table.general_table a
{
	color:#149B75;
	text-decoration:none;
}
table.general_table a:hover
{
	color:red;
	text-decoration:underline;
}
a.link_general
{
	text-decoration:none;
	color:#383838;
}
a.link_general_footer
{
	color:white;
}
a.fakeClose
{
    background: url("../img/fancy_closebox.png") repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 30px;
    position: relative;
    right: -15px;
    top: -45px;
    width: 30px;
    z-index: 1103;
	float:right;
	text-decoration:none;
}

#inscriptions-content{
	border:1px dotted #33180F;
	width:610px;
	height:160px;
	padding:10px;
}
.insc-content{
	display:none;
}

/* Media Queries */

@media screen and (max-width:1440px) { 
	div.menu
	{
		height:60px;
		font-size:24px;
		background-image:url('../img/bg-menu-1024.png');
	}
	a.menu_element 
	{
		font-size:24px;
		line-height:60px;
		padding:0 5px 0 5px;
	}
	.menuLink{
		top:2px;
		margin-right:0;
	}
	.news
	{
		height:185px;
	}
	ul.menu
	{
		top:-100px;
		left:366px;
	}
}
@media screen and (max-width:1280px) { 
	div.menu
	{
		height:75px;
		font-size:24px;
		background-image:url('../img/bg-menu-1280.png');
	}
	a.menu_element 
	{
		font-size:24px;
		line-height:75px;
		padding:0 5px 0 5px;
	}
	.menuLink{
		top:10px;
		margin-right:0;
	}
	.news
	{
		height:280px;
	}
	ul.menu
	{
		top:-30px;
	}
}
@media screen and (max-width:1024px) { 
	div.menu
	{
		height:60px;
		font-size:24px;
		background-image:url('../img/bg-menu-1024.png');
	}
	a.menu_element 
	{
		font-size:24px;
		line-height:60px;
		padding:0 5px 0 5px;
	}
	.menuLink{
		top:2px;
		margin-right:0;
	}
	.news
	{
		height:185px;
	}
	ul.menu
	{
		top:-100px;
		left:366px;
	}
}


