@charset "UTF-8";

/* SpryCollapsiblePanel.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
	


	#ColonneContenu{
	bottom: 0px;
}
#ColonneDroite{
	width: 350px;
	float: left;
	bottom: 0px;
	padding-left: 10px;
	padding-top: 5px;
}

	#ColonneGauche{
	width: 350px;
	float: left;
	bottom: 0px;
	padding-left: 10px;
	padding-top: 5px;
}


.VoirDetail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999999;
	display: block;
	padding-left: 0px;
	display: block;
	padding-top: 5px;
}
.VoirDetail a{
	color: #CC9966;
}

.VoirDetail a:hover{
	color: #999999;
}
.VoirDetail a:link{
	color: #CC9966;
}
.VoirDetail a:focus{
	color: #CC9966;
}









.SousTitreConseil1 {
	font-size: 1.2em;
	color: #CC9966;
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 11.5px;
	margin-top: 15px;
	margin-left: 0px;
	padding-left: 10px;
	width: 350px;
}
.SousTitreConseil2 {
	font-size: 1em;
	color: #999999;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	text-transform: uppercase;
}
.txtConseil {
	font-size: 1em;
	color: #999999;
	display: block;
	line-height: 12px;
	margin-top: 4px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 0px;
	text-transform: none;
	padding-left: 0px;
}

#VoirPromo {
	font-size: 1em;
	color: #CCCCCC;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	margin-right: 50px;
}

#ZoneDetail  {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EAD5BF;
	border-right-color: #CC9966;
	border-bottom-color: #CC9966;
	border-left-color: #EAD5BF;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin-top: 50px;
}

#ZoneVisuel  {
	margin-top: 20px;
	width: 330px;
}


.ferAgauche {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 0px;
	left: 0px;
	clip: rect(auto,auto,auto,0px);
}

#ferAdroite {
	float: right;
	margin-right: 50px;
}
#VisuActu {
	text-align: left;
	margin-top: 2px;
	padding-left: 15px;
}

