
/* This file is a test file by c. huyghe
/* You may use this file as a foundation for any new work


/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: normal normal 100% georgia, sans-serif;
	line-height: 1.88889;
	color: #330000 ; 
	background-image: url(images/flobart_clair2.jpg);
    background-repeat: repeat;	
	margin: 0; 
	padding: 0;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	background-color: #EAF2FD 
	}

td { 
	margin-top: 0; 
	text-align: justify;
	background-color: #EAF2FD;
	border: medium ridge #FF8002
	}


/* cases de tableau transparentes */
#trans_td { 
	margin-top: 0; 
	text-align: justify;
	background-color: transparent
	}


div {
	 font: normal bold 100% georgia, sans-serif;
   	 background-color: transparent;
	 }
#colonneg {  
			 width: 27%;
			 background-color: #FFFFCC;
             float: left;
			 margin-top:12em;
			 margin-right: 1em;
	         font: normal bold 75% georgia, sans-serif;
	}

#colonnelg {  
			 width: 48%;
			 /*background-color: #FFFFCC;*/
			 background-color: transparent;
             float: left;
			 margin-top:0em;
			 margin-left:1em;
			 margin-right: 1em;
	         font: normal bold 110% georgia, sans-serif;
			 color: red;
	}

#colonnec {
			 width: 50%;
		     clear: right;
			 margin-top: 3em;
			 margin-left: 1em;
			 background-color: transparent;
			 float: right;
			 font: normal bold 95% georgia, sans-serif;
	      }
#bandeaud {
		     clear: left;
			 width: 48%;
			 background-color: transparent;
			 float: right;
	}
#titre { 
	    font: normal bold 120% georgia, sans-serif;
		color: red;
		width: 50%;
		clear: right;
        background-color: transparent;
        float: left;
	}
#bandeauc {
	        font: normal bold 60% georgia, sans-serif;
			line-height:1em;
		    clear:both;
		    width: 90%;
			margin-top: 45em;
			background-color: transparent;
			float: center;
			}


h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}

/*supprime la puce des listes*/
ul, li {
	list-style-type: none;
	margin:0;
	padding:0;
	font: normal normal 100% georgia, sans-serif;
	}
#liste_liens {
	list-style-type: none;
	margin:0;
	padding:0;
	font: normal normal 85% georgia, sans-serif;
    margin-top: 0; 
	text-align: justify;
	 background-color: transparent ;
	 border: thin groove red;
	}
#liste_liens a {
     color: #3E507D;
	 line-height: 16px;
	 /*border: 1px solid #FF8002;*/
	 text-align:center.
	 }
#liste_liens a:hover {
     color: red;
	 }
#liste_liens a:focus {
	 color: red;
	 }

ul  { 
	margin-top: 0; 
	text-align: justify;
	background-color: transparent ;
	/*border: thin groove red;*/
	}
li { 
	margin-top: 0; 
	text-align: justify;
	}


a { 
	background-color: #FFFFCC;
	font-weight: bold;
	color: red;
	}


a:link {
	    background-color: #FFFFCC;
		color: red;
       }
a:hover {
	background-color: #FFFFCC;
	text-decoration: none;
	color: purple;
	}

a:visited {
	background-color: #FFFFCC;
	color: teal;
	}

ul#menu_c {
	margin :0;
	padding: 0; 
	list-style-type: none ;
	font: normal normal 95% georgia, sans-serif;
	}
#menu_c a {
	 background-color: #FFFFCC;
     color: teal;
     text-decoration: none;
	 line-height: 25px;
	 width: 80em;
	 border: 1px solid #FF8002;
	 text-align:center.
	 }
#menu_c a:hover {
     color: red;
	 }
#menu_c a:focus {
	 color: red;
	 }





