@import "layout.css";

/*-------- commun à toutes les pages ----------*/

p {
/*	display: block;*/
}

a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #663300;
	background: none;
	text-decoration: none;
}
a:active a:focus {
	color: #CC6600;
	background: none;
	text-decoration: none;
}
a img {
	border: none;
}

.copy { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: #000000; 
	text-align: left;
	margin-left: 5px;
	text-decoration: none;
}
.centre {
	text-align: center;
	margin: 0 auto;
}
.gauche {
	text-align: left;
}
.droite {
	text-align: right;
}
.justifie {
	text-align: justify;
}
.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
	margin-right: 1em;
	padding: 0;
}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

.coldroite {
	/*float: right;*/
	margin-right: 0px;
}
.colgauche {
	float: left;
}
.mgauche5 {
	margin-left: 5px;
	width: auto;
	float: left;
}
.mgauche12 {
	margin-left: 12px;
	width: auto;
	float: left;
}
.mgauche40 {
	margin-left: 40px;
	width: auto;
	float: left;
}

.img {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}
.tbphoto {
	margin:0px;	
	padding:0px;	
	border: 1px solid #FFFFCC;
}
.tbphoto table {
	padding: 2px;
}
.tbphoto td {
	padding: 2px;
}
.tbphoto titre {
	font-weight: bold;
}


.separation {
	clear: both;
	display:none;
	height: 0px;
	border: 0;
	padding: 0px;
}
.separation2 {
	clear: both;
	display:none;
	width: 300px;
	height: 0px;
	border: 0;
	padding: 0px;
}

.mhaut5 {
	margin-top: 5px;
}
.mhaut10 {
	margin-top: 10px;
}
.mhaut35 {
	margin-top: 35px;
}
.mhaut50 {
	margin-top: 50px;
}
.mhaut180 {
	margin-top: 180px;
}

/*-------- menu ----------*/

.menu {
	list-style-type: none;
	margin: 2px;
	padding:1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
	display:block;
}
.menu li {
	margin-bottom: 2px;
}
.menu a {
	margin: 2px 0px;
	color: #F5EBD6;
	text-decoration: none;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9F5A30;
}
.menu a:hover {
	text-decoration: none;
	color: #A86931;
	background-color: #E4C4A5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9F5A30;
}
.menu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.95em; 
	font-style: normal; 
	line-height: 1.3em; 
	font-weight: bold; 
	text-decoration: none; 
	color: #A86931; 
	display:block; 
	background-color: #E4C4A5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9F5A30;
}

/*-------- styles de texte ----------*/

.euro {
	font-family: "Times New Roman", Times, serif;
}
.titre { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color: #F9EDE8
}
.textetitre { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.3em; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color: #D6E4ED
}
.textepetit {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.9em; 
	font-style: normal; 
	line-height: 1.5em; 
	font-weight: normal; 
	color: #9E582E;
}
.jaunepetit {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.8em; 
	font-style: normal; 
	line-height: 1.2em; 
	font-weight: normal; 
	color: #FBF2B5;
}
.courant {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #7B4524;
	text-align: justify;
}
.courant2 {
	color: #F9EDE8;
}
.question {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1em; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color: #FBEAB7;
}
.question2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FBEAB7;
	padding-left: 15px; 
	background-image: url(../images/carre.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/*-------- page index ----------*/

.lg99 {
	width: 99px;
	float: left;
}
.lg121 {
	width: 121px;
	float: left;
}
.tablogoac {
	width:180px;
	border:0px;
	margin: 0 auto;
	text-align: center;
	padding: 0px;
}
.tabversion {
	width:130px;
	border:0px;
	margin: 0 auto;
	text-align: center;
	padding: 0px 1px 1px;
	background: #F1DCCF;
}
.tabcarte {
	width:220px;
	border:0px;
	margin: 0 auto;
	text-align: center;
	padding: 0px;
}


/*----------------------- Aiguebonne ---------------------------*/

.haut {
	width: 90px;
	margin-right: 5px;
	float: right;
}

/*-----------------------Aiguebonne Formulaires------------------*/
INPUT.submit {width: 120px; height:20px; font-family: Arial, Geneva, sans-serif; font-size: 8pt; font-style: normal; line-height: 10pt; font-weight: normal; background-color: #FAEED3; color: #000000;}
.courantpetit {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: 11pt; font-weight: normal; color: #F9EDE8;}
.tbformu { border:0px none; padding:0px; text-align:center; margin-top: 0px; margin-bottom: 0px}
.tbformu table {padding: 4px; text-align:left;}
.tbformu td {padding: 4px;}
.courantlabel {font-family: Arial, Helvetica, sans-serif;	font-size: 0.9em;	font-style: normal;	line-height: normal;	font-weight: normal;	color: #000000;	border: 0px none;}
.courantgras {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: 12pt; font-weight: bold; color: #9E582E;}
