/* Le Patio CSS Document */

/* RESET */

body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,a,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,
s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,form,fieldset,
label,legend {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

body {
	line-height:1;
	color:black;
	background:url(../../images/bg.png) repeat-x #E0EBF0;
	margin:10px 0 0 0;
}

ol,ul {
	list-style:none;
}

caption {	text-align:left;
	font-weight:normal;
}

blockquote:before,blockquote:after,q:before,q:after  {
	content:"";
}

blockquote,q {
	quotes:"" "";
}

input {
	font-size:100%;
}

/* COMMUN */

body {
	font: 12px Arial, Helvetica, sans-serif;
	color:#224caf;
}

/* STRUCTURE */

div#header {
	height:99px;
	margin:0;
	background:url(../../images/bandeau.png) top left no-repeat;
}

div.labels {
	float:right;
	margin:10px 10px 0 0;
}

div.localisation {
	float:right;
	margin:15px 80px 0 0;
	font-size:18px;
	font-weight:bold;
	color:#4568BC;
}

div.localisation b {
	margin:0 0 0 30px;
}

div#container {
	width:742px;
	text-align:left;
	margin:0 auto;
	background:url(../../images/milieu.png) repeat-y;
}

div#content {
	padding: 0 10px 0 20px;
}

div#footer {
	clear:both;
	width:100%;
	height:45px;
	background:url(../../images/footer.png) bottom left no-repeat;
}

div#footer p {
	text-align:center;
	padding:10px 0 0 0;
}

/* MENU PRINCIPAL */

div#menu-haut {
	padding:74px 0 0 10px;
}

/* Normal */
div#menu-haut ul.menu li {
	list-style:none;
	float:left;
	background: url(../../images/menu-milieu.png) repeat-x 0 0;
	margin:0 0 0 4px;
}

div#menu-haut ul.menu li span {
	background:url(../../images/menu-droite.png) no-repeat right 0px;
	float:left;
}

div#menu-haut ul.menu li a {
	font-size: 13px;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
	display:block;
	padding:3px 9px 5px 9px;
	background:url(../../images/menu-gauche.png) no-repeat 0 0;
}

/* Survol */
div#menu-haut ul.menu li:hover {
	background: url(../../images/menu-milieu-on.png) repeat-x 0 0;
}

div#menu-haut ul.menu li:hover span {
	background:url(../../images/menu-droite-on.png) no-repeat right 0px;
	float:left;
}

div#menu-haut ul.menu li:hover a {
	color:#ffffff;
	background:url(../../images/menu-gauche-on.png) no-repeat 0 0;
}

/* TEXTES */

.TextStandard { font-size: 12px; color:#224caf; }
.TextCenter { text-align:center; }
.TextFormu { padding:0 0 0 10px; }

h1 { font-size: 16px; font-weight:bold; color:#4568BC; margin:0; padding:5px 0 10px 0; text-align:left; }

h2 { font-size: 14px; font-weight:bold; color:#4568BC; margin:0; padding:5px 0; }

h3 { font-size: 14px; font-weight:bold; color:#ffffff; margin:0; padding:5px 0; }

p {
	margin:0 0 10px 0;
	text-align:justify;
}

a, a:active {
	color:#224caf;
	text-decoration:none;
}

a:hover {
	color:#FFB500;
}

a.LienGras, a.LienGras:active {
	color:#224caf;
	font-weight:bold;
	text-decoration:underline;
}

a.LienGras:hover {
	color:#FFB500;
}

.image {
	float:left;
	margin:0;
	padding:5px 15px 5px 0;
}

.image-droite {
	float:right;
	margin:0;
	padding:5px 0 5px 15px;
}

.bloc-adresse {
	float:right;
	margin:0 20px 0 15px;
}

.bloc-adresse p {
	padding:0 5px;
}

.champ-formu {
	width:200px;
	font-size: 12px;
	color:#000000;
}

.champ-textarea {
	width:490px;
	font-size: 12px;
	color:#000000;
}

.bouton_formu {
	border:1px solid #ffffff;
	background-color:#6C8ACC;
	color:#ffffff;
	padding:0 2px 2px 2px;
}

.bouton_formu:hover {
	border:1px solid #ff9500;
	background-color:#A7B8DF;
	cursor:pointer;
}
