/* Global Styles */
body
{
   width: 955px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 0px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 0px;    /* Idem pour le bas du navigateur */
}

#base
{
   width: 955px;
   padding: auto; /* Pour centrer notre page */
   background-color:#FFFFFF;
   border: 1px solid black;
}
.Style1 { /* afficher l'heure */
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
}
.Style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #094095;
	font-size: 14px;
	text-align: justify;
}
.Style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.Style4 { /* afficher visite */
	font-size: 9px;
	font-weight: bold;
	color: #0066FF;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Style5 {
	font:14px times new roman;
	color: #003399;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}	
.Style6 {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #094095;
	font-size: 14px;
	text-align: justify;
	}
.Style7 {
	color: #094095;
	letter-spacing:0.1em;
	line-height:38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	}	
.Style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
		color: #094095;
		font-size: 12px;
}
.Style9 {
	color: #FF951C;
	letter-spacing:0.1em;
	line-height:38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-decoration: blink;
	}	
.Style10 {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #094095;
	font-size: 16px;
	text-align: justify;
	}	
.StyleT {
	color: #FC913B;
	font-family: "times new roman";
	font-size: 40px;
	font-weight: bold;
	}
.pageName {
	color: #094095;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	}
	
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: relative; /* placement du menu, à modifier selon vos besoins */
	height: auto;
	width: 170px;
	top: 10px;
	left: 3px;
}
#menu dt {
	cursor: pointer;
	margin: 2px 0;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	border: 1px solid gray;
	background: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#menu dd {
	border: 1px solid #0066FF;
	width: 140px;
	left: 10px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
#menu li {
	text-align: center;
	background-color: #9999FF;
}

#menu li a {
color: #000066;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu dt a {
	color: #094095;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}
#menu li a:hover{
	background-color: #FFCC66;
	font-weight: bold;
} 

#menu dt a:hover {
	background: #FFCC66;
	font-size: 14px;
}

a.bleu
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	font-size: 12px;
}
a.bleu:hover
{
color:	#000066;
text-decoration:none;
text-align:center;
}

acronym {font-style: italic; cursor: help;}

#article
{
	width:580px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: normal;
	color:#000099;
	background-color:#f2f2f2;
	padding:10px;
	text-align:justify;
	border:1px solid #0A347C;
	margin-bottom:15px;
     margin-left:8px;
}

#tetiaire-info
{
	font-family:Arial, Helvetica, sans-serif;
	color: #000099;
	font-size:11px;
	text-align:right;
	width:600px;
	margin-left:8px;
}


/*#texte_or
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: normal;
	color:#000099;
	text-align:justify;
	border:1px solid #0A347C;
	margin: auto;
	overflow: scroll;
	width: 565px;
	height: 80px;
	background-color: #FFFFFF;
	padding: 5px;
}*/

#texte_or
{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: normal;
	color:#000099;
	background-color:#FFFFFF;
	padding:5px;
	text-align:justify;
	border:1px solid #0A347C;
	margin: auto;
	overflow: auto;
}

#texte_or    {
	width: 565px;
	height: 80px;
	background-color: #FFFFFF;
	padding: 5px;

}
