/*propriétés du div contenant l'ensemble des autres div*/
#panel{
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-right-color: #28428F;
	border-bottom-color: #28428F;
	border-left-color: #28428F;
	border-top-color: #28428F;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}

/*****************************************************************************
*********************************** EN TETE ********************************
*****************************************************************************/
#masterentete {
	float: left;
	font-family: Georgia;
	font-weight: 800;
	font-size: 18px;
	color: #224088;
	width:100%;
}
.slogan {
	font-family: Georgia;
	font-weight: 800;
	font-size: 18px;
	color: #224088;
	width:100%;
	margin-left: 5px;
	margin-top: 20px;
	letter-spacing: 6px;
}

/****************************BARRE NAVIGATION**************************/
#barrenavigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	vertical-align:text-top;
	background-color:#28428F;
	/*background-image: url(barrenavig.png);*/
	/*background-position: center 143px;
	background-repeat: no-repeat;*/
	margin-top: 150px;
}


/*Mes hyperliens blancs*/
.whitelink{
	color:#FFFFFF;
}

/*****************************************************************************/
/************************************ BAS ************************************/
.titrage {
	font-family: Garamond;
	font-size: 18px;
	font-style: normal;
	font-weight: 900;
	color: #28428F;
}

/*****Gauche *****/
.titragevertical {
	font-family: Garamond;
	font-size: 16px;
	color: #203E84;
	font-weight: 900;
	font-variant: small-caps;
	font-style: normal;
	text-align: left;
	margin-left :5px;
}
.soustitragevertical {
	font-family: Garamond;
	font-size: 12px;
	font-weight: bolder;
	color: #93A7AC;
	margin-left:15px;
	text-align: left;
	font-variant: small-caps;
}
.soustitragecentral{
	font-family: Garamond;
	font-size: 16px;
	font-weight: bolder;
	color: #93A7AC;
	margin-left:15px;
	text-align: center;
	font-variant: small-caps;
}
.bluelink{
	color:#203E84;
}

/*** Droite ***/
.contenu {
	color: #000033;
	font-family: Calibri;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
	line-height: 19px;
}
.epais {
	font-size: 16px;
}
.epaiscentre {
	font-size: 16px;
	text-align: center;
}
.rouge{
	color: #F80A0A;
	font-family: Calibri;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
	line-height: 19px;
}
.titrageverticalcentre {
	font-family: Garamond;
	font-size: 16px;
	color: #203E84;
	font-weight: 900;
	font-variant: small-caps;
	font-style: normal;
	text-align: center;
}

.soustitrage {
	font-family: Garamond;
	font-size: 18px;
	font-style: normal;
	font-weight: 900;
	color: #93A7AC;
}
.accessia {
	font-family: Garamond;
	font-size: 17px;
	font-style: normal;
	font-weight: 900;
	color: #28428F;
}
.accessiarouge {
	font-family: Garamond;
	font-size: 17px;
	font-style: normal;
	font-weight: 900;
	color: #F80A0A;
}
.contenugras {
	color: #000033;
	font-family: Calibri;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: justify;
	line-height: 19px;
}
.contenucentre {
	color: #000033;
	font-family: Calibri;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	line-height: 19px;
}

/*** Pied de page avec les contacts****/
#contact {
	font-weight: 900;
	color: #28428F;
	font-size: 12px;
	padding: 5px;
	text-align: right;
	margin-right: 10%;
}
.contact {
	font-weight: 900;
	color: #28428F;
	font-size: 12px;
	padding: 5px;
	text-align: right;
	margin-right: 10%;
}
/*modification du comportement des hyperliens*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

