@charset "iso-8859-1";
/* auteur: Jean-Marc ROUGE */
/* Date de création: 20/12/2005 */
    body {background-color: #99CCFF; scrollbar-3dlight-color: #6699FF; scrollbar-darkshadow-color: #6699FF; scrollbar-face-color: #3399CC; scrollbar-track-color: #99CCFF;}


		#principal {
		    width:90%;
			background-image:url('images/gauche.gif');
			background-repeat: repeat-y;
            background-color : #FFFFFF;
			
		}
        #principal2 {
			background-image:url('images/droit.gif');
			background-repeat: repeat-y;
            background-position: right;
		}

		#haut {
            height:75px;
            background-image:url('images/haut.gif');

		}

		#haut img {
		    vertical-align:top; /* for ie5*/
		}

			#coingh {
                width:75px;
				height:75px;
				background-image:url('images/haut_gauche.gif');
				float: left;

			}
			#coindh {
                width:75px;
				height:75px;
				background-image:url('images/haut_droit.gif');
				float: right;

			}
		#contenu {
			padding: 0 15px 0 15px;

		}
		
		#bas {
            height:68px;
            background-image:url('images/bas.gif');
		}
			#coingb {
                width:75px;
				height:75px;
				background-image:url('images/bas_gauche.gif');
				float: left;
			}
			#coindb {
                width:75px;
				height:75px;
				background-image:url('images/bas_droit.gif');
			    float:right;
			}

table {font-size: 12px; font-weight: bolder; color: black; font-family: Verdana}
td.droite {text-align: center}
td.Cat {font-weight: bolder; font-size: 16px; color: white; background-color: #3399CC; text-align: center}
h3 {text-align: center}


a {font-family: verdana; font-size: 10px}

a:link {color: white}

a:visited {color: white}

a:active {color: silver}

a:hover {font-weight: bolder}