/* CSS Document */


/* INDEX */
#index_content {
	background-color: #ffffff;
	padding: 6px 8px 3px 18px;
}
#index_content #flash_intro {
	margin: 12px 4px 5px 0px;
	float: left;
	width: 321px;
	height: 288px;
	overflow: hidden;
}
#index_content #flash_intro a {
	color: #D81E05;
	text-decoration: none;
}
#index_content #flash_intro a:hover {
	background-color: #D81E05;
	color: #FFFFFF;
	text-decoration: none;
}
#index_content #produits_vedette, #index_content #produits_vedette_en  {
	background-image: url(../images/content/pattern_prod_vedette.jpg);
	background-repeat: repeat-y;
	/*min-height: 298px;*/
	width: 385px;
	/*float: right;*/
}
#index_content #produits_vedette ul, #index_content #produits_vedette_en ul {
	list-style-type: none;
	padding: 0px 0px 20px 0px;
	display: block;
	background-image: url(../images/content/pattern_prod_vedette_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#index_content #produits_vedette li, #index_content #produits_vedette_en li {
	padding: 10px 18px 0px 13px;
	margin: 0px 0px 10px 0px;
}
#index_content #produits_vedette li.first_item {
	background-image: url(../images/content/pattern_prod_vedette_top.jpg);
	padding-top: 59px;
	background-repeat: no-repeat;
}
#index_content #produits_vedette_en li.first_item {
	background-image: url(../images/content/pattern_prod_vedette_top_en.jpg);
	padding-top: 59px;
	background-repeat: no-repeat;
}
#index_content #produits_vedette li img, #index_content #produits_vedette_en li img{
	border: 1px solid #BEBDB6;
	/*float: left;*/
	margin: 0px 20px 5px 0px;
}
#index_content #produits_vedette li h1, #index_content #produits_vedette_en li h1{
	font-size: 10px;
	font-weight: bold;
	color: #D81D05;
}
#index_content #produits_vedette a , #index_content #produits_vedette_en a{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#index_content #produits_vedette a:hover, #index_content #produits_vedette_en a:hover {
	text-decoration: underline;
}

#index_content #hrs_fetes {
	background-image: url(../images/content/heures_des_fetes.jpg);
	background-repeat: no-repeat;
	width: 385px;
	height: 155px;
	float: right;
	display:block;
	margin-top:5px;
}

#index_content #hrs_fetes_en {
	background-image: url(../images/content/heures_des_fetes_en.jpg);
	background-repeat: no-repeat;
	width: 385px;
	height: 155px;
	float: right;
	display:block;
	margin-top:5px;
}

/* END OF INDEX */



/* CONTENU GÉNÉRAL */
#content .imageDroite{
	float: right;
	margin: 0px 0px 10px 15px;
}
#content .imageGauche{
	float: left;
	margin: 0px 15px 10px 0px;
}

#content {
	float: right;
	width: 495px;
	margin: 10px 8px 0px 0px;
}
#level1>#content {
	width: 518px;
	margin: 10px 15px 0px 0px;
}
#content h1 {
	margin: 0px;
	padding: 0px 0px 2px 0px;
	background-image: url(../images/content/dotted_titre.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#the_content ul, ol {
	margin: 8px 15px;
}
#the_content ul {
	list-style-type: disc;
}
#the_content li {
	margin: 0px 15px;
}
#the_content h2 {
	font-size: 11px;
	color: #D81E05;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
}
#the_content h3 {
	font-weight: bold;
}
#the_content {
	margin: 15px 10px;
}
#the_content a {
	color: #D81E05;
	text-decoration: none;
}
#the_content a:hover {
	background-color: #D81E05;
	color: #FFFFFF;
	text-decoration: none;
}

#the_content .reference {
	color: #666666;
	font-style: italic;
}
/* END OF CONTENU GENERAL */



/* HISTORIQUE */
#the_content #photo_fondateurs {
	float: left;
	margin: 0px 15px 5px 0px;
}
html>body #the_content #photo_fondateurs {	/* Hide from IE */
	margin: 0px 15px 15px 0px;
}
#the_content #photo_batiment_1950 {
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
	width: 130px;
}
/* END OF HISTORIQUE */



/* CONTACTEZ-NOUS */
#the_content .coordonnees {
	padding: 6px 8px;
	border: 1px solid #E5E5E5;
}
#the_content .coordonnees img {
	float: left;
	border: 1px solid #E5E5E5;
	margin-right: 8px;
	margin-top: 3px;
}
#the_content .coordonnees a:hover img {
	border: 1px solid #999999;
}
/* END OF CONTACTEZ-NOUS */



/* FORMULAIRE */
#the_content form {
	margin: 0px;
	padding: 0px;
}
#the_content fieldset {
	margin: 0px;
	padding: 8px;
	border: 1px solid #E5E5E5;
}
#the_content fieldset legend {
	font-weight: bold;
	padding: 0px 3px;
	color: #4C4C4C;
}
#the_content fieldset table {
	margin: 3px 0px;
}
#the_content fieldset td {
	width: 50%;
}
#the_content input {
	width: 90%;
	margin: 2px 0px 8px 0px;
	border: 1px solid #999999;
	padding: 1px 2px;
}
html>body #the_content input { /* Hide from IE */
	border: 1px solid #E5E5E5;
}
#the_content input:hover {
	border: 1px solid #999999;
}
#the_content form #error {
	font-weight: bold;
	color: #D81E05;
	margin: 8px 0px;
	background-color: #FFFFCC;
	padding: 4px;
	border: 1px solid #E9E8A9;
}
#the_content form #error, #the_content #buttons {
	width: 95%;
}
html>body #the_content form #error, html>body #the_content #buttons { /* Hide from IE */
	width: 94%;
}
#the_content #buttons {
	text-align: right;
}
#the_content #buttons input {
	width: auto;
	margin: 0px 0px 0px 3px;
	background-color: #E5E5E5;
	border: 1px solid #999999;
}
#the_content textarea {
	width: 95%;
	margin: 2px 0px 8px 0px;
	border: 1px solid #999999;
	padding: 1px 2px;
}
html>body #the_content textarea { /* Hide from IE */
	border: 1px solid #E5E5E5;
}
#the_content textarea:hover {
	border: 1px solid #999999;
}
#the_content form #error p {
	font-weight: bold;
	color: #D81E05;
}
/* END OF FORMULAIRE */




/* BACK TO TOP */
#back_to_top {
	clear: both;
	float: right;
	margin: 0px;
}
#content>#back_to_top {	/* Hide from IE */
	margin: 0px 0px 10px 0px;
}
#back_to_top a {
	color: #D81E05;
	text-decoration: none;
}
#back_to_top a:hover {
	background-color: #D81E05;
	color: #FFFFFF;
	text-decoration: none;
}
/* END OF BACK TO TOP */




/* GET ACROBAT */
#get_acrobat a.image:hover {
	background-color: #ffffff;
}
/* END OF GET ACROBAT */
