html {height: 100%;}

* {
	margin: 5 5 5 5;
	padding: 0 0;
}


h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}


body {
	background: #074700;
	color: #282828;
	font: normal 62.5% Tahoma, sans-serif;
	padding-top: 0px;
}

.outer-container {
	padding-bottom: 0px;
	background-color: #009966;
	padding-top: 0px;
	background-repeat: no-repeat;
}

.inner-container {
	border: 0px solid #b1b1b1;
	background: #FFFFFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 1024px;
}

/* Header : Entête du site ! */

.header {
	height: 229px;
	margin-bottom: 0px;
	text-align: left;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 1024px;
}
.header .title {
	color: #FFF;
	padding-top: 0px;
}

.header .title .name a {
	color: #ffffff;
	float:right;
	font-size: 4.5em;
	font-style: italic;
	letter-spacing: 0.2em;
  font-family: 'Times New Roman';
	padding-top: 0px;
	font-weight: bold;
	padding-right: 20px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}

.header .title .tag {
	float:right;
	text-align: right;
	font-size: 2.4em;
	font-style: italic;
	letter-spacing: 0.2em;
  font-family: 'Times New Roman';
	padding-top: 20px;
	padding-right: 20px;
	width:400px;
}

/* Bloc principal ! se trouve sous le header et contient :
* Un menu horizontal ==> Bloc menu1
* Un menu vertical   ==> Bloc menu2
* une partie central pour le texte ==> Bloc content
* une partie information ==> Bloc information  x
*/

/* menu1 ==> Le Menu qui se trouve en haut */
.menu1 ul {
	padding-bottom: 10px;
}
.menu1 li {
	list-style: none;
	float: left;
	border-bottom: 1px solid #b1b1b1;
	padding-top: 0px;
}

.menu1 li a {
	font-size: 1.1em;
	color: #FFFFFF;
	display: block;
	padding: 2px;
	text-decoration: none;
	width: 154px;
	text-align: center;
	font-weight: 700;
	border: 1px;
	background-color: #666666;
}

.menu1 li a:hover {
	background: #FFD39F;
	color: #FF0000;
}


/* Le bloc menu2 ==> Le Menu qui se trouve à gauche */
.menu2 {
	float: left;
	padding-left: 5px;
	padding-top: 50px;
	width: 185px;
	padding-bottom: 200px;
	height: auto;
	background-image: url(images/lagrave.jpg);
}
.menu2 h2 {
	color: #436DB5;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin:20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin-top: 20px;
text-align: center;
}
.menu2 ul {
	padding-bottom: 0px;
	border-top: 1px solid #7bcd5f;
}
.menu2 li {
list-style: none;
border-bottom: 1px solid #b1b1b1;
}

.menu2 li a {
	font-size: 12px;
	color: #7c7c7c;
	display: block;
	padding: 8px;
	text-decoration: none;
	font-weight: 600;
	background-color: #FFE29D;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 160px;
}
.menu2 li a:hover {
	background: #FFF2D6;
	color: #FF0000;
}
.menu2 .minibloc{
	background: #E0EBFF;
	border-top: 1px solid #403DFF;
	font-size: 1em;
	text-align: center;
	padding-top: 10px;
	color: #436DB5;
	font-weight: bold;
	right: 5px;
}

/* Le bloc Content est le bloc central */
.content {
	float: none;
	width: 830px;
	margin-right: 10px;
	left: 180px;
	margin-left: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #FFFFCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.contentplus {
	float: right;
	width: 810px;
	margin-right: 5px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right: 5px;
	padding-left: 5px;
	clear: none;
	top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #CCCCAA;
	display: block;
	margin-top: 5px;
}
.contentplus p {
margin-bottom:10px;
margin-top:10px;
}
.contentplus p.importantTitre {
margin-bottom:20px;
margin-top:20px;
}
.contentplus li{
	margin-left:50px;
	list-style-type: circle;
	list-style-image: url(../icons/carre_brun.gif);
}
.contentplus h2{
	font-size:1.3em;
	color: #FFFFCC;
	margin-bottom: 0px;
	font-weight: bold;
	text-align:left;
	display: block;
	background-color: #CC9966;
	width: 300px;
	float: none;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	height: auto;
}
.contentplus h1{
	font-size:1.4em;
	color: #4E2D00;
	margin-bottom: 0px;
	font-weight: bold;
	text-align:center;
	display: block;
	width: auto;
	float: none;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	height: auto;
	background-color: #FFE29D;
}
.encadre{
border:1px solid #FFD67F;
background:#FFF2D6;
padding:10px;
}
.entourage {
	background-color: #FFFFCC;
	margin: 50px 10px 50px 0px;
	border: thin solid #FF9900;
	float: none;
	top: 50px;
	clip: rect(50px,50px,50px,50px);
	bottom: 50px;
	height: auto;
	width: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
	visibility: visible;
}
.encadreimportant{
	border:1px solid #FFD67F;
	background:#FFF2D6;
	text-align: center;
	padding:10px;
	font-size: 1.2em;
	font-weight: bold;
}

