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

body {
	background-color: #05141C;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: lighter;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #00ACEA;
}
a:active {
	text-decoration: none;
}

img {
	text-decoration:none;
	border:none 0;
}

/* ENTETE */
#entete  {
	width: 770px;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #05141C;
	margin: auto;
	text-align: right;
	height: 116px;
	padding-top: 3px;
	background-image: url(../images/logomenu.jpg);
}

/* MENU */

.level_1
{
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	float: right;
}

.level_1 li
{
	height: 100px;
	width: 90px;
	float: left; /* On met ici en float left pour que le menu se mette en ligne */
	text-align: center;
	margin: 0;
	padding: 0px;
}

.level_1 li a
{
	width: 90px;
	text-decoration: none;
	background-image: url(../images/boutonmenu.jpg);
	background-repeat: no-repeat;
	background-position: 0 0; /* On défini la position de l'image de base du rollover */
	display: block;
	height: 100px;
	text-align: center;
	line-height: 100px;
	font-size: 13px;
	text-transform: uppercase;
}



.level_1 li a:hover
{
	background-image: url(../images/boutonmenu.jpg);
	background-repeat: no-repeat;
	background-position: 0 -100px; /* On décale de le fond pour avoir l'image hover */
}

.level_1 li li a:visited
 {
	text-decoration: none;
}

.active
{
	text-decoration: none;
	color: #00ACEA;
	background-image: url(../images/boutonmenu.jpg);
	background-repeat: no-repeat;
	background-position: 0 -200px; /* On décale de le fond pour avoir l'image active */
	display: block;
	text-align: center;
	line-height: 100px;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0;
	padding: 0px;
}

/* PAGE */
.page {
	width: 100%;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #A6C7DA;
	background-image: url(../images/fondpage2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #83B0CB;
	border-right-color: #83B0CB;
	border-bottom-color: #83B0CB;
	border-left-color: #83B0CB;
	color: #006699;
	min-height: 100%;
}
.page #contenu {
	text-align: left;
	width: 770px;
	margin: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}

/* Sample 1*/
#box1{
	position:absolute;
}
#box1 span{
	float: left;
}
.mask1{
	position:absolute;
	width:440px;
	height:276px;
	overflow:hidden;
	
}
/* Style du portfolio */

.page #references .mod_article{
	width: 765px;
	height: 310px;
	background-color: #74B0D4;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;

}

.page #references .ce_text{
	background-color: #74B0D4;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.page #references .ce_text h4{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

/* Style page hors portfolio */
.page #contenu #blocgauche {
	float:left;
	width: 290px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.page #contenu #blocdroite {
	width: 450px;
	float: left;
	background-color: #4C89B5;
	height: 100%;
	margin-left: 10px;
}
.page #contenu #blocdroiteimg  {
	height: 290px;
	
	background-color: #74B0D4;
	vertical-align: middle;
	background-position: left;
	padding: 5px;
}
.page #contenu #blocdroitetext {
	color: #FFFFFF;
	top: 0px;
	margin: 0px;
	padding: 5px;
	width: 230px;
	float: left;
	height: 240px;
}
.page #contenu #blocdroite #blocdroitetextcontact {
	float: left;
	width: 200px;
	color: #FFFFFF;
	padding-left: 10px;
	height: 240px;
}



.clear{	clear:both;
}


/* PIED DE PAGE */
#pied  {
	background-image: url(../images/fondfooter.jpg);
	margin: auto;
	width: 770px;
	background-repeat: repeat;
	background-position: left top;
}
.pied p {
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
}		
.Style5 {
	color: #FFFFFF;
	font-weight: bold;
}

.Style6 {color: #FFFFFF; font-weight: bold; font-size: 14px;
}

/* FORMULAIRE */
.formbody {
	background-color: #74B0D4;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

label {
	float:left;
	width:77px;
	text-align: right;
	clear: both;
}

input {
	width:auto;
}

/* On défini le champ Nom */
#ctrl_1 { 
	width:200px;
}

/* On défini le champ Email */
#ctrl_2 {
	width:200px;
}

/* On défini le champ Site web */
#ctrl_3 {
	width:200px;
}

/* On défini le champ Adresse */
#ctrl_4 {
	width:300px;
}

/* On défini le champ Ville */
#ctrl_6 {
	width:300px;
	text-transform: uppercase;
}

/* On défini le champ Téléphone */
#ctrl_7 {
	width:100px;
	text-align: center;
}

/* On défini le champ Message */
#ctrl_8 {
	width: 300px;
}

/* On défini le champ Anti Spam */
#ctrl_9 {
	width:20px;
	text-align: center;
	vertical-align: middle;
}

/* On défini le bouton du formulaire */
.submit_container {
	margin-left: 305px;
}
#ctrl_11 {
	width:80px;
	background-color: #4C89B5;
	color: #FFFFFF;
}

.error {
	color: #FF0000;
}
#confirmation {
	background-color: #74B0D4;
	height: 300px;
	width: 450px;
	color: #FFFFFF;
}

/* Les news */

.mod_newslist .layout_latest{
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #006699;
	
}


.mod_newslist h2 a{
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	
}

.mod_newsreader h1{
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
}

.mod_newsreader h2{
	font-size: 14px;
	font-weight: bold;
}