@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, "Trebuchet MS", Arial;
	font-size: 0.9em;
	margin-top:0px;
	margin-left:0px;
	margin-right:0;
	margin-bottom:0;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-position: center top;
	background-image: url(images/fond_protege.png);
	padding-bottom:15px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#tout {
	border: thin solid ffcc00;
	width: 1024px;
	background-position: center;
	background-repeat: no-repeat;
}

#haut {
	margin-right: 62px;
	margin-left: 62px;
	background-color: #FFFFFF;
}
#entete {
	margin-right: 62px;
	margin-left: 62px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 30px;
	width: 1024px;
}

#centre {
	margin: 62px 62px 0px 62px;
	border: 0.02em solid #FFCC00;
	padding: 30px 10px 0px 10px;
	background-color: #FFFFFF;
	width: 1024px;
	box-sizing:border-box;
	display:table;
}
#copyright {
	margin-right: 62px;
	margin-left: 62px;
	padding-right: 10px;
	padding-left: 10px;
	border: 0.02em solid #FFCC00;
	padding-top: 3px;
	margin-top: 10px;
	padding-bottom: 4px;
	width: 1024px;
	box-sizing:border-box;
	display:table;
}
a:link
{
	font-weight:bolder;
	cursor:pointer;
	font-weight:bolder;
	text-decoration:none;
	color:#6600CC;/*violet*/
}

a:visited
{
	color:#6600CC;/*violet*/
	font-weight:bolder;
	cursor:pointer;
	text-decoration:none;
}

a:hover
{
	color:#9999FF;/*bleu ciel*/
	font-weight:bolder;
	cursor:pointer;
	text-decoration:none;
}
a:active
{
	color:#6600CC;/*violet*/
	font-weight:bolder;
	cursor:pointer;
	text-decoration:none;
}
table {
	font-size: 0.8em;
	color: #0000FF;
	line-height: 12pt;
	width:100%;
	margin:0px;
}
td {
	font-size: 8pt;
}
.acccroche {
	font-size: 14px;
	color: #6600CC;
	text-align: center;
}


.Navigation {
	font-size: 9px;
	color: #0000FF;
	letter-spacing: 0em;
}

.NavigationRouge {
	font-size: 9px;
	color: #000066;
	letter-spacing: 0em;
	color: #FF0000;
}
.Titre {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	color: #6600CC;
}
.intertitre {
	font-weight: bold;
	color: #FF3300;
	letter-spacing: 0.05em;
	font-size: 13px;
	line-height: 16px;
}
.intertitreCentre {
	font-weight: bold;
	color: #FF3300;
	letter-spacing: 0.05em;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
}

.txt {
	font-family: Verdana, "Trebuchet MS", Arial;
	font-size: 0.9em;
	color: #0000FF;
	text-align: left;
}
.txtCentre {
	font-family: Verdana, "Trebuchet MS", Arial;
	font-size: 0.9em;
	color: #0000FF;
	text-align: center;
}
.txtCentreGras {
	font-family: Verdana, "Trebuchet MS", Arial;
	font-size: 0.9em;
	color: #0000FF;
	font-weight: bold;
	text-align: center;
}

/**********************************************************************************************/

@media (max-width: 600px) {
   #centre {margin: 5px 5px 0px 5px; padding: 15px 5px 0px 5px; }
   #copyright {margin-left: 5px;}
}

@media (max-width: 1024px) {
   #centre { width: 100%; margin:0px 0px 10px 0px; }
   #copyright { width: 100%; margin:0px; }
}