*{
	padding: 0;
	margin: 0;
	border : none;
}
body{
	background: #ff9933;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
#conteneur{
	width: 980px;
	margin: auto;
	background: white;
	padding: 3px;
}
.photos article{
	width: 980px;
}
.col{
	width: 48%;
	padding: 1%;
	float: left;
}
.col{
	text-align: center;
}
.col figure{
	padding: 20px;
}
.col img{
	border: 1px black solid;
}
header p{
	text-align: center;
	color: white;
	background: black;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	margin-top: -3px;
}
nav{
	height: 28px;
}
nav li{
	float: left;
	display: block;
	line-height: 28px;
	border : white solid 1px;
	width: 120px ;
	background:#cc3300;
	text-align: center;
	font-size: 14px;
}
nav li a{
	color: white;
	text-decoration: none;
}
aside{
	width: 202px;
	padding: 20px;
	float: left;
}
aside img{
	border : 1px solid black;
	margin-bottom: 30px;
}
article{
	float: left;
	width: 730px;
}
article h2{
	font-size: 14px;
	line-height: 60px;
	font-style: normal;
	font-weight: bolder;
	color: #C30;
	text-transform: uppercase;
	background: no-repeat url(image/pattes.gif) left center;
	padding-left: 40px;
}
article p{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	text-align: justify;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	margin-bottom: 20px;
}

 input, textarea , select{
  padding: 10px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
  margin: 5px;
}
input:focus,
input.focus, textarea:focus, select:focus {
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}
footer{
	clear: both;
}
a:hover {
    color: #F30;
    text-decoration: none;
}
a {
    color: #39C;
    text-decoration: none;
}
footer p{
	text-align: center;
	color: white;
	background: black;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
}
@media screen and (max-width: 986px) {
	#conteneur{
		width: 800px;
	}
	nav li{
		width: 198px;
		font-size: 12px;
	}
	aside{

	}
	article{
		width: 558px;
	}
}
@media screen and (max-width: 806px) {
	#conteneur{
		width: 600px;
	}
	nav li{
		width: 148px;
		font-size: 12px;
	}
	aside{
		display: none;
	}
	article{
		width: 600px;
	}
}