/* 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;
}

#citingimgt3d {
	background-color:#ffffe0;
	padding:8px;
	border-style: solid;border-width:3px;
	border-color:orange;
	width: 500px;
}

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

.new {
	font-weight: bold;
	color: #FF0000;
	font-size: 12px;
}

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

/* Foot */

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

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

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

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

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

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

#footer p.menu {
	font-size: 9px; 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;
}


/* impression */

@media print {
	html {
		margin: 0px;
		padding: 0px;
	}
}

