* {
	margin:0;
	padding:0;
	outline:0;
}

a img {
	border:none;
}

a:link, a:visited {
	color:#da0000;
	font-weight:bold;
	text-decoration:underline;
}

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


html {
	width:100%;
	height:100%;
	background:#e9e6e3;
}

body {
	width:100%;
	height:100%;
	background:url(../images/bkg.jpg) no-repeat top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4a4a4a;
}

#Container {
	position:relative;
	width:950px;
	min-height:800px;
	margin:auto;
}

#Header {
	position:relative;
	width:400px;
	height:245px;
	padding:15px 0 0 550px;
}

#Menu {
	position:relative;
	width:97px;
	height:242px;
	float:left;
	margin:25px 0 0 240px;
}

#Commande {
	position:relative;
	width:440px;
	height:183px;
	background:url(../images/commande-bkg.png) no-repeat;
	float:left;
	color:#d4d4d4;
	margin:0 0 0 95px;
	padding:100px 0 0 54px;
}

#ProchainConcert {
	position:relative;
	width:222px;
	height:187px;
	background:url(../images/prochain-concert-bkg.jpg) no-repeat;
	float:left;
	margin:35px 0 0 0;
	padding:50px 10px 0 28px;
	color:#d4d4d4;
}

#ProchainConcert h1 {
	color:#fff;
	margin:0 0 10px 0;
	font-size:12px;
	font-weight:bold;
}

#News {
	position:relative;
	width:306px;
	height:157px;
	background:url(../images/news-bkg.jpg) no-repeat;
	float:left;
	margin:35px 0 0 0;
	color:#6e6e6e;
	padding:50px 366px 30px 18px;
}

#Interne {
	position:relative;
	width:890px;
	min-height:250px;
	margin:318px 0 0 0;
}

#Contenu {
	position:relative;
	width:890px;
	min-height:130px;
	background:url(../images/interne-contenu-bkg.jpg) repeat-y;
	padding:20px 30px 0 30px;
}

#Contenu h1 {
	margin:0 0 10px 0;
}

#Bottom {
	position:relative;
	width:950px;
	height:25px;
	background:url(../images/interne-bottom-bkg.jpg) no-repeat;
}
/*-------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------- Début Formulaire ----------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/


input { 
	color:#000;
	width:246px;
	height:16px; 
	font-size:12px; 
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color:#EEEEEE;
	margin:0 0 5px 10px;
	padding:2px;
	border:1px solid #c5c5c5;
}

input:hover { 
	background-color:#dddddd;
	border:1px solid #666666;
}

select { 
	color:#000; 
	font-size:12px; 
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	background-color:#EEEEEE ;
	margin:0 0 5px 10px;
}

textarea { 
	color:#000; 
	font-size:12px; 
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	background-color:#EEEEEE;
	margin:0 0 5px 10px;
	padding:2px;
	border:1px solid #c5c5c5;
}

textarea:hover { 
	background-color:#dddddd;
	border:1px solid #666666;
}

.inputSubmit {
	width:70px;
	height:20px;
	background:#333333;
	color:#FFFFFF;
	cursor:pointer;
	border:none;
	margin:0 0 0 10px;
}

.inputSubmit:hover {
	width:70px;
	height:20px;
	background:#C30600;
	color:#fff;
}

.txterror { 
	color:black; 
	font-size:12px; 
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
}

.txtform { 
	color:#666666;
	font-size:12px; 
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
}

.inputOk { 
	width:auto;
	height:auto; 
	font-size:12px; 
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	border:none;
	background:none;
	margin:-1px 0 0 0;
}

.inputOk:hover { 
	width:auto;
	height:auto; 
	font-size:12px; 
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	border:none;
	background:none;
}

.inputNewsletter { 
	width:143px;
	height:10px; 
	font-size:12px; 
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
