/* CSS Document */
/*  1. Définition des grands blocs 
	2. 
	3. Class
*/
.skiplink {display:none}

body, html {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#conteneur {
	margin:auto;
	width: 720px;
	padding-bottom: 20px;
	background-color: #FFF;
	text-align: left; 
}

#sommaire {
	float: left;
	width: 210px;
}

#contenu {
	float: right;
	width: 500px;
	margin-right: 5px;
}

#pied {
	clear: both;
	text-align: center;
	color: #999999;
	font-size: 0.6em;
	margin: 30px 0 10px 0px;
	padding-top: 10px;
	padding-left: 210px;
}

#LMP {
	position:absolute;
	margin-left: -5000px;
}

#sommaire img {
	border: 0;
}

a {
	color: #990000;
}

ul#menu {
	background-image: url(img/menu.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 20px 10px 20px 15px;
	font-size: 0.8em;
	color: #990000;
	list-style-type: square;
	font-family: "Trebuchet MS", Verdana;
	font-style: italic;
	font-weight: bold;
}
#menu li {
	margin: 0 0 1em 10px;
	padding: 0px;
}
p, address, ul {
	font-size: 0.8em;
}
address, #contenu ul {
	font-style: normal;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 2px solid #CCC;
	}
#contenu ul {
	list-style-image:url(img/ul.gif);
	}
#menu li a {
	text-decoration: none;
	padding: 0 5px 0 5px;
}
/*#menu li a:hover {
	font-style:normal;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
	background-image: url(../WebMediaFR/bg_hover_menu.gif);
	background-repeat: repeat-y;
}
*/
#menu li a:hover {
	text-decoration: underline;
	}
#contenu h2 {
	height: 90px;
	width: 450px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
	}
#H2_acc_entre {
	background-image: url(img/h2_accueil_entre.gif);
}
#H2_marketing {
	background-image: url(img/h2_marketing.gif);
}
#H2_contact {
	background-image: url(img/h2_contact.gif);
}
#H2_evenementiel {
	background-image: url(img/h2_evenementiel.gif);
}
#H2_devis {
	background-image: url(img/h2_devis.gif);
}
#H2_references {
	background-image: url(img/h2_references.gif);
}
#H2_recrutement {
	background-image: url(img/h2_recrutement.gif);
}
#H2_actualites {
	background-image: url(img/h2_actualites.gif);
}



#conteneur h2 span {
	display: none;
}
.photo {
	margin-left: 5px;
	float: right;
	border: solid 1px #000;
}
.ZoneRouge {
	border-left: 10px solid #CCCCCC;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	color: #990000;
	background-image: url(none);
	text-indent: 0;
	margin-left: 10px;
}
p {
	text-align: justify;
	background-image: url(img/puce.gif);
	background-repeat: no-repeat;
	text-indent: 15px;
}
.FlashNoBorder {
	margin-left: 10px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
form td {
	font-size: 0.8em;
	border-bottom: 1px solid #CCC;
	padding: 1px 0 1px 0;
}
form th h3 {
	margin: 15px 0 10px;
	color: #990000;
	text-align: left;
}
textarea {
font-size: 1em;
}
input, textarea {
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
	}
input#valider {
	font-family: "Trebuchet MS", Verdana;
	color: #CCCCCC;
	background-color: #990000;
	border: 3px outset;
	width: 120px;
	margin: 10px 0 20px 200px;
	font-size: 0.8em;
	
}
.invisible {
	display: none;
}
