/* Fichier des style CSS du site */
p {
  font-family: Times New Roman;
  font-size: 14pt;
  font-style: italic;
  font-weight: bold;
}

body {
background:url('images/backgroundaccueil.jpg');
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}

header {
background-color: white;
}

h1 {
text-align: center;
font-size: 20pt;
font-family: Cambria;
font-weight: bold;
color: #ffffff;
text-shadow: 1px 1px 2px #000000;

}

nav {
float:left;
}

.marge {
margin-left: 1050px;
}
.marge2 {
margin-left: 400px;
}
.TitrePerso {
  border-style: ridge;
  font-family: Cambria;
  color: #ffffff;
  font-size: 18pt;
  font-weight: bold;
  text-align: center;
  background-color: #004E82;
}
.menurubrique {
  border: 1px solid #000000;
  padding: 0;
  font-family: Arial;
  font-size: 10pt;
  text-align: left;
  background-color: #ff9933;
  font-weight: bold;
}
.fondmenu {
  border: 1px solid #000000;
  font-family: Arial;
  font-size: 10pt;
  background-color: #ffcc99;
}
a:link {
  text-decoration: none;
  color: #ffffff;
  font-family: Arial;
  font-size: 10pt;
}
a:visited {
  text-decoration: none;
  color: #0000ff;
  font-family: Arial,Helvetica;
  font-size: 10pt;
}
a:active {
  text-decoration: none;
  color: #ff0000;
  font-family: Arial,Helvetica;
  font-size: 10pt;
}

a.type1{
  text-decoration: underline;
  color: #ffffff;
  font-size: 10pt;
  }
  
a:hover {
  text-decoration: underline;
  color: #ff0000;
  font-size: 10pt;
}


#horlogeDiv {
	width:150px; 
	border:1px solid ;
	font-size:13pt; 
	background-color:#FFCC99;
	color:#CC3300;
	text-align:center;
}
