@charset "utf-8";
body  {
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: left; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #222;
	background-color: #FFF;
	font-size: 0.8em;
	font-family: Arial, helvetica, sans-serif;
	font-size: 100.1%;
}
.twoColFixLtHdr #container {

	max-width: 980px;
	font-size : 0.8em;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	
}
.twoColFixLtHdr #prima {
	width:100%;
	text-align:center;
	background-color:rgb(255,255,255);
	margin-top:0px;
	margin-bottom:0px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	font-weight:100;
	color: rgb(187,182,169);
	height: auto;
	padding-top: 0x;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	}
.twoColFixLtHdr #prima h1{
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	font-weight:100;
	color: rgb(187,182,169);	
}
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* ce remplissage correspond à l'alignement à gauche des éléments des div qui apparaissent en dessous. Si, au lieu de texte, c'est une image qui est insérée dans l'élément #header, il est conseillé de supprimer le remplissage. */
	background-image:url(../images/fond-bandeau.gif);
	background-repeat:repeat-x;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* la mise à zéro de la marge du dernier élément du div #header permet d'éviter une disparition de la marge (espace inexplicable entre les éléments div). Si l'élément div est entouré d'une bordure, cette précaution n'est pas nécessaire, car la bordure évite également la disparition de la marge */
	padding: 10px 0; /* l'utilisation de remplissage, au lieu d'une marge, permet d'éloigner l'élément des bords de l'élément div */
	background-color: #FFF;

}
.twoColFixLtHdr #sidebar1 {
	float: left; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	width: 220px; /* la couleur de l'arrière-plan est affichée sur la largeur du contenu de la colonne, mais pas au-delà */
	background-color: #FFF;
	
}
.twoColFixLtHdr #sidebar1 ul{
	text-align:left;
	padding-left: 1em;
}

#navig {
	
	border-bottom:5px;
	border-bottem:solid;
	border-bottom-color:#333;

}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* La marge gauche de cet élément div crée la colonne qui s'étend sur le côté gauche de la page - quel que soit le contenu de l'élément div sidebar1, l'espace de cette colonne reste intact. Vous pouvez supprimer cette marge si vous souhaitez que le texte de l'élément div #mainContent remplisse l'espace de l'élément #sidebar1 lorsque le contenu de ce dernier se termine. */
	padding: 0 20px; /* ne pas oublier que le remplissage est l'espace à l'intérieur du cadre de l'élément div, alors que la marge est l'espace à l'extérieur de celui-ci */
} 

.twoColFixLtHdr #mainContent H1{
	color: #F0C;
	margin-bottom:20px;
	font-family: "Century Gothic", Arial, Georgia;
	font-size: 20px;
	line-height: 22px;
	font-weight: 100;
}

.twoColFixLtHdr #mainContent H2{
	color: #F0C;
	margin-bottom:20px;
	font-family: "Century Gothic", Arial, Georgia;
	font-size: 20px;
	line-height: 22px;
	font-weight: 100;
}


#boite {
	margin: 10px;
	width: auto;
	height: 240px;
}
.tete {
	font-size:14px;
	color:#C09;
}
.twoColFixLtHdr #boite1 {
	float: left;
	width: 32%;
	height: 240px;
	
}
.twoColFixLtHdr #boite1 img{
	margin-top: 15px;
	margin-right: 2px;
}
#souscolg{
float:left;
width : 60px
height : 240px;
}
#souscold{
	float:right;
	width: 150px;
}


.listev li{
	line-height: 20px;
	list-style-image:
	url(../images/dot_navb.gif);
}
.liste li img{
	margin-right: 10px;
}
.marge_image{
	float:right;
	margin-left:80px;
	margin-top:0px;
	}

.twoColFixLtHdr #boite2 {
	float:left;
	width: 32%;
	border-bottom-color:#666;
	border-width:thin;
	margin-left: 20px;
	height: 240px;
}
.twoColFixLtHdr #boite3 {
	float:right;
	width: 25%;
	border-bottom-color:#666;
	border-width:thin;
	margin-left: 20px;
	height: 240px;
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* ce remplissage correspond à l'alignement à gauche des éléments des div qui apparaissent au-dessus. */
	background:#FFF; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* la mise à zéro de la marge du premier élément du pied de page permet d'éviter une possible disparition de la marge (espace entre les éléments div) */
	padding: 10px 0; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */
}
.fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1 li {
	margin-left: 1em;
	height: 2em;

}

.receompense img {
	margin:5px 10px;
}

/* SpryCollapsiblePanel.css - version 0.5 - Spry Pre-Release 1.6.1 */

/* 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.
 */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border:none;

}

.CollapsiblePanel img{
	
	border:none;

}
/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	font: bold 0.7em sans-serif;
	border:none;
	background-color: #FFF;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #FFF;
}

/* This is an example of how to change the appearance of the panel tab when the
 * CollapsiblePanel is closed. The "CollapsiblePanelClosed" class is programatically added and removed
 * whenever the CollapsiblePanel is closed.
 */

.CollapsiblePanelClosed .CollapsiblePanelTab {
 /* background-color: #EFEFEF */
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #FFF;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {

	background-color:#FFF;
}
.depuis {
	font-weight: bold;
	color: #FFF;
	background-color: #F09;
	margin-left: 15px;
	margin-top: 8px;
	line-height: 30px;
	font-size: 12px;
}

