/* CSS Document */

.color1     { color: #FB8A3F; font-size:10 ; font-family:Tahoma;} /* Orange */
		
		.color2     { color: ##56CB17; font-size:10 ; font-family:Tahoma;} /* Vert */
		.color3     { color: #0072BC; font-size:10 ; font-family:Tahoma;} /* Bleu */
		
		
		

		/********************************************************* 
			BODY 
		*******************************************************/
		
		body {
			margin:10px;
			padding:0px;
			color: #666;
			text-align: left;
			font-family: Tahoma, Verdana, Arial, sans-serif; 
			font-size: 11px;
			border:0px;
			}
		.footlink:link {
			color: #5FAAB8;
			font-size: 10px;
			text-decoration: none;
			font-family:Verdana, Arial, Helvetica, sans-serif, georgia;
			}
		.footlink:visited {
			color: #5FAAB8;
			font-size: 10px;
			text-decoration: none;
			font-family:Verdana, Arial, Helvetica, sans-serif, georgia;
			}
			
		.footlink:hover {
			color: #5FAAB8;
			font-size: 10px;
			text-decoration: underline;
			font-family:Verdana, Arial, Helvetica, sans-serif, georgia;
			}
		.footlink:active {
			color: #5FAAB8;
			font-size: 10px;
			text-decoration: none;
			font-family:Verdana, Arial, Helvetica, sans-serif, georgia;
			}
			
		.bas_page{
			font-family:Tahoma;
			color: #898989;
			font-size: 10px;
			}
		.fond_droit {
			background-image:url('/skins/bayon/images/intro/intro_fond_droit.gif');
			background-repeat:no-repeat;
			width:142px;
			height:347px;
			}
		.bordure_droite {
			border-right: 1px solid #71B4B3;
			height:123px;
			}
		
		.fond_bas {
			background-color:#BFDDF0;
			text-align:right;
			}
		.bordure_bottom {
			background-image:url('/skins/bayon/images/intro/bordure.gif');
			background-repeat:repeat-x;
			background-position:bottom;
			 }
		
		.bordure_left {
			background-image:url('/skins/bayon/images/intro/bordure.gif');
			background-repeat:repeat-y;
			vertical-align:bottom;
			width:10px;
			height:37px;
			}
		
		.bordure_right {
			background-image:url('/skins/bayon/images/intro/bordure.gif');
			background-position:right;
			background-repeat:repeat-y;
			vertical-align:bottom;
			width:10px;
			height:37px;
			}
		
		.bas_gch {
			background-color:#BFDDF0;
			height:27px;
			border-left: 1px solid #71B4B3;
			width:9px;
			}
		.mailing_list {
			width:180px;
			height:60px;
			margin-left:100px;
			font-family:Tahoma, Verdana, Arial, sans-serif;
			font-size:10px;
			color:#3C62A7;
			}
		
		
		.txt_mailing {
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#061257;
			}
		
		.txt_courant_gris{
				color:#6A6A6A;
				font-family:Verdana, Arial, Helvetica, sans-serif, georgia;
				font-size:9px;
				padding-top:5px;
				}
		
		.txt_bas_page{
			color: #5FAAB8;
			font-size: 10px;
			text-decoration: none;
			font-family:Verdana, Arial, Helvetica, sans-serif, georgia;
		}
		
	 	FORM {
			padding:0px;
			margin:0px;
		} 
		
		INPUT.mailing {
		   	width:150px; 
			border-top: 1px solid #333536;
			border-right: 1px solid #CCD6D8;
			border-bottom: 1px solid #CCD6D8;
			border-left: 1px solid #333536;
			background-color: #FFF;
			padding-left:1px;
			font-family: Tahoma, Verdana, Arial, sans-serif;
			font-size:9px;
			height:12px;
			margin-top:1px;
		}
		
		INPUT.button, INPUT.fieldbutton {
			display:inline;
	   color: #fff;
	   font-family:     Tahoma, Verdana, Arial, sans-serif;
	   font-style:    normal;
	   font-weight: bold;
	   font-size:    9px;
	   background-color:    #666;
	   border-bottom: #000 solid 1px;
	   border-right: #000 solid 1px;
	   border-left: #000 solid 1px;
	   border-top: #000 solid 1px;
	   cursor: pointer;
		}
		
		INPUT.button:hover, INPUT.fieldbutton:hover {
   		background-color:    #FFF;
   		color: #FF7800;
	}	