@charset "UTF-8";
/* CSS Document */

html, body {
  height: 100%;
  width: 100%;
  border: none;
/* BACKGROUND */
  margin:0;
  padding:0;
  background: url(imgs/image_fond.jpg) no-repeat center fixed; 
  -webkit-background-size: cover; /* Chrome Safari */
  -moz-background-size: cover; /* Firefox */
  -o-background-size: cover; /* Opera */
  background-size: cover; /* version standardisee */
  }

#maintable {
  height: 100%;
  width: 980px;
  border: none;
  }

/* NAVIGATION ITEMS */
ul
	{
	list-style-type: none;
	padding: 0px;
	margin-bottom: 30px;
	}
ul li
	{
	padding: 0px;
	}

img.navigation
	{
	border-style: none;
	padding-top: 13px;
	padding-bottom: 9px;
	}
	
/* MENU OFF */
a.menu1:link, a.menu1:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	text-shadow: 0px 1px 0px #000000;
	text-decoration: none;
	}
a.menu1:hover, a.menu1:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-shadow: 0px 1px 0px #000000;
	text-decoration: none;
	}

/* MENU ON */
a.menu2:link, a.menu2:hover, a.menu2:active, a.menu2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-shadow: 0px 1px 0px #000000;
	text-decoration: none;
	}

/* ADRESS */
a.adress:link, a.adress:active, a.adress:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-shadow: 0px 1px 0px #000000;
	text-decoration: none;
	}
a.adress:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFE49D;
	text-shadow: 0px 1px 0px #000000;
	text-decoration: none;}

/* TITRE */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #C41230;
	margin: 42px 42px 30px 42px;
	}
span.h1-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #005596;
	}

/* CONTENU */
p.contenu {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #4D4D4D;
	padding-left: 42px;
	padding-right: 42px;
	}
p.imgs {
	padding: 14px 42px 14px 42px;
	}

a.link-contenu:link, a.link-contenu:active, a.link-contenu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #4D4D4D;
	text-decoration: none;
	}
	
a.link-contenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #4D4D4D;
	text-decoration: underline;
	}

/* FORM */
form.formulaire {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #4D4D4D;
	padding-left: 42px;
	padding-right: 42px;
	}
input[type="text"], textarea {
    border: solid 1px #999;
    background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #005596;
	margin-top: 6px;
	-moz-box-shadow: 0 0 3px #888;
	-webkit-box-shadow: 0 0 3px#888;
	box-shadow: 0 0 3px #888;
}
input[type=submit]{
	width: 100px;
	height: 28px;
	background:url(imgs/btn_send.gif) top left no-repeat;
	border-style:none;
	margin-top: 7px;
	opacity: 1.0; 
	filter:alpha(opacity=100);/* For IE8 and earlier */
}
input[type=submit]:hover{
	width: 100px;
	height: 28px;
	background:url(imgs/btn_send.gif) top left no-repeat;
	border-style:none;
	margin-top: 7px;
	opacity: 0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}

/* GALLERY */
p.imgs2 {
	padding: 8px 42px 8px 42px;
	}

img.light {
	opacity: 1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	}
img.light:hover {
	opacity: 0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	}
	
span.txt-red {
	color: #C41230;
	font-weight: bold;
	}
	
/* FOOTER */
div.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	}
a.link-footer:link, a.footer:active, a.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	}
a.link-footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
	}