@CHARSET "UTF-8";
/*colors: 
		#2c825d - green
		#363a91 - dark blue
		#8188b2 - light blue
		#cb1919 - red
*/
/*****************************************************************************************************/
/**										general														**/
/*****************************************************************************************************/

* {
margin: 0;
padding: 0;
border: 0;
font-family: sans-serif;
font-size: 1em;
font-weight: normal;
font-style: normal;

}
/*****************************************************************************************************/
/**										a    														**/
/*****************************************************************************************************/

a {
	 text-decoration: none;
	 color: #005a28;
}

a:hover {
	background-color: #e0e8db;
}
A.lien:link {
        font-family:"ARIAL", "Times New Roman", "Verdana";
        color: #3E6433;
        font-weight: bold;
        font-size:1em;
        text-decoration:none;
}
A.lien:visited {
        color: #0000A0;
        font-weight: bold;
	    font-size:8pt;
	    text-decoration:none;
}

A.lien:hover {
		color: #800000;
		font-size:8pt;
		text-decoration:none;
}
/*****************************************************************************************************/
/**										body   														**/
/*****************************************************************************************************/

body {
	margin:0;
    padding:0;
    height:100%;
    border:none;
   	font: 0.7em/1.5 Verdana, Geneva, Arial, sans-serif;
	color: #363a91;
	background: white url(images/fond.jpg) repeat-x;
	height:100%;
}

hr{
	color: #363a91;
	background-color: #363a91;
	height: 1px;
	border: 0;
	width:55em;
}
/*****************************************************************************************************/
/**										p   														**/
/*****************************************************************************************************/
p{
	margin:0.5em;
}
/*****************************************************************************************************/
/**										classes														**/
/*****************************************************************************************************/

.Aide{
	background-color: white;
	color: #363a91;
	width:95%;
	border:solid 1px #363a91;
}
.ancre {
    font-size: 1.1em;
	font-family: "ARIAL","Times New Roman", "Verdana";
    color:#C00000; /*rouge brique*/
	text-align:left;
	text-decoration:none;
}
.button {
	border:1px solid black;
	padding:1px;
}

.tableEleveurs{
	padding:1em;
	width:auto;	
}
.btnStyle{
	margin: 0 ;
	border-top: 1px solid buttonhighlight;
    border-left: 1px solid buttonhighlight;
    border-bottom: 1px solid buttonshadow;
    border-right: 1px solid buttonshadow;
}
.categ {
    font-family:"ARIAL", "Times New Roman", "Verdana";
    font-size: 8pt;
	font-weight: bold;
	color:#0000A0;
}
.divBasketGenerale{
	
	width:18em;	
	clear:both;
}
.divBasketLabel{
	float:left;
	width:9em;	
	clear:left;
	font-weight:bold;
	/*border:solid 1px;*/
}
.divBasketMessage{
	color:	#cb1919;
}
.divBasketValue{
	float:left;
	width:10em;	
	/*border:solid 1px;*/
}
.divBloc{
	overflow:auto;
	
	height:500px;
	clear: both;
	/*background-color: white;*/
	border-left: 1px solid #c5cdd0;
	border-right: 1px solid #c5cdd0;
	border-bottom: 1px solid #c5cdd0;
	padding: 5px;
	margin-bottom: 5px;
	scrollbar-face-color: #dee6db;
    scrollbar-highlight-color: #d2d8d4;
    scrollbar-3dlight-color: #d2d8d4;
    scrollbar-darkshadow-color: #969dba;
    scrollbar-shadow-color: #a5abc1;
    scrollbar-track-color: #c3cad0;
    scrollbar-arrow-color: #c3cad0;
}

.divBoutonsMenu {
	width:500px;
	margin-left:auto;
	margin-right:auto;
}

.divBoutonsMenu li {
    
    width: 140px;
    height:25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    text-align: center;
    list-style-type: none; 
    display:inline;
    margin:2px;
}

.divBoutonsMenu li a {
    text-decoration: none;
}