.detailservices{
	float: right;
	margin-bottom:5px;
	margin-top:5px;
	margin-right: 5px;
	margin-left: 15px;
}

/* Le Bloc Information est le bloc d'information qui se trouve à droite (troisième colonne) */
.information{
float:right;
width: 150px;
margin-top: 20px;
}

.information .minibloc{
background: #E0EBFF;
border-top: 1px solid #403DFF;
font-size: 1em;
text-align: left;
padding: 8px;
color: #436DB5; 
font-weight: bold;
}

.information h2 {
color: #436DB5;
font: bold 1.2em Tahoma,sans-serif;
line-height: 30px;
margin: 0;
padding: 0px;
font-size: 1em;
}

.i_mail, .i_telephone, .i_portable, .i_telecopie{
padding-left: 18px;
margin-left: 0px;
color: #436DB5;
padding-bottom: 1.2em;
display: block;
font-size: 0.9em;
}
.contact{
color:#436DB5;
padding : 10px 0px 10px 50px;
background:#FFFAEF;
font-weight: bold;
}

.i_mail{
background: url('images/i_mail.png') no-repeat;
}
.i_telephone{
background: url('images/i_telephone.png') no-repeat;
}
.i_portable{
background: url('images/i_portable.png') no-repeat;
}
.i_telecopie{
background: url('images/i_telecopie.png') no-repeat;
}
table.tableau{
margin: 0 auto;
border: 1px solid #FFD67F;
}
.tableauentete{
background: #FFD67F;
text-align: center;
height: 30px;
}

.tableauligne{
background: #FFF2D6;
text-align: center;
height: 30px;
}
.tableaucolonneimportant{
font-weight: bold;
width:25%;
}
/* Divers balises */

a {color: #cc3300;}
a:hover {color: #282828;}

.debutbandeau{
	margin-top: 21px;
	font-size: 1.9em;
	background: #DAE5FE url(images/b_haut.png) no-repeat;
	text-align: center;
	margin-left: 3px;
	color: #00649D;
}

.finbandeau{
	background: url('images/b_bas.png') no-repeat;
	height:6px;
	margin-bottom: 10px;
	margin-left: 2px;
}

input {
	height:20px;
	width:200px;
	font-size:8pt;
	background-color:#FFF2D6;
	color: #436DB5;
	font-weight: bold;
}
textarea {
	height:100px;
	width:200px;
	font-size:8pt;
	background-color:#FFF2D6;
	color: #436DB5;
	font-weight: 700;
}
input.button {
height:20px;
width:134px;
background-color:#4BA5DA; 
color:#ffffff;
}
h1,h2,h3 {padding-top: 6px; color: #4ba5da; margin-bottom: 4px;}

.clearer {clear: both; font-size: 0;}

.accueil{
font-size: 1.4em;
text-align: center;
padding-top:20px;
color: #436DB5; 
margin-bottom: 4px;
font-weight: bold;
}
.important{
color: #FFB71F; 
font-weight: bold;
}
.importantTitre{
	font-size: 1.1em;
	background: #FFD67F;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom:10px;
	padding:2px 0px 2px 10px;
}
.illustration-gauche {
	height: 100px;
	width: 150px;
	float: left;
	background-color: #FFF2D6;
}
.accueilListe{
font-size: 1.1em;
text-align: left;
padding-top: 26px; 
padding-left: 26px; 
color: #4ba5da; 
margin-bottom: 4px;
font-weight: bold;
}
.main {
	background: #FFF2D6;
	font-family: "Lucida Sans Unicode",sans-serif;
	margin: 0px;
}

.cadreg {
	background-color: #4E2D00;
	width: 1024px;
	height: auto;
	float: left;
}

.tourg {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px;
	display: block;
	width: 1024px;
	height: auto;
	float: left;
}


.footer {
	color: #F7F7F2;
	font: bold 1em sans-serif;
	text-align: center;
	width: 1024px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
	background-color: #4E2D00;
	float: left;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #282828;}

.valid 
{
text-align: center;
padding-top:5px;
}

