/* ----------------------------- */
/*          Généralités          */
/* ----------------------------- */

body {
	color: #6f797c;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #f8f1e8;
	background-image: url(../img/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
}

a img {
  border: 0;
}

html, body, ol, ul, form, fieldset {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0;
}

.reset {
  margin: 0;
  padding: 0;
}


/* ----------------------------- */
/*    Typographie globale        */
/* ----------------------------- */

h1 {
	color: #6f797c;
	font-size: 20px;	
  
}

h2 {
	color: #6f797c;
	font-size: 18px;	
  
}

h3 {
	color: #6f797c;
	font-size: 14px;	
  
}

a {
	color: #6f797c;
	text-decoration: none;  
}

a:hover {
	color: #6f797c;
	text-decoration: underline;
  
}

a:visited {
	color: #6f797c;
	text-decoration: none;
}

a:focus, a:active {
	color: #6f797c;
	text-decoration: none;
}

/* ----------------------------- */
/*            Gabarit 1          */
/* ----------------------------- */

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	background-image: url(../img/content_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
}

#content{
	padding-top:200px;
	margin:0;
}

#contenu{
	width: 633px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 110px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#accroche{
	font-size: 18px;
	color: #6f797c;
	background-image: url(../img/tet_dedalles.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 80px;
	padding-left: 23px;
}

#texteredac{
	font-size: 12px;
	color: #6f797c;
	padding-left: 15px;
	width:250px;
	
}

#right {
	float: right;
	margin-top: 15px;	
	font-size: 12px;
}

#encadre{
	width: 633px;
	background-image: url(../img/encadre_accueil.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 110px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 142px;
	
}

#encadrelittle{
	width: 633px;
	background-image: url(../img/encadre_little.gif);
	background-repeat: no-repeat;
	background-position: center top;
	/*margin-top: 20px;*/
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 110px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 73px;
}

#col1{
	width:260px;
	float: left;
	margin-left:10px;
	padding-top:20px;
}

#col2{
	width:260px;
	float: right;
	margin-right:10px;
	padding-top:20px;
}

#colcentre{
	margin-right:10px;
	text-align: center;
	padding-top:15px;
}

#animation{
	width:709px;
	height:160px;
	margin-left:72px;
	background-image:url(../img/animation.png);
}

/* -------------------------- MENU -------------------------*/

#menu {
	display: block;
	margin-top: 0;
	margin-left: 115px;
	/*width:709px;*/
}

#menu li{
	list-style-type: none;
	float: left;
	margin-top: -70px;
	padding-left: 10px;
	width:120px;
}

#menudecalage{

	margin-left:125px;
	
}


/* -------------------------- FOOTER -------------------------*/
#footer{
	clear: both;
	width:709px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	color: #6f797c;
	
}


#footer a {
	color: #6f797c;
	text-decoration: none;  
}

#footer a:hover {
	color: #6f797c;
	text-decoration: underline;
  
}

#adresse{
	background-image: url(../img/bg_footer.gif);
	width:706px;
	height:32px;
	margin-top:5px;
	padding-top:5px;
	background-repeat: no-repeat;
	background-position: center top;
}


.floatleft{
	float: left;
	margin-right:30px;
}

.floatright {
	float: right;
	margin-top: 15px;
}

/*------------------------ Formulaire -------------------*/

form {
	width:300px;
	height:170px;
	font-size: 12px;
	color: #6f797c;
}

input {
	background-color: #f0e4d0;
	border: 1px solid #6f797c;
	width:203px;
	margin-top:3px;
}

#inputname {
	margin-left:34px;
}

#inputemail {
	margin-left:31px;
}


textarea {
	background-color: #f0e4d0;
	border: 1px solid #6f797c;
}

#btnsend{
	height: 20px;
	width: 77px;
	color: #6f797c;
	margin-top:5px;
	margin-left:200px;
}
