/* CSS Document */

html, body {
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* LAYOUT ----------------------------------------------- */

div.wrapper {
	background-image: url(../images/contenu.jpg);
	background-repeat: repeat-y;
	background-position: top;
	background-color: #000000;
	width: 780px;
	margin: 0 auto;
  	padding: 0px 0px 0px 0px;
	overflow: auto;
}

div#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 780px;
	height: 217px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: auto;
}

div#main {
	background-image: url(../images/contenu_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 780px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: auto;
}

div.row {
	width: 780px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: auto;
	border: 0px solid black;
}

div.colLeft {
	width: 250px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	border: 0px solid black;
}

div.colRight {
	width: 470px;
	float: left;
	margin: 26px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid black;
}

div#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 550px;
	height: 100px;
	margin: 0px 0px 0px 0px;
	padding: 70px 0px 0px 150px;
	text-align: center;
}


/* MENU ------------------------------------------------- */

ul.menu {
	margin: 43px 0px 0px 72px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	font-size: 10px;
	font-weight: bold;
}

li.menu {

	margin: 0px 0px 18px 0px;
	padding: 5px 0px 0px 0px;
	text-align: left;
}

ul.menutop {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

li.menutop {
	display: inline;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

ul.menubottom {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

li.menubottom {
	display: inline;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

a.menu:link, a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.menu:hover {
	text-decoration: underline;
}

a.menutop:link, a.menutop:visited {
	color: #A6CAD1;
	text-decoration: none;
}

a.menutop:hover {
	text-decoration: underline;
}

a.menubottom:link, a.menubottom:visited {
	color: #A6CAD1;
	text-decoration: none;
}

a.menubottom:hover {
	text-decoration: underline;
}


/* TEXT ------------------------------------------------- */

h1.intro {
	margin: 15px 10px 15px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px solid white;
}

h1.contenu {
	margin: 25px 10px 15px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px solid white;
	clear: both;
}

h2.contenu {
	margin: 25px 10px 15px 0px;
	font-size: 12px;
	font-weight: bold;
}

em{
	font-size: 11px;
	font-style: normal;
}

p.contenu {
	margin: 5px 10px 15px 0px;
}

p.footer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
}

ul.contenu {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type:none;
}

li.contenu {
	margin: 0px 0px 0px 0px;
	padding: 3px;
	text-align: left;
}


/* LIENS ------------------------------------------------ */

a.footer:link, a.footer:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a.footer:hover {
	text-decoration: none;
}

a.plus:link, a.plus:visited {
  	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a.plus:hover {
	text-decoration: none;
}

a.contenu:link, a.contenu:visited {
  	color: #FFFFFF;
	text-decoration: underline;
}

a.contenu:hover {
	text-decoration: none;
}


/* IMAGES + OBJETS ---------------------------------------- */

img.contenu_gauche {
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
	float: left;
	border: 0px solid #FF9600;
}

img.contenu_droite {
	margin: 5px 10px 5px 10px;
	padding: 0px 0px 0px 0px;
	float: right;
	border: 0px solid #FF9600;
}

object {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/*-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: 150px;
	padding-right: 10px;
}

textarea.contact {
	height: 100px;
}

input.contactSubmit {
	width: 150px;
}

br.clear {
	clear: left;
}