#corps {
	position: absolute;
	top: 0; 
	left:0;
	overflow: hidden; 
	width: 100%;
	height: 100%;
	background-image: url(../../images/contact/trames.png);
}

#pageContact {
	width: 960px;
	height: 550px;
	padding-top: 0px;
	margin: auto;
	position: relative;
}

#articles {
	position: absolute;
	width: 100%;
	height: 550px;
	top: 50%;
	margin-top: -275px;
	background-image: url(../../images/design/fond_page.png);
	background-repeat: repeat-x;
}

h1 {
	display: block;
	width:100%; 
	text-align: center;
	color: #96a610;
	background-image: url(../../images/design/header.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 94px;
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 5px;
}
h1 span { 
	font-size: 15px;
	letter-spacing: 5px;
}

#sousMenu {
	height: 25px;
	margin-bottom: 5px;
	text-align: center;
	width: 95	0px;
}
#sousMenu li {
	display: inline;
	text-transform: uppercase;
	margin-left: 10px;
}
#sousMenu li a, #sousMenu li span {
	font-weight: bold;
	font-size: 12px;
	color: #592418;
	text-decoration: none;
	line-height: 25px;
}

.selected:before {
	content: url(../../images/design/lien_before.png); 
}
.selected:after {
	content: url(../../images/design/lien_after.png); 
}

#livredor {
	font-style: italic;
	font-family: Georgia, Garamond, sans-serif;
	width: 840px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	padding-left: 55px;
	color: #96a610;
	background-image: url(../../images/design/bck_content.png);
	margin-left: 30px;
	margin-right: 30px;
	
}

.msgLivreDorSend {
	text-decoration: underline;
}

#ajoutMsg { 
	text-transform: uppercase;
	color: #524237;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
#ajoutMsg:hover { 
	text-decoration: underline;
}
#ajoutCommentaire p {
	display: block;
	padding-left: 50px;
}
#ajoutCommentaire {
	position: absolute;
	left: 510px;
	width: 395px;
	height: 340px;
	overflow: hidden;
	background-color: #f3e9e8;
	/*background-image: url(../../images/contact/fond_formulaire.jpg);*/
	padding: 10px;
	display: none;
}
#ajoutCommentaire fieldset {
	padding: 15px;
	padding-left: 25px;
	border: 1px solid #f9f3f3;
}
#ajoutCommentaire legend strong{
	float: right;
	cursor: pointer;
}
.annulerAjoutMsg:hover {
	text-decoration: underline;
}
#ajoutCommentaire legend {
	color: #592418;
	width: 100%;
}
#ajoutCommentaire label {
	float: left;
	width: 60px;
}

#ajoutCommentaire input[type=text] {
	width: 200px;
}
#ajoutCommentaire textarea {
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d3d3d3;
	width: 260px;
	background-color: #f9f3f3;
}
/* BOUTONS */
input[type=submit], input[type=button] {
	font-family: georgia, arial, sans-serif;
	background-image: url(../images/icones/fd_bts.png);
	background-position: center;
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #d3d3d3;
    padding: 1px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    color: #333333;
}
input[type=submit]:hover, input[type=button]:hover {
	background-color: white;
	border: 1px solid #999999;
	color: #000000;
}
input[type=submit]:active, input[type=button]:active {
	background-color: white;
	background-image: none;
}
input[type=text] {
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d3d3d3;
    margin-bottom: 2px;
	background-color: #f9f3f3;
}
#reseauxSociaux {
	float: right; 
	padding-top: 4px; 
	padding-right: 7px;
}

/* fb */
html .fb_share_button { 
	display: -moz-inline-block; 
	display: inline-block; 
	padding: 1px 20px 0 5px; 
	height: 25px; 
	width: 27px; 
	background: url(../../images/contact/fb.png) no-repeat top right;
}

#carte {
	display: block;
	width: 480px;
	height: 360px;
	margin-left: 30px;
	float: left;
	position: relative;
	overflow:hidden;
}
#lienGoogleMaps{
	position: absolute;
	left: 0px;
	top: -35px; /* hauteur de la div présente ici et dans le js */
	width: 100%;
	text-align: center;
	line-height: 35px;
	height: 35px;
	z-index: 400;
	background-image: url(../../images/design/bck_content2.png);
}
#lienGoogleMaps a {
	color: #592418;
	text-transform: uppercase;
}
#lienGoogleMaps a:after {
	content: "\0000a0[\2197]"; 
}

h2 {
	width: 385px;
	height: 102px;
	background-image: url(../../images/design/titreArticle.png);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	color: #96a610;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 97px;
	margin: auto;
	margin-left: -15px;
	margin-bottom: 15px;
}

#content {
	width: 355px;
	height: 340px;
	overflow:hidden;
	text-align: center;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	background-image: url(../../images/design/bck_content.png);
	float: left;
	margin-right: 30px;
	color: #524237;
}
#content p{
	font-size: 16px;
}
#content p:last-child{
	display: block; 
	margin-top: 5px;
}
#content p a {
	text-decoration: none;
	color: #524237;
}

@media screen and (max-width:970px) {
	#pageContact {
		/*width: 960px;*/
		width:100%;
		height: 550px;
		padding-top: 0px;
		margin: auto;
		position: relative;
	}

	#articles {
		/*position: absolute;*/
		width: 100%;
		height: 550px;
		/*top: 50%;*/
		/*margin-top: -275px;*/
		/*background-image: url(../../images/design/fond_page.png);*/
		background:rgba(255,255,255,0.8);
		/*background-repeat: repeat-x;*/
	}
}