/* CSS Document */
html, body 
{ 
height: 100%; 
min-height: 100%; 
} 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	margin: 0px;
}

p, div, td {
	font-size: 11px;

}

a {
	text-decoration: none;
	color: #414141;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

.cadre {
	border: 1px solid #ADADAD; 
	margin: 10px;
}

h1 {
	font-size: 13px;
	color: #389742;
	margin: 30px;
	margin-top: 14px;
	text-transform: uppercase;
}

h2 {
	font-size: 14px;
	color: #032954;
	margin-left: 20px;
}

.cadre_gauche p {
	margin-left: 30px;
	margin-right: 30px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

.entete_contact {
	padding: 0px; 
	padding-left: 20px; 
	background-image: url(images/coin_vert.gif); 
	background-repeat: no-repeat; 
	background-position: left; 
	background-color: #63A700; 
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

.menu_haut {
	/*background-color:#BFBFBF;*/
	background-image: url(images/fond_menu_haut.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 42px;
}

.menu {
	/*background-color:#BFBFBF;*/
	background-image: url(images/fond_menu_haut.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}


.menu_flash {

background-image: url(images/fond_menu.png);
}

.conteneur_carrousel, .conteneur_lego {
	position: relative; 
	z-index: 1; 
	padding: 0px; 
	top:0px; 
	left:0px;
	height: 300px;
}

#carrousel {
	position: absolute;
	top: 15px;
	right: 0px;
	padding: 5px;
}

#lego {
	position: absolute;
	top: 2px;
	left: 0px;
	padding: 5px;
}

.liste p {
	margin-top: 5px;
	margin-bottom: 5px;
}
