html, body {
        margin: 0;
        padding: 0;
        text-align: center;   
        background-image: url('Images/fond.png');
        }
#conteneur 
{
        position: relative;
        margin: 0 auto;
        width: 1045px;
        text-align: left;                
        background-color: white;  
        border-bottom : double 4px #14567c;
        border-left : double 4px #14567c;
        border-right : double 4px #14567c;  
}


a:link 
{
		text-decoration : none;
		color : black;
		font-weight : bold;
		font-style : normal;	
		font-family: sans-serif; 
}
a:visited 
{
		text-decoration : none;
		color : black;
		font-weight : bold;
		font-style : normal;	
		font-family: Arial; 		
}
a:hover 
{
		color : #14567c;
		text-decoration : none;
		font-style : normal;
		font-weight: bold;
		font-size: 16px
}
a:active 
{
		text-decoration : none;
		color : black;
		font-weight : bold;
		font-style : normal;	
		font-family: Arial; 
}

.spanfooter
{
	font-size: 11px;
	color : #14567c;
	font-weight : bold;
	font-family: Arial;
}
.soustitre
{
	font-size: 13px;
	color : #14567c;
	font-weight : bold;
	font-family: Arial;
}

.soustitre2
{
	font-size: 13px;
	color : #474747;
	font-weight : bold;
	font-family: Arial;
	text-decoration: underline;
}

.link:link 
{
		text-decoration : none;
		color : black;
		font-weight : bold;
		font-style : normal;			
		font-size: 14px;
}

.link:hover
{
		text-decoration : none;
		color : #14567c;
		font-weight : bold;
		font-style : normal;			
		font-size: 14px;
}

#mailto
{
	text-decoration : none;
		color : #474747;
		font-weight : bold;
		font-style : normal;			
		font-size: 14px;
}

#mailto:hover
{
		text-decoration : none;
		color : #14567c;
		font-weight : bold;
		font-style : normal;			
		font-size: 14px;
}

#catalog
{
		text-decoration : none;
		color : white;
		font-weight : bold;
		font-style : normal;			
		font-size: 22px;
		font-family: sans-serif;
		width: 100%;
		height: 100%;
		
}

#catalog:hover
{
		text-decoration : none;
		color : white;
		font-weight : bold;
		font-style : normal;			
		font-size: 22px;
		font-family: sans-serif;
		background-image: url('Images/back_cat.png');
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		
}

.spanForm
{
	font-weight: bold;
	font-family: Arial;
	color : #175274;
	font-size: 14px;
}
