/* Fichier CSS contenant les styles utilisés dans le programme */

body {
	background-color: #FFFFFF;
	background-image: url(images/background.png);
	margin: 0 auto; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */

}


.h1{
	font-size:18px;
	text-align:center;
}

.h2{
	font-size:17px;
	font-weight:bold;
}

.h3{
	font-size:16px;
	text-align:justify;

}


li {
	font-size:14px;
}

li2 {
	font-size:14px;
}


.h4{
	font-size:14px;
	text-align:justify;
}

.h4b{
	font-size:14px;
	text-align:justify;
	font-weight:bold;
	}

.alert{
	font-size:15px;
	text-align:center;
	color:#990000;
}

a {
	color:#0066CC;
	font-size:15px;
	border-bottom:none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #0066CC;
	
}

.global        { margin: 0 auto; position: absolute; top: 10%; right: 25%; left: 16%; width: 750px; *: auto       }



.textContact {
	font-size:14px;
}

.linkImg:hover {
	border-bottom: none;
}

img{
   border: none;
}