@charset "utf-8";

a:hover
{
	background:none;
}

.img
{
	border: 0;	
}

body
{
	min-width:960px;
	height:100%;
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	background-color: #CCC;
	background: url('../images/pixel_bg_karate.png') repeat;
	/*background-repeat: repeat;*/
	background-position: left top;	
}
/*
body
{
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	background-color: #CCC;	
}*/
/*
#bg
{
	min-width: 980px;
	background: url('../../images/bg_dieppe.jpg') no-repeat;
	background-position: center;
	background-color: #BD1D27;	
}
*/
/*
.boite
{ 
	position: absolute; 
	top:0px;
	left: 0px; 
	height: 100%;
	width: 100%;
	z-index: -10;
} 
*/
#wrapper {
	width:980px;
	margin:auto;	
	margin-top:5px;
}

.header
{
	width: 980px;
	height: 150px;
	background: url("../images/header_bg.png") no-repeat;
	margin-bottom: 10px;
	position: relative;
}
/*
.space_box
{
	width: 980px;
	height: 10px;
	background:url("../../images/pixel_bg.png") repeat; 
}
*/

#social_link
{
	margin-bottom: 10px;
}

#languettes
{
	width: 980px;
	height: 5px;
	position: relative;
}


#planning
{
	width: 162px;
	height: 46px;
	position: absolute;
	top: 10px;
	right: 100px;
	margin-top: -60px;
	z-index: 400;
}

#planning a:hover, #planning a:visited
{
	width: 162px;
	height: 46px;
	position: absolute;
	top: 38px;
	z-index: 400;
}

#stages
{
	width: 124px;
	height: 46px;
	position: absolute;
	top: 10px;
	right: 84px;
	margin-top: -60px;
	z-index: 400;
}

#stages a:hover
{
	width: 162px;
	height: 46px;
	position: absolute;
	top: 38px;
	z-index: 400;
}

#archives
{
	width: 124px;
	height: 46px;
	position: absolute;
	top: 10px; 
	right: 30px;
	margin-top: -60px;
	z-index: 400;
}

#archives a:hover
{
	width: 162px;
	height: 46px;
	position: absolute;
	top: 38px;
	z-index: 400;
}

h1 {
    color: #463A37;
    font-family:arial,verdana,sans-serif;
    font-size:15px;
    font-weight:bold;
	margin:0px;
    padding:0px;
	padding-left:15px;
    text-align:left;
}

p {
	width: 830px;
    color: #333333;
    font-family:arial,verdana,sans-serif;
    font-size:12px;
    margin-bottom:5px;
    margin-top:5px;
	margin-left:30px;
    text-align:left;
}

.menu li a img
{
	position: relative;
	top: 6px;
}

.spacer 
{
	clear:both;	
	height: 30px;
}

/* PARTIE HEADER */
.menu 
{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family: arial,verdana,sans-serif;
	font-size:13px;
	color:8e8e8e;
	position: relative;
}

#ceinture
{
	width: 164px;
	height: 536px;
	position: absolute;
	top: -40px;
	left: 840px;
	z-index: 400;
}

.menu ul 
{
	width: 978px;
	background:url("../images/bg_menu_red.png") top left no-repeat;
	height:44px;
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom: 15px;
}

.menu li 
{
	float:left;
}

.menu li a 
{
	font-size: 13px;
	color: #CCC;
	display: block;
	font-weight: bold;
	line-height: 42px;
	padding: 0px 12px;
	text-align: center;
	text-decoration: none;
}

#cadenas
{
	padding: 0px 0px;
}

#lock_intra a
{
	border: 0px;
}

.menu li a:hover 
{
	color:#E49BA0;
	text-decoration:none;
}

.menu li ul 
{
	background:#e0e0e0;
	/*border-left:2px solid #0079b2;
	border-right:2px solid #0079b2;
	border-bottom:2px solid #0079b2;*/
	display:none;
	height:auto;
	position:absolute;
	width:175px;
}
.menu li:hover ul 
{
	display:block;
}
	
.menu li li 
{
	display:block;
	float:none;
	width:175px;
}
.menu li ul a 
{
	display:block;
	font-size:12px;
	font-style:normal;
	padding:0px 10px 0px 15px;
	text-align:left;
}
.menu li ul a:hover 
{
	background:#949494;
	color:#000000;
}
		
.menu p 
{
	clear:left;
}	

/* DEBUT DU CONTENU */	
#content 
{
	width: 978px;
	background: url('../images/pixel_bg_content_karate.png') repeat;
	/*background: url('../images/body_bg3.png') repeat;*/
	/*border-bottom:1px solid #999;
	border-left:2px dashed #9D1A20;
	border-right:2px dashed #9D1A20;*/
	position:relative;
	margin-bottom: 20px;
	padding-bottom:0px;
	/*padding-top:25px;*/
	background-color: #CCC;
	z-index: 200;
}

#bg_bottom
{
	width: 978px;
	height: 2px;
	background: url('../images/bottom_bg.jpg') repeat-x;
}

/* DEBUT DU PIED DE PAGE */

#footer
{
	width: 978px;
	background:url("../images/bg_footer_red.png") top left no-repeat;
	height:44px;
	list-style:none;
	margin:0;
	padding:0;	
	color: #cccccc;
}

#content-footer
{
	/*color:#79060d;*/
	text-align:center;
	line-height: 42px;
	font-weight: bold;
}

#footer a 
{
	color: #cccccc;
	text-decoration:none;
}

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

.box_border
{
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgba(0, 0, 0, 0.296875);
	border-right-color: rgba(0, 0, 0, 0.296875);
	border-bottom-color: rgba(0, 0, 0, 0.296875);
	border-left-color: rgba(0, 0, 0, 0.296875);
	-moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,.3),1px 1px 0 rgba(255,255,255,.3);
	-khtml-box-shadow: inset 1px 1px 0 rgba(255,255,255,.3),1px 1px 0 rgba(255,255,255,.3);
	-webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,.3),1px 1px 0 rgba(255,255,255,.3);
	-o-box-shadow: inset 1px 1px 0 rgba(255,255,255,.3),1px 1px 0 rgba(255,255,255,.3);
	box-shadow: inset 1px 1px 0 rgba(255,255,255,.3),1px 1px 0 rgba(255,255,255,.3);
	/*-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;*/
	margin-bottom: 20px;
	padding: 6px 0;
	overflow: auto;
}

.page2 a
{
	display: block;
	text-align: center;
	font-weight: bold;	
	color: #991921;
	margin-bottom: 20px;
	margin-left: 115px;
}