/* CSS Document */
body {
	position: relative; /* on positionne le conteneur */
	margin-left: auto;
	margin-right: auto;
	width: 1280px;
	background: #E8E8E8; /* #E8E8E8 */
	font-family: CenturyGothic, Tahoma, Verdana, Arial, sans-serif;
	
}

h1 {
	font-family:CenturyGothic, Tahoma, Verdana, Arial, sans-serif;
	font-size:2.5em;
	color: gray;
	padding-left: 350px;
	padding-right: 250px;
	text-align:center;
	text-shadow: 3px 3px 5px white; 
}

h2 {
	font-size:1.875em;
	padding-top: 8px; 
	padding-bottom: 8px;	
	/*border: solid 1px red;*/
	margin:2px;
}
h3 {
	font-size:1.5em;	
	padding-top: 10px; 
	padding-bottom: 10px;	
	/*border: solid 1px red;*/	
	margin:2px;
}
#copyright {
	position: absolute;
	width: 300px;
	right:10px;
	bottom:10px;
	font-family: Calibri, Tahoma, Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;	
	text-align:right;	
}
/*******************************************
 * GABARIT
 *******************************************/
a {
	text-decoration:none;
  color : #A65F00;
}
a img {
	border: none;
}
#header {
	position:relative;
	height: 120px; /*160px*/
	background: #FFC373;
	/*background-image:url('images/ete.jpg');*/
	overflow: hidden;
	margin-bottom: 0px;
	border-radius: 10px 10px 10px 10px;
}

#aside {
  min-height: 480px;
	width: 250px;
	background: #FF9200;
	/*background: #ffffff;*/
	float:left;
	/*display:table-cell;*/
	overflow: hidden;
}

#aside li {
  height:4.1em;
  vertical-align:middle;
}
#bside {
	position: absolute;
	top: 10px;
	right:50px;
	width: 250px;
	/*background: #E8E8E8;*/
	/*display:table-cell;*/
	overflow: hidden;
	padding: 5px;
	/*border-radius: 5px;
	box-shadow: 5px 5px 8px black;*/
	z-index: 1000;
}
#ecouteradio {
	position: absolute;
	top: 130px;
	left:130px;
	width: 250px;
	/*background: #e61cf3;*/
	display : inline;
	overflow: hidden;
	padding: 5px;
	/*border-radius: 5px;*/
	/*box-shadow: 5px 5px 8px black;*/
	z-index: 1000;	
}

#mediaplayer {
	position: relative;
	top: 5px;
	left: 5px;
	width:230px;
	border-radius: 10px;
	box-shadow: 5px 5px 8px black;
}


#dewplayercontenu {
	position: relative;
	top: 0px;
	left: 5px;
	width:230px;
	height: 60px;
	background: #E8E8E8;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 5px 5px 8px black;
	z-index: 1002;	
}

				
#recherche {

}
#conteneur {
	margin-top:10px;
	position:relative;	
	background: #E8E8E8;	
}
#content {
  min-height: 470px;
	border: solid 1px #FF9200;
	margin-left: 260px;
	padding-top: 5px;
	padding-left: 10px;
	/*overflow: hidden;*/
	margin-right: 10px;
	/*display:table-cell;*/
	border-radius: 10px 10px 10px 10px;
}
#footer {
	position:relative;
	height: 35px; /*75*/
	background: #FFC373;
	text-align:center;
	overflow: hidden;
	clear: both;
	margin-top: 0px;
	border-radius: 0px 0px 25px 25px;
}
label {
	display:inline-block;
	/*float:left;*/
	height:2.1em;
	width:120px;
	text-align: right;
	font-size: 0.8em;
	line-height:2.1em;
	vertical-align:middle;
	color:#FFC373;
	/*background-color:#ff6f00;*/
}
textarea {
  vertical-align:middle;
  width:600px;
}
.erreur {
	color:red;
	font-size: 1em;
	text-align: center;
}
#courriel {
  width:600px;
}
#Objet {
  width:600px;
}
#Antispam{
  width:600px;
}

#captcha{
  width:400px;
}
#Soumis {
	margin-left: 280px;
	width: 150px;  
}

/****************************************************
 * Media query
 ****************************************************/
@media print {
	#header {
		display:none;
	}	
	#aside {
		display:none;
	}
	#sousmenu {
		display:none;
	}	
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1279px) {
  body {
	width: 1024px;
  }
}

@media screen and (min-device-width: 800px) and (max-device-width: 1023px) {
  body {
	width: 780px;
  }
  #aside {
  min-height: 510px;
	width: 150px;
  }
  #content {
  min-height: 500px;
	margin-left: 160px;
  }
#courriel {
  width:450px;
}
#Objet {
  width:450px;
}
textarea {
  width:450px !important;
}
#Antispam{
  width:450px;
}

#captcha{
  width:270px;
}
#Soumis {
	margin-left: 230px;
	width: 150px;  
}
.erreur {
	font-size: 0.7em;
}  
}
@media screen and (min-device-width: 701px) and (max-device-width: 799px) {
  body {
	width: 600px;
  }
  #aside {
  min-height: 510px;
	width: 100px;
  }
  #content {
  min-height: 500px;
	margin-left: 110px;
  }
#courriel {
  width:320px;
}
#Objet {
  width:320px;
}
textarea {
  width:320px !important;
}
#Antispam{
  width:320px;
}

#captcha{
  width:100px;
}
#Soumis {
	margin-left: 140px;
	width: 150px;  
}
.erreur {
	font-size: 0.7em;
} 
#aside ul {
  width:600px;
}
#aside li {
  list-style-type: none;
  margin-left:2px;
  padding-left:2px;
  height:4.1em;
  vertical-align:middle;
} 
}
@media screen and (min-device-width: 600px) and (max-device-width: 700px) {
  body {
	width: 600px;
  }
  #aside {
  display:inline-block;
  min-height: 0px;
	width: 600px;
  }
  #content {
	margin-left: 0px;
  }
#courriel {
  width:450px;
}
#Objet {
  width:450px;
}
textarea {
  width:450px !important;
}
#Antispam{
  width:450px;
}

#captcha{
  width:270px;
}
#Soumis {
	margin-left: 240px;
	width: 180px;  
}
.erreur {
	font-size: 0.7em;
} 
#aside ul {
  display:inline-block;
  margin-left:2px;
  padding-left:2px;
}
#aside li {
  display:inline-block;
  width:150px;
  text-align:center;
  list-style-type: none;
  margin-left:0px;
  padding-left:0px;
  height:2.1em;
  vertical-align:middle;
} 
#copyright {
	width: 300px;
}
}
@media screen and (max-device-width: 599px) and (min-device-width: 250px) {
  body {
	width: 480px;
  }
  #aside {
  display:inline-block;
  min-height: 0px;
	width: 480px;
  }
  #content {
	margin-left: 0px;
  }
#courriel {
  width:320px;
}
#Objet {
  width:320px;
}
textarea {
  width:320px !important;
}
#Antispam{
  width:320px;
}

#captcha{
  width:100px;
}
#Soumis {
	margin-left: 120px;
	width: 180px;  
}
.erreur {
	font-size: 0.7em;
} 
#aside ul {
  display:inline-block;
  margin-left:2px;
  padding-left:2px;
}
#aside li {
  display:inline-block;
  width:150px;
  text-align:center;
  list-style-type: none;
  margin-left:0px;
  padding-left:0px;
  height:2.1em;
  vertical-align:middle;
} 
#copyright {
	width: 300px;
}
}