@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/fondBody.gif);
	background-repeat: repeat;
}
#conteneur {
	min-height: 600px;
	width: 966px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #7d827e;
}
#bandeau {
	background-image: url(../images/bandeau2.jpg);
	height: 204px;
	width: 966px;
	position: relative;
}
#bandeau #accroche {
	padding: 0px;
	float: left;
	margin-top: 38px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 379px;
}
#bandeau #logo {
	padding: 0px;
	float: left;
	margin-top: 38px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#bandeau #etude {
	padding-top: 15px;	
}
#bandeau img {

	float: left;
}
#contenu .gauche {
	height: 350px;
	width: 550px;
	float: left;
	padding-bottom: 10px;
}
#contenu .droit {
	float: left;
	height: 350px;
	width: 416px;
	padding-bottom: 10px;
}
#contenu .col {
	float: left;
	height: 350px;
	width: 483px;
}
#contenu .btn {
	height: auto;
	width: auto;
}
#contenu  h2 {
	padding-left: 100px;
	padding-top: 10px;
	color: #CCCCCC;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 8px;
}
#contenu  p {
	padding-left: 100px;
	font-size: 14px;
	padding-right: 20px;
	color: #000000;
	line-height: 1.3em;
	padding-bottom: 8px;
}

#contenu .etoile {
	font-weight: normal;
	color: #C10000;
	font-size: 12px;
	font-style: italic;
	text-align: left;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contenu h1 {
	padding-left: 80px;
	font-size: 20px;
	background-image: url(../images/fleche.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 20px;
	padding-bottom: 5px;
	color: #535353;
}


#contenu .droit img {
    /*-moz-box-shadow: 0px 2px 8px #000000; 
    -webkit-box-shadow: 0px 2px 8px #000000; 
    box-shadow: 0px 2px 8px #000000; */
}
#contenu input {
	background-color: #CCCCCC;
	height: 13px;
	padding: 5px;
	color: #333333;
}
#contenu textarea {
	background-color: #CCCCCC;
}
#contenu table {
	margin-left: 80px;
	font-size: 14px;
	color: #333333;
	font-variant: small-caps;
	width: 766px;
	margin-top: 20px;
}




.ombre {
    -moz-box-shadow: 0px 6px 18px #000000; 
    -webkit-box-shadow: 0px 6px 18px #000000; 
    box-shadow: 0px 6px 18px #000000; 
    }
	#contenu {
	background-image: url(../images/fondContenu.jpg);
	height: 570px;
	width: 966px;
	position: relative;
	z-index: 0;
	padding-top: 35px;
}
.bold {
	font-weight: bold;
}
#pied {
	height: 70px;
	width: 966px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#pied #adresse {
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	width: 296px;
	height: 70px;
	float: left;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: none;
}
#pied #menuBas {
	width: 660px;
	height: 27px;
	float: left;
	background-image: url(../images/gaucheFooter.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 4px;
}
#menuBas ul {
	height: 27px;
	margin-left: 27px;
	background-color: #FBBA00;
}
#menuBas li {
	display: block;
	float: right;
	height: 19px;
	padding-top: 6px;
	padding-right: 20px;
	padding-left: 20px;
}
#contenu .annot {
	font-style: italic;
	font-size: 10px;
}

#menuBas li a{
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
#menuBas li a:hover{
	color: #FFFFFF;
}
#pied img {
	float: right;
}
#contenu h3 {
	color: #FFFFFF;
	margin-left: 160px;
	font-size: 14px;
	font-weight: lighter;
	text-transform: uppercase;
}
.jaune {
	color: #FBBA00;
	font-weight: bold;
}