html
{
    height : 100%;
}

body
{
	background-color : #356E9E;
	margin : 0px;
	padding : 0px;
	font : 11px "Lucida Grande",Lucida,sans-serif;
    height : 100%;
}

h1,
h2,
h3,
h4
{
    font-family : "Trebuchet MS",sans-serif;
    color : #CC3300;
    font-weight : normal;
    padding-top : 0.5em;
    background: url(../images/puce.png) bottom left no-repeat;
    text-indent: 25px;
    margin: 2px;
}

dl.listeLiens dt 
{
	font-weight: bold;
	background: url(../images/fond_liste.jpg) no-repeat bottom left;
    margin : 10px 0px 0px 0px;
    text-indent : 15px;
	
}


dl.listeLiens dd 
{
    height : 55px;
    border : 1px dashed black;
	margin: 0px 5px 5px 0px;
    padding : 10px;
	font-size: 0.9em;
    background-color : #DADADA;
    vertical-align : middle;
 }

dl.listeLiens dd a .image-left
{
    float : left;
    border : 1px solid black;
    margin : 0px 5px 0px 0px;
}

dl a,
dl a:active,
dl a:visited,
dl a:hover
{
	color : #FFFFFF;
	text-decoration : none;
    font-weight : bold;
} 

strong
{
	color : #CC3300;
}

a,
a:active,
a:visited
{
	color : #CC3300;
	text-decoration : none;
}
a:hover
{
	text-decoration : underline;
}

img
{
	border : 0;
    display : block;
}

/* GALERIE */
div#galerie
{
	width: 600px ;
	margin: 15px;
	text-align: center ;
	font: 0.9em Georgia, serif ;
}

ul#galerie_mini
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
}

ul#galerie_mini li
{
	float: left;
    height : 70px;
    width : 70px;
}

ul#galerie_mini li a img
{
	margin: 2px;
	border: 1px solid black ;
}

ul#galerie_mini li a:hover img
{
    height : 60px;
    width : 60px;
    background-color : #CC3300 ;
	border: 1px solid #CC3300 ;
}