/* CSS Document */

body{
background-image: url("../images/fond.jpg");
background-color: #CCD4EA;
background-repeat: no-repeat;
background-attachment: fixed;
}

p{
margin-top: 0px; 
margin-left: 10px;
text-align: left;
font-family: bookman old style, verdana, arial;
font-size: 12px;
color: #604778;
font-style : normal;
}

.texte-cadre{
margin-top: 0px; 
margin-left: 30px;
margin-right: 30px;
text-align: left;
font-family: bookman old style, verdana, arial;
font-size: 12px;
color: #604778;
font-style : normal;
}

hr{
color: #604778;
width:90%
}

table{
border-collapse : collapse;
}

.texte-centre{
margin-top: 0px; 
margin-left: 10px;
text-align: center;
font-family: bookman old style, verdana, arial;
font-size: 12px;
color: #604778;
font-style : normal;
}

.texte-italic{
margin-left: 10px;
font-family: bookman old style, verdana, arial;
font-size: 12px;
text-align: left;
color: #604778;
font-style : italic;
}

li{
font-family: bookman old style, verdana, arial;
font-size: 12px;
color: #604778;
display: list-item;
margin-left : 5%;
}

.texte-soustitre{
margin-top: 5px;
font-family: bookman old style, verdana, arial;
font-size: 12px;
color: #604778;
font-weight : bold;
text-align: center;
}

.texte-liste{
margin-top: 0px; 
margin-left: 10px;
text-align: left;
font-family: bookman old style, verdana, arial;
font-size: 12px;
color: #604778;
font-style : normal;
}

.bouton{
text-align:center;
padding:5px;
font-family: bookman old style, verdana, arial;
font-size:14px;
font-weight: bold;
color: #604778;
margin:10px;
}

.text-menu{
text-align:center;
padding:5px;
font-family: bookman old style, verdana, arial;
font-size:14px;
font-weight: bold;
color: #604778;
margin:10px;
}

a:link {
	color: #604778;
	font-weight : bold;
}

a:hover {
	font-style: italic;
	font-weight : bold;
}

a:visited {
	color: #604778;
	font-weight : bold;
}