.divBoutonsMenu li a:link {
    height:25px;
	text-decoration:none;
	background-color:#dde3d9;
	color:#8188b2;
	text-align:center;
	font-weight:bold;
	padding:3px;
	border-style:outset;
	border-width:2px;
	border-color:#99cc99;
}
.divBoutonsMenu li a:visited {
    
	text-decoration:none;
	color:#8188b2;
	text-align:center;
	font-weight:bold;
	background-color:#dde3d9;
	padding:3px;
	border-style:outset;
	border-width:2px;
	border-color:silver;
}
.divBoutonsMenu li a:hover {
    
	text-decoration:none;
	color:#363a91;
	text-align:center;
	font-weight:bold;
	background-color:#c2c9cf;
	padding:3px;
	border-style:inset;
	border-width:2px;
	border-color:silver;
}
.divBoutonsMenu li a:active {
    border-style:inset;
    font-weight: bold;
    color: #faf400;
    background-repeat: no-repeat;
}

.divBoutonsMenu ul{
	line-height:20px;
}
.divCase{
	width:34em;
	float:left;
	margin-bottom:1em;
}
.divColonne{
	width:35em;
	float:left;
	margin:3em 0 0 1em;
}
.divContainer{/*div*/
	padding:0 ;
	margin:0 ;
}
.divErrorMessage{
	font-size:1.1em;
	font-style:italic;
	color:red;
	margin-left:auto;
	margin-right:auto;
	width:45em;
}
.generalTab{
	margin-left:auto;
	margin-right:auto;
	width:45em;
}
.divInput{
	width:15em;
	float:left;
	margin:1em;
}
.divLabel{
	width:10em;
	float:left;
	clear:left;
}
.divLien{
	float:right;
	clear:left;	
}
.divMessageTitre{
	padding:0.8em;
	width:50em;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	clear:both;
}
.divImage{
	float:left;
	width:15em;
	margin:1em ;
}
.divLigne{
	width:45em;
	margin:2em 1em 1em 1em;	
}
.divLigneImages{
	text-align:center;
	vertical-align:bottom; 
	clear:both;
}
.divTitreImage {
    font-family:"ARIAL", "Times New Roman", "Verdana";
    font-size: 1.2em;
	font-weight: bold;
	color:#0000A0;
	clear:left;
}
.divPhoto{
	float:left;
	width:10em;
	margin:1em auto 1em auto;
}
.divRubriqueAdherent{
	width:45em;
	border:none;	
	font-size: 1.1em;
	margin-left:auto;
	margin-right:auto;
}

