/************* Style CSS du contenu de La Croisée Des Chemins ***************/

/************* COLONNE ***************/

#colLeft {
	width: 486px;
	float: left;
}

#colRight {
	width: 340px;
	float: right;
}

#colBottomLeft {
	width: 486px;
	margin-top: 30px;
	float: left;
	padding: 0;
}

.colMoitieLeft {
	margin-bottom: 30px;
	width: 400px;
	float: left;
}

.colMoitieRight {
	width: 400px;
	float: right;
}

#colBottomRight {
	margin-top: 30px;
	float: right;
	width: 340px;
}

#central {
	background: inherit;
	color: #795D41;
	text-align: center;
	font-weight: bold;
	margin-top: 35px;
}

.left {
	margin-right: 12px;
	float: left;
}

.right {
	float: right;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

.clear  {
	clear: both;
}

#coGps {
	height: 78px;
	background-image: url("../img/bg_coordonnee_gps.png");
	background-repeat:	repaet-x;
	color: #FFF;
	border: 2px #C8A169 solid;
	margin-bottom: 15px;
}

#coGps p {
	font-size: 18px;
	font-weight: bodl;
	padding-right: 10px;
}

#coGps h2{
	font-size: 18px;
	font-weight: normal;
	color: #EDE7E6;
	margin-top: 5px;
}

/************* Style du texte, contenu, image, ... ***************/

h1 {
	margin: 0px;
	background: inherit;
	color: #795D41;
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
}

h2{
	margin: 0px;
	background: inherit;
	color: #795D41;
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}

h3{
	margin: 0px;
	background: inherit;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	display: block;
}

.right {
	text-align: right;
	line-height: 1.2;
}

p {
	line-height: 1.5;
	text-indent: 0px;
	margin-top: 10px;
	padding: 0;
	color: #795D41;
}

#descRoom {
	float: left;
	width: 335px;
	height: 360px;
	padding: 0px 25px 0px 10px;
}

#picRoom {
	float: right;
	width: 480px;
	height: 360px;
}

.img{
	border: 3px #795D41 solid;
}

.noStyle {
	text-decoration: none;
	border: 0px;
}

.noInline {
	display: inline;
	list-style: none;
}

.aerationLi {
	margin: 10px;	
}



/************* Style formulaire ***************/

form {
	margin-top: 35px;
}

input, textarea {
	vertical-align:top;
}

#sujet, #nom , #email{
	width: 250px;
}

textarea {
	width: 250px;
}

label {
	display: inline-block;
	width: 100px;
	margin-right: 25px;
	vertical-align: top;
	text-align: right;
}

.rightForm {
	float: right;
	margin-right: 23px;
	padding: 0;
}

/************* Style du lien "Revenir à au menu précédent ***************/

.previousMenu {
	font-size: 12px;
	text-align: center;
	text-transform: uppercase; 
	font-weight: bold; 
	margin-bottom: 0px;
}

.previousMenu a{
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

.previousMenu a:hover{
	text-decoration: underline;
	color: #444444;
}

/************* Style d'un formulaire centrale avec lien ***************/

.tableCenter {
	margin: 0px auto;
}

.tableCenter a{
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

.tableCenter a:hover{
	text-decoration: underline;
	color: #444444;
}