/* CSS Document */

html, body {
  background-color: #E3F3F3;
  color: #000000;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
}

/* LAYOUT ----------------------------------------------- */

div.wrapper {
        width: 714px;
	overflow: auto;
}

div#header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:top;
        width: 714px;
	height: 236px;
	overflow: auto;
}

div#main {
	background-image:url(../images/contenu.jpg);
	background-repeat:repeat-y;
	background-position:top;
        width: 714px;
        overflow: auto;
}

div.row {
        width: 714px;
	overflow: auto;
}

div.colLeft {
	width: 420px;
	float: left;
	border:0px solid black;
	overflow: auto;
}

div.colRight {
	width: 230px;
	float: left;
	border:0px solid black;
	overflow: auto;
}

div#footer {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:top;
        width: 714px;
	height:102px;
	text-align:center;
}

/* TEXT ------------------------------------------------- */
h1.intro {
	margin: 5px 10px 20px 10px;
	font-size: 14px;
	color:#00529D;
}

h1.contenu {
	margin: 5px 10px 20px 10px;
	font-size: 14px;
	font-weight
	color:#003270;
}

em{
	font-size: 11px;
	font-style:normal;
}

h2 {
}

p {
	margin: 5px 10px 15px 10px;
}

p.encadrer {
        width=230;
	margin: 5px 10px 15px 10px;
	padding: 6px 6px 6px 6px;
	border-color:#2C8F8F;
	border-style: solid;
	border-width: 1px;
	font-weight:bold;
	text-align: center;
	font-size:12px;

}
p.mail {
        font-size:12px;
        }

p.contenutxt {
        font-size:12px;
        list-style-type: none;
        margin: 5px 10px 15px 10px;
        }
p.footer {
	margin: 0px 0px 0px 0px;
	padding: 36px 0px 0px 0px;
	font-size:10px;
        text-align:center;
}


ul.menu {
        list-style-type: none;
	font-size:10px;
	font-weight:bold;
}

li.menu {

        float: left;
	margin: 0px;
	padding: 0px;
        text-align: left;
}

li{
        font-size:12px;
	padding-bottom:5px;
}



/* LINKS ------------------------------------------------ */
a.menu:link, a.menu:visited {
        font-size:12px;
        font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.menu:hover {
	text-decoration: underline;
}

a.footer:link, a.footer:visited {
	color: #000000;
	text-decoration: underline;
}

a.footer:hover {
	text-decoration: none;
}

a:link, a:visited {
  	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


/* IMG & OBJECTS ---------------------------------------- */
img.contenu {
	margin:0px 10px 5px 10px;
	padding:0px;
	border: 0px solid #FF9600;
	float:left;
}

img.contenu02 {
	margin:0px 10px 5px 10px;
	padding:0px;
	border: 0px solid #FF9600;
	float:right;
}


/*---------------------------------*/
/*-CONTACT-------------------------*/
/*---------------------------------*/

p.contactMsg {

}

p.contactError {
	color: #A4191D;
	font-weight: bold;
}

form{
	border: 0px solid red;
	margin:0px;
	padding:0px;
}

label.contact, input.contact, textarea.contact {
	display: block;
	width: 245px;
	float: left;
	margin-bottom: 10px;
}

label.contact {
	text-align: left;
	width: 120px;
	padding-right: 10px;
	padding-left: 10px;
}

textarea.contact {
	height: 100px;
}

input.contactSubmit {
	width: 150px;
	padding-left: 10px;
}

br.clear {
	clear: left;
}