body{
	margin:0px;
	padding:0px;
	background-color:#e6e3e3;
	font-family:"Myriad Pro";
}
div#conteneur{
	height:500px;
	width:900px;
	border:1px solid black;
	margin:auto;
	background-color:white;
	box-shadow: 8px 8px 12px #aaa;
}
/*------------------------------BANNIERE----------------------------*/
div#bann{
	width:900px;
	height:200px;
	margin:auto;
	margin-top:10px;
	box-shadow: 8px 8px 12px #aaa;
}
form[name='searchForm']{
	height:30px;
	width:100%;
	margin:0px;
	background-image:url(../img/search.png);
	background-repeat:no-repeat;
	background-position:right;
	border-bottom:20px solid #996600;
}
form[name='searchForm'] input[type="text"]{
	height:25px;
	width:180px;
	float:right;
	display:inline-block;
	margin-right:10px;
	margin-top:8px;
}
input[type="button"]#btSearch:hover{border:1px solid white;}
input[type="button"]#btSearch{
	height:30px;
	width:30px;
	float:right;
	margin-top:8px;
	margin-right:15px;
	border:1px solid black;
	background-color:black;
	display:inline-block;
	color:white;
	cursor:pointer;
	font-size:15pt;
}
div#banderoleImage{
	height:150px;
	width:100%;
	position:absolute;
	margin-top:0px;
}
/*
-------------------------------------------------------------
----------------------------- MENU --------------------------
-------------------------------------------------------------
*/

/*------------------------PANNIER--------------------------*/
div#pannier{
	height:150px;
	width:190px;
	margin:auto;
	margin-top:10px;
	border:1px solid black;
}
p#title{
	height:20px;
	width:100%;
	color:white;
	font-size:15pt;
	text-align:center;
	padding-top:5px;
	background-color:black;
}
div#pannier img{
	height:80px;
	display:inline-block;
	position:absolute;
	margin-left:100px;
	margin-top:30px;
}
span.pannierTexte:first-child{
	margin-top:10px;
}
span.pannierTexte{
	margin-top:5px;
	margin-left:10px;
	font-size:12pt;
	display:block;
}

span.pannierTexte a{
	font-size:11pt;
}
p#btPannier:hover{background-color:#0C3;}
p#btPannier{
	height:20px;
	width:40px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:green;
	border:1px solid black;
	cursor:pointer;
	margin-left:10px;
	margin-top:10px;
}
p#btPannier a {
	color:white;
	font-size:18pt;
	text-decoration:none;
	display:inline-block;
	width:100%;
	height:40px;
	text-align:center;
}

/*---------------------------------------------------------*/
div#menu{
	height:75%;
	width:220px;
	float:left;
}
div#menu ul#mainMenu{
	width:auto;
	margin-top:10px;
	margin-left:15px;
	text-indent:10px;
	padding:0px;
}
div#menu li{
	list-style-type:none;
	height:20px;
	width:190px;
	display:block;
	margin-bottom:5px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:black;	
}
div#menu li a{
	color:white;
	font-size:16pt;
	text-decoration:none;
	display:block;
	padding-left:10px;
	margin-left:-10px;
	height:20px;
	padding-top:5px;
	padding-bottom:10px;
	margin-top:-5px;
}
/*--------------------------inscriptionBt-------------------------*/
div#inscriptionBt{
	height:30px;
	width:190px;
	padding-top:15px;
	margin:auto;
	color:white;
	font-size:20pt;
	text-align:center;
	border-bottom:20px solid #996600;
	background-color:black;
}

/*------------------------------CORPS----------------------------*/
div#corps{
	height:498px;;
	width:75%;
	border-left:1px solid black;
	margin-top:2px;
	float:right;
	overflow-y:scroll;
	background-image:url(../img/corpsFond.png); 
}
/*------------------------------FOOTER----------------------------*/
div#footer{
	height:60px;
	width:900px;
	margin:auto;
	margin-top:10px;
	padding-top:5px;
	text-align:center;
	font-size:12px;
	border-top:1px solid #666;
}