.divTab{
	width:14em;
	float:left;
	margin-top:2em;
	margin-bottom:2em;
}
.divTabTitre{
	font-size: 1.2em;
	font-weight: bold;
	color:#0000A0;
	width:7em;
	float:left;
}
.divTabRadio{
	width:10em;
	text-align:right;
	margin:1em 0 0 0;
}
.divTabRadio2{
	width:10em;
	text-align:right;
	margin:0.5em;
	font-size:0.9em;
	color:#2c825d;
}
.divTabLigne{
	width:59em;
	clear:left;
}
.divTabValeur{
	font-size:1.1em;
	width:12em;
	color:#800000; /*rouge brique*/
	float:left;
margin-top:1em;
}
.divTableTd{
	float:left;
	border-bottom:1px solid #c5cdd0;
	/*border-right:1px solid #c5cdd0;*/
	height:2.5em;
	line-height:0.8em;
	padding-top:0.5em
}
.divTableTh{
	float:left;
	font-weight:bold;
	/*border-right:1px solid #c5cdd0;*/
}
.divTitre {
    font-family:"ARIAL", "Times New Roman", "Verdana";
    font-size: 1.2em;
	font-weight: bold;
	color:#0000A0;
	width:45em;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.divTitreLigne{
	font-weight:bold;
	font-size:1.2em;
	width:25em;
	float:left;
}
.divValeurLigne{
	font-size:1.1em;
	width:25em;
	color:#800000; /*rouge brique*/
	float:left;
}

.divVide{
	margin:5em;
	font-size:1.1em;
	font-weight:bold;
	
}

.fsBasket{
	border:solid 1px #8188b2;
	width:19em;	
	padding:0.5em;
	margin-bottom:1em;
}
.fsBasket legend{
	font-size:1.1em;
	font-weight:bold;
}
.fsForm{
	width:50em;
	margin: 5em auto 2em auto;
	border:solid 1px;
	padding:2em;	
}
.lkColonneTri{
	font-size:1.1em;
	font-weight:bold;
	color:#800000; /*rouge brique*/
}
.nb{
	font-size:0.7em;
}
.tabAdhesion{	padding:0.8em;	width:60em;	margin-left:auto;	margin-right:auto;	text-align:left;}
.tabAdhesion caption{	font-size:1.1em;	font-weight:bold;	text-align:left;	color:#cb1919;	width:60em;	margin-left:auto;	margin-right:auto;}
.tabAdhesion th{	font-size:1.1em;	font-weight:bold;	margin-left:0.5em;	padding-bottom:0.4em;	width:10em;}
.tabAdhesion tr,tbody{	width:60em;}
.tabAdhesion td{	font-size:1.1em;	font-weight:none;	margin-left:0.5em;	padding-bottom:0.4em;	border:0;}
.tabGalerie{
	width:95%;	
}
.tabGalerie caption{
	text-decoration: underline ;
	text-align:left;
	font-size: 1.2em;
	font-weight: bold;	
} 
.tabGalerie td{
	text-align:center;	
}
.thRed{
	color:red;	
}
.titre {
    font-family:"ARIAL", "Times New Roman", "Verdana";
    font-size: 1.2em;
	font-weight: bold;
	color:#0000A0;
}
.ulUserMenu {
	float:right;
	
}

.ulUserMenu li{
	border-right:solid 1px;
	/*list-style-type:none;*/
	display:inline;
	padding-left:10px;
	padding-right:10px;
}
/*****************************************************************************************************/
/**										ids  														**/
/*****************************************************************************************************/

#colonne {
	float: right;
	position: absolute;
	right: 5px;
	margin-top: 3.8em;
	width: 240px;
}

#content {
	margin: 5px;
	margin-right: 250px;
	padding: 1px 0 0 0;
	/*float:left;*/
	width:auto;
	margin-top: 2em;
}

#divTitle {
	height: 40px;
	
	/*background-image: url(images/fond_titre.gif);
	background-repeat: repeat-x;*/
	background: #748599 url(images/logo40.gif) no-repeat left;
	color: #ffffff;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 160%;
	font-weight: bold;
	padding-left: 50px;
	margin: 0;
}

#divUser{
	
	margin-bottom:30px;
	padding:0;
	margin-top:0;
	
}

#spanSubtitle{
	float:right;
	font-size:90%;
}

#outils {   width: 52em;   background: buttonface;   border-top: 1px solid buttonhighlight;   border-left: 1px solid buttonhighlight;   border-bottom: 1px solid buttonshadow;   border-right: 1px solid buttonshadow;   margin: 0;   text-align:right;   vertical-align:middle;}

.out {   background: buttonface;    border: 1px solid buttonface;   margin: 0; }
.over {    background: buttonface;   border-top: 1px solid buttonhighlight;   border-left: 1px solid buttonhighlight;   border-bottom: 1px solid buttonshadow;   border-right: 1px solid buttonshadow;   margin: 1;}
.outalone{	background: buttonface;    border-top: 1px solid buttonhighlight;    border-left: 1px solid buttonhighlight;    border-bottom: 1px solid buttonshadow;    border-right: 1px solid buttonshadow;    margin: 1;}
.outalone:hover {	background: buttonface;    border-top: 1px solid buttonshadow;    border-left: 1px solid buttonshadow;    border-bottom: 1px solid buttonhighlight;    border-right: 1px solid buttonhighlight;    margin: 1;}

#test {
	background: #222;
	color: #fff;
	padding: 10px;
	margin: 20px;
	border: 10px solid pink;
}

