/************* Styles globaux pour les liens **************/

a{
	color: #006699;
	text-decoration: none;
}

a:link {

	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}



/************* Styles pour le menu de navigation **************/

#globalNav{
	font-size: 13px;
	font-family: "Courier New", Courier, mono;
}

#globalNav a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-right: 6px;
	padding-left: 6px;
	float: left;
	color: #252738;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;

}

#globalNav a:hover {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 0px;
	padding-top: 4px;
	padding-right: 6px;
	padding-left: 6px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #999999;
	color: #CCCCCC;
}


/************* Styles pour le cadre des images **************/

#im {
	border: 1px solid #FFFFFF;
	padding: 6px;
	float: left;
	background-color: #EAE9B3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #006699;
}
.t1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-align: left;
}




/************* Styles texte **************/

.txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #006699;
	line-height: 18px;
	padding-right: 10px;
	padding-left: 10px;
}
#cadreG {
	border: 1px solid #999999;
	padding: 6px;
	float: left;
	background-color: #CCCC99;
	position: fixe;
	margin-right: 15px;
	margin-left: 8px;
	margin-bottom: 10px;
}
#cadreD {
	border: 1px solid #999999;
	padding: 6px;
	float: right;
	background-color: #CCCC99;
	position: fixe;
	margin-right: 8px;
	margin-left: 15px;
	margin-bottom: 10px;
}
#page {

	border: 1px solid #FFFFFF;
	padding: 8px 8px 15px;
	float: left;
	background-color: #EAE9B3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #006699;
}
.txtD {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #006699;
	line-height: 18px;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
}
.txtG {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #006699;
	line-height: 18px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
.abcd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000000;
	font-weight: bold;
}
.abcd a {
	color: #000000;
}
.abcd a:hover {
	color: #CCCCCC;
	background-color: #999999;
}
