
body {
	font-family: "montserratregular";
	font-size: 13px;
	width: auto;
	margin: auto;
  background: url("images/background/background.jpg") repeat-x #f4f0e1;
}


.retour {
	clear: both;
}


p {
  margin-bottom: 5px;
	line-height: 130%;
}

#principale {

}


/*.........HEADER........*/

#bg_gris_fonce {
  margin: auto;
  background: #464646;
  height: 430px;
  border-bottom: 20px solid #e3e0d1;
}


.container {
  margin: auto;
  width: 980px;
}

#logo_sionneau {
  font-family: "montserratmedium";
  font-size: 15px;
  padding: 10px 0px 0px 0px;
  text-align: center;
}


#logo_sionneau h1 {
  color: white;
  padding: 5px 0px 15px 0px;
}


/*.........IMG HEADER........*/

#image_header {
  background: url("images/header/header_img.jpg") no-repeat;
  height: 350px;
}

#image_header h2 {
  color: white;
  font-family: 'arialnarrow';
  font-size: 30px;
  font-weight: bold;
  text-align: right;
  padding: 303px 30px 0px 0px;
}


/*..............NAV.. .............*/



nav {
  margin: auto;
	text-align: center;
	height: 60px;
  background: #dbd0ba;
}

nav a {
  float: left;
  display: block;
  text-decoration: none;
	width: 243px;
  color: white;
  font-size: 18px;
  padding: 21px 0px 21px 0px;
  border-right: 1px solid #cdc1a6;
  border-left: 1px solid #e3e0d1;
	transition: background-color 200ms;
}

nav a:hover {
  background: url("images/nav/menu_deroulant.png") no-repeat 200px #ae3637;
}

nav a:first child {
	width: 244px;
}

nav a:last child {
	width: 244px;
}

nav li:first-child a {
  border-left: none;
}

nav li:last-child a {
  border-right: none;
}


nav li.btn_deroulant {
	background: url("images/nav/menu_deroulant.png") no-repeat;
}



/*..............FOOTER.. .............*/

footer {
	background: #e2e0d1;
	border-top: white 4px solid;
	text-align: center;
	font-size: 12px;
	margin-top: 25px;
	padding: 20px 0px 50px 0px;

}


/*..............ACCUEIL/COLONNES.. .............*/


#accueil {
  text-align: justify;
}


.col2 {
  width: 403px;
  float: left;
  margin: 50px 0px 30px 0px;
  padding: 0px 43px;
}


.col2:first-child {
	width: 404px;
  border-right: 1px solid #dcd4bd;
	height: 500px;
}



h3 {
  margin: 0px 0px 30px 0px;
  font-size: 17px;
  font-family: 'montserratmedium';
	color: #464646;
}


#accueil p {
  padding-top: 15px;
}


#accueil a.btn_bold{
	text-decoration: none;
	color: black;
}

#accueil a.btn_bold:hover {
	font-weight: bold;
}



/*..............ACCUEIL/COLONNES DROITE.. .............*/

article {
	border-bottom: 2px dotted #e2dbc7;
	padding-bottom: 30px;
}

article h4 {
  background-image: url(images/accueil/check_facade.png);
  background-repeat: no-repeat;
  background-position: 0 0.32em;
	margin-top: 10px;
	padding-left: 28px;
	line-height: 30px;
}


	article a {
	background: #ae3637;
	margin: 0px 0px 16px 340px;
	padding: 7px 15px;
	color: white;
	text-decoration: none;
	float: right;
}

article a:hover {
	background: #591112;
	transform: scale(105%);
}

article:last-child {
  border-bottom: none;
}

/*..............ACCUEIL/PARTENAIRES.. .............*/


#partenaires {
	display: block;
	text-align: center;
	border-top: 2px dotted #e2dbc7;
	border-bottom: 2px dotted #e2dbc7;
	padding: 4px 0px;
}

.border {
	border-top: 2px dotted #e2dbc7;
	border-bottom: 2px dotted #e2dbc7;
	padding: 25px 0px;
}

#partenaires img {
	padding: 0px 30px 0px 30px;
}





/*.................CONTACT. .............*/


/*.................COLONNE GAUCHE. .............*/

#contact p {
	color: #bbb9b1;
}


#contact p.saut_ligne {
	padding-bottom: 15px;
}


#contact a {
	font-family: 'montserratmedium';
	color: black;
	text-decoration: none;
}


/*....................COLONNE DROITE................*/


#formulaire fieldset {
	margin: 0 0 10px 0;
	border: 1px solid #cccccc;
	padding: 10px;
}


#formulaire legend {
	font-family: 'montserratextrabold';
	font-size: 14px;
	color: #9d8360;
	padding: 5px 5px;
}


#formulaire label {
line-height: 130%
}

#formulaire label.coordonnee {
	float: left;
	text-align: right;
	width: 15%;
	padding-right: 20px;
	line-height: 23px;
	font-size: 15px;
}

#formulaire input {
	height: 12px;
	padding: 3px;
}

#formulaire .coordonnee_2 {
	width: 70%;
	float: left;
	border: solid 2px #9d8360;
	margin: 0 0 10px 18px;
}


#formulaire textarea {
	width: 75%;
	float: left;
	margin: 0 0 10px 0;

}


input[type="checkbox"] {
	vertical-align: bottom;
}


#rdv {
	color: #9d8360;
	font-weight: bold;
}

#formulaire .btn_envoyer {
	background: white;
	border: 1px solid #7b7b7b;
	border-radius: 20px;
	box-shadow: 2px 2px 4px #7b7b7b;
	text-shadow:none;
	padding: 2px 15px 18px 15px;
	text-align: center;
	margin-left: 320px;
}

#formulaire .btn_envoyer:hover {
	background: #9d8360;
	color: #fff;
	border: 1px solid #eee;
	border-radius: 20px;
	box-shadow: 5px 5px 5px #eee;
	text-shadow:none;
}




#formulaire input p {
	line-height: 110%;
}
