body {
        background-image: url(img/fond_site_web.png);	
        background-color : transparent;
        background-repeat: no-repeat;	
        margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Georgia;
	font-size: 12px;
	color: white;
}

#principal{
	width: 1400px;
	height: 1164px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#enTete{
	width: 1100px;
	height: 180px;
        text-indent: 200px;
	position: absolute; 
        line-height: 3;	     
        font-family: script; 
        font-size: 72px;
        top: 20px;
	left: 100px;
	text-align : center;
        background-repeat: no-repeat;
        background-image:url(img/logo.png)!important; 
        background-image:url(no-image);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='img/logo.png'); 
}

#enTete_contact{
	width: 1100px;
	height: 180px;
	text-indent: 200px; 
        position: absolute; 
        line-height: 3;	
        font-family: script;
        font-size: 72px;
        top: 20px;
	left: 100px;
	text-align : center;
        background-repeat: no-repeat;
        background-image:url(../img/logo.png)!important; 
        background-image:url(no-image);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='../img/logo.png'); 
}
#copyright{
	width: 800px;
	height: 250px;
	position: relative;
	font-family: Times New Roman;
        font-size: 14px;
        text-align: center;
        background-image:url(img/ligne_etoiles.gif);
        background-repeat: no-repeat;
        background-position:top center;
}

#menu{
	z-index:1;
        line-height: 20px;
        width: 120px;
	height: 200px;
	position: absolute;
	top: 255px;
	text-align : left;
        left: 0px;
        font-size: 12px;
        font-style: Times New Roman;	
        font-weight : bold;
        background-color: transparent;
	padding:0;
	margin: 0;	
}

#contenu_index{
	width: 1100px;
	height: 864px;
	position: absolute;
        color: black;
        line-height : 150%;
        font-size: 18px;
        font-style: Times New Roman;	
        background-color: transparent;
	background-image: url(img/fond_contenu.gif);
        background-repeat: repeat;
        top: 250px;
	left: 200px;
        text-align: center;
}
  
#contenu{
	width: 1100px;
	position: absolute;
        color: black;
        line-height : 150%;
        font-size: 18px;
        font-style: Times New Roman;	
        background-image: url(img/fond_contenu.gif);
        background-repeat: repeat;
	top: 250px;
	left: 250px;
        text-align: left;
}  

a.menuliens:link {
       color: white;
       text-decoration: none;
}
a.menuliens:hover {
       color: blue;
       text-decoration: none;
}
a.menuliens:visited {
       color: white;
       text-decoration: none;
}
a.menuliens:active {
       color: white;
       text-decoration: none;
}

a.copyright:link {
       color: black;
       text-decoration: none;
}
a.copyright:hover {
       color: blue;
       text-decoration: none;
}
a.copyright:visited {
       color: black;
       text-decoration: none;
}
a:.copyright:active {
       color: black;
       text-decoration: none;
}

ul {
        list-style-image: url(img/etoile_menu.png);
} 

.titre {	
        font-size: 22px;
	font-style: italic;
	color: red;
	font-family: Times New Roman;
	font-weight: bold;
        text-decoration: underline;
        text-align : left;
        text-indent: 100px;
        
}

.sous-titre {	
        font-size: 20px;
	font-style: italic;
	color: yellow;
	font-family: Times New Roman;
	font-weight: bold;
        text-decoration: underline;
        text-align : left;
        
}

.titre_centre {	
        font-size: 22px;
	font-style: italic;
	color: red;
	font-family: Times New Roman;
	font-weight: bold;
        text-decoration: underline;
        text-align : center;
        text-indent: 100px;
        
}

table {
        width: 400px;
        border-collapse: collapse;
        position: relative;
        top: 10px;
        left: 200px;
}

td {
        width: 200px;
        height: 130px;
}

.cellule {
        font-weight:bold;
        color: black;
        text-align:center;
        background-color: C2F7FF;
        font-size: 11px;
}

.cellule2 {
       font-weight:bold;
       color: black;
       text-align:center;
       background-color: transparent;
       font-size: 11px;
}

.gras {
       color: black;
       font-weight : bold;
}

table.contact {
        width: 400px;
        border-collapse: collapse;
        position: relative;
        top: 0px;
        left: 30px;
}

table.contact td {
        background: transparent;
        height: 50px;
        width: 200px;
}
