* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Définition des polices personnalisées */

body {
  background-color: #ffffff;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 1em;
  margin: 0px;
  padding: 0;
  color: #181818;
}

p {  	
  font-size: 1em;
  text-align:center;
  margin: 0px;
}

h1 {  	
  font-size: 1.8em;
  margin-bottom: 0;
  margin-top: 0;
  line-height:30px;
  text-align:left;
  color: #96894B;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-weight: bold;
}

h2 {  	
  font-size: 1.3em;
  text-align:left;
  margin:0;
  color: #003399;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-weight: bold;
}

h3 {  	
  font-size: 1.1em;
  text-align:left;
  margin-top:10px;
  margin-left: 10px;
  margin-bottom:0px;
  color: #AB0028;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #aaa;
}

a:hover {
  color: #fff;
}

a:visited {
  text-decoration: none;
}

img {
  border: none;
  margin-bottom: 0;
}

.image {
  border: 0px solid #fff;
}

#bloc_page
{
  max-width: 700px;
  margin: auto;
  min-width: 300px;
  background-color: #ffffff;
}

#logo-titre
{
	position: relative;
	display: block;
	top: 5px;
	left: 0px;
}

#logo-titre h1
{
	text-align:center;
	line-height:0;
	margin-top: 5px;
	margin-bottom: 15px;
}

#tetiere
{
	position: relative;
	display: inline-block;
	width: 100%;
}

#tetiere h1, h2
{
	text-align:center;
	margin-top: 0;
	margin-bottom: 0;
}


#selection
{
	position: relative;
	top: 10px;
	width: 100%;
	display: inline-block;
	background-color: #ffffff;
	border: solid #dcb 0px;
}

#selection img
{
width: 24%;
box-shadow: -1px 2px 2px 1px rgba(0, 0, 0, 0.5); 
}	


#customize
{
	position: relative;
	top: 5px;
	width: 100%;
	display: inline-block;
	background-color: #ffffff;
}

#customize img
{
	margin-bottom: 30px;
}

#information
{
	position: relative;
	top: 10px;
	padding-bottom: 20px;
	width: 100%;
	display: inline-block;
	background-color: #ffffff;
}

#information p
{
	text-align:left;
	font-size: 0.9em;
}

#information h3
{
	margin-bottom:20px;
}

#information ul
{
    text-align:left;
	font-size: 0.9em;
	display: inline-block;
    vertical-align: top;
	margin-left:30px;
    margin-top: 0;
	margin-bottom: 0;
    width: 40%;
    padding-left: 2px;
}

#pub300x250
{
	position: relative;
	top: 20px;
	width: 300px;
	height: 250px;
	display: inline-block;
	background-color: #ffffff;
	margin-left:10px;
}

#bloc-pub
{
	position: relative;
	top: -100px;
	width: 380px;
	display: inline-block;
	background-color: #ffffff;
}

.menu {
  padding: 0em;
  background: #ffffff;
  min-height: 1.5em;
  line-height: 0.9em;
  font-size: 0.8em;
  color: #755E23;
  margin-bottom: 20px;
  margin-top: 20px;
  }

.menu ul {
	margin: 0;
    padding: 0;
    text-align: center;
	border-top: 1px solid;
	border-bottom: 1px solid;
  }
.menu  li {

    display: inline-block;
    padding: .45em 0.5em;
    margin-left: 15px;
	margin-right: 15px;
  }
  
.menu  a {

    text-decoration: none;
    color: #755E23;
  }
  
#selection2
{
	position: relative;
	top: 10px;
	width: 100%;
	display: inline-block;
	background-color: #ffffff;
	border: solid #dcb 0px;
}

#selection2 img
{
width: 45%;
box-shadow: -1px 2px 2px 1px rgba(0, 0, 0, 0.5); 
margin: 10px;
}	
}

/* MEDIA QUERIES */
@media (max-width: 726px){

body
{
	background-color: #ffffff;
	background-image: none;
	margin-left: 0px;
	margin-right: 0px;
}

.menu  li {
    margin-left: 8 px;
	margin-right: 8 px;	
  }




}

@media (max-width: 500px){

#bloc_page
{
max-width: 500px;
}

#pub300x250
{
	position: relative;
	top: 20px;
	width: 100%;
	height: 250px;
	display: inline-block;
	background-color: #ffffff;
	margin-left:0;
}

#bloc-pub
{
	position: relative;
	display: inline-block;
	width: 100%;
	top: 40px;
	margin-bottom: 20px;
}


#information h3
{
	font-size: 1em;
}

#information ul
{
	margin-left:0px;
    width: 100%;
    padding-left: 30px;
}

#template img
{
width: 100%;
box-shadow: -1px 2px 2px 1px rgba(0, 0, 0, 0.5); 
}

.menu  li {
    margin-left: 5 px;
	margin-right: 5 px;	
  }
}

@media (max-width: 400px){

#bloc_page
{
max-width: 400px;
}
	
#selection img
{
width: 100%;
}

#selection2 img
{
width: 100%;
margin: 0;
}

#customize img
{
width: 100%;
}	

#ideas img
{
width: 100%;
}

.menu  li {
    margin-left: 4px;
	margin-right: 4px;	
  }

}

