/* Définition générales pour toutes les pages du site */

html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Tahoma, "Gill Sans", Arial, sans-serif;
	text-align: justify;
	background-color: #ffffff;
}

a:link {
	color: #006486;
}
a:active {
	color: #1d93b6;
}
a:visited {
	color: #4e5265;
}
a:hover {
	color: #64bfdb;
}

img {
	border-width: 0px;
}

#soustitrepage {
	padding: 1em 0em;
	font-weight: bold;
	color: #000099;
	font-size: 28px;
}

.FauxLien {
	cursor: pointer;
	display: inline;
	text-decoration: underline;
	color: #006486;
}

/* Foot */

#footer { 
	clear:both;
	border-top: 1px solid #1A4861;
	font-size: 10px;
	padding-top: 5px;
}

#footer p { 
	font-size: 10px;
}

#footer span { 
	font-size: 9px;
}

#footer a:link {
	font-size: 10px; font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-decoration: underline;
	color: #000000;
	background-color: #FFFFFF;
}

#footer a:visited {
	font-size: 10px; font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-decoration: underline;
	background-color: #FFFFFF;
	color: #000080;
}

#footer a:hover, #footer a:active {
	font-size: 10px; font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #800000 ;
	background-color: #FFFFFF;
}

#footer p.menu {
	font-size: 10px; font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: center;
}

#footer .cited { 

	/*border: 1px solid #1A4861;*/
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #1A4861;
	border-bottom: 1px solid #1A4861;

}


#footer .logosFoot {
	position: relative;
	float: right;
}

#footer .vertical {
	vertical-align: middle;
}
