/*
	Style For Le13.be
*/


/*  Blocs  */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin:0;
	padding:0;
	background-color: #999999;
}

#container {
	border-top: solid 1px #000000;
	background-color:#3d3d3d;
	width:1000px;
	font-size:11px;
	margin-bottom:20px;
	margin-left: auto;
	margin-right:auto;
	margin-top:10px;
	
}
#horaire
{
	color:#ad0f5b;
}
#cleft {
	float:left;
	width:200px;
	text-align:center;
	background-color:#000000;
	padding-top:10px;
	padding-bottom:25px;
	border-right: 4px solid #BDCD00;
	height:650px;
}
	#cleft h1{
		color:#ad0f5b;
		padding:0px;
		margin:0px;
		font-size:12px;
	}
	#nouveau {
		width:160px;
		margin-left:auto;
		margin-right:auto;
		background-color:#333333;
		padding:5px 3px 5px 3px;
		height:100px;
		overflow:hidden;
	}
		#nouveau a {
			text-decoration:none;
			color:#FFFFFF;
		}
		#nouveau a:hover {
			text-decoration:underline;
			color:#ad0f5b;
		}

#cright {
	float:left;
	background-color:#3d3d3d;
	border-left:solid 4px #BDCD00;
	width:796px;
	text-align:left;
	height:100%;
	margin-left:-4px;
	z-index:3;
}
#topimages {
	width:100%;
	height:126px;
	text-align:left;
	border-bottom: solid 4px #BDCD00;
	overflow:hidden;
	/*-moz-opacity:0.1;*/
	/*opacity: 0.1;*/
}
#navigation {
	width:746px;
	height:25px;
	background-color: #333333;
	padding-left:50px;
}
	/* 2lément navigation */
	#navigation a{
		font-size:12px;
		display:block;
		float:left;
		margin-left:10px;
		color:#FFFFFF;
		font-size:11px;
		text-decoration:none;
		font-weight:bold;
		padding: 5px 25px 5px 25px;
	}
	#navigation a:hover, a.on{
		background-color:#ad0f5b;
	}

#content {
	padding: 50px 50px 50px 125px;
	width: 620px;
	background-color:#3d3d3d;
	font-size:11px;
	height:436px;
	background-image:url(images/le13-background.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: 50% 50%;
	overflow:auto;
	/* Scroll Bar */
	scrollbar-face-color : #3d3d3d; 
	scrollbar-highlight-color : #000000;
	scrollbar-3dlight-color : #000000; 
	scrollbar-shadow-color : #000000; 
	scrollbar-darkshadow-color : #000000;
	scrollbar-track-color : #000000;
	scrollbar-arrow-color : #ad0f5b;;
}
	#content h1 {
		margin: 0px;
		padding:0 0 15px 0;
		font-size: 14px;
	}
	#content h2 {
		margin: 0px;
		padding:10px 0 0 0;
		font-size: 12px;
	}
	#content .justify {
		text-align:justify;
	}
	#content .center {
		text-align:center;
	}
	#content hr {
		color:#bdcd00;
		width:75%;
		text-align:center;
		margin-bottom:20px;
	}
	#content a {
		color:#ffffff;
		text-decoration:none;
		font-weight:bold;
	}
	#content a:hover {
		color:#ad0f5b;
	}
	#content input.txt, textarea.txt {
		border:0;
		font-size: 11px;
		color:#000000;
		width:75%;
	}
	#content select.txt {
		border:0;
		font-size: 11px;
		color:#000000;
		/*width:75%;*/
	}
	#content input.txt:focus {
		background-color:#bdcd00;
	}
	#content input.bouton {
		border:0;
		font-size:11px;
		color:#000000;
		width:75px;
		padding: 0 3px 0 3px;
		background-color:#BDCD00;
	}
	
#footer {
	clear:both;
	height:25px;
	width:1000px;
	background-color:#BDCD00;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-align:center;
	border-bottom:solid 1px #000000;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
}
	#footer p {
		display:block;
		padding-top:5px;
	}
	#footer a {
		color:#000000;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
		color:#ad0f5b;
	}
#mail {
	padding:0 20px  0 10px;
	text-align:right;
	color:#BDCD00;
}
	#mail input.txt {
		border:0;
		font-size: 11px;
		color:#000000;
		width:100px;
	}
	#mail input.txt:focus {
		background-color:#bdcd00;
	}
	#mail input.bouton {
		border:0;
		font-size:11px;
		color:#000000;
		/*width:45px;*/
		padding: 0 3px 0 3px;
		background-color:#BDCD00;
	}