* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
}

html {
	height: 100%;
}

body {
	background-color: #626569;
	margin: 0;
	padding: 0;
	background-image: url(/img/blank.gif);
	background-position: 0 0;
	background-repeat: repeat;
	height: 100%;
}

img {border: 0;}

#container {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-left: -500px;
	text-align: left;
	padding: 0px;
}

a.mentions-legales,a.mentions-legales:visited, span.mentions-legales {
	font: bold 10px arial,verdana,helvetica,sans;
	color: #DDDDDD;
	text-decoration: none;
}

a.mentions-legales:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

span.Titre-Navigation {
	color: #DA0020;
	font: bold 14px arial,helvetica,sans;
}
a.navigation,a.navigation:visited {
	display: block;
	width: 170px;
	height: 20px;
	font: normal 13px/13px arial,verdana,helvetica,sans;
	color: #181205;
	text-decoration: none;
	background-image: url(/img/blank.gif);
	background-position: 0 0;
	background-repeat: repeat;
	text-align: right;
}
a.navigation:hover,a.navigation-selected,a.navigation-selected:visited,a.navigation-selected:hover {
	display: block;
	width: 170px;
	height: 20px;
	font: normal 13px/13px arial,verdana,helvetica,sans;
	color: #DA0020;
	text-decoration: none;
	background-image: url(/img/blank.gif);
	background-position: 0 0;
	background-repeat: repeat;
	text-align: right;
}
a.navigation-selected,a.navigation-selected:visited,a.navigation-selected:hover {
	font-weight: bold;
}

input.bouton {
	font: bold 11px arial,verdana,  helvetica, sans-serif,sans;
	color: #4F4F4F;
  background-color: #EBEDEC;
	border: 1px solid #181205;
	background-image: url(/img/fond-bouton.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	cursor: pointer;
}

.input-text {
	font-family: arial,verdana, helvetica, sans-serif,sans;
	font-size: 13px;
	color: #222627;
}

span.moteur-recherche {
	font: bold 13px arial,helvetica,verdana,sans;
	color: #FFFFFF;
}
select.moteur-recherche {
	width: 120px;
	color: #181205;
	font: normal 12px  arial,helvetica,verdana,sans-serif,sans;
	border: solid 1px #181205;
	background-color: #FFFFFF;
}

.t8 {font-size: 8px;}
.t9 {font-size: 9px;}
.t10 {font-size: 10px;}
.t11 {font-size: 11px;}
.t11b {font-size: 11px; font-weight: bold;}
.t12 {font-size: 12px;}
.t12b {font-size: 12px; font-weight: bold;}
.t13 {font-size: 13px;}
.t13b {font-size: 13px; font-weight: bold;}
.t14 {font-size: 14px;}
.t14b {font-size: 14px; font-weight: bold;}
.t15 {font-size: 15px;}
.t17 {font-size: 17px;}
.t17b {font-size: 17px; font-weight: bold;}
.t19 {font-size: 19px;}
.t20b {font-size: 20px; font-weight: bold;}
.t21 {font-size: 21px;}

.blanc {color: #FFFFFF;}
.gris-clair {color: #D5D5D5;}
.rouge {color: #DB221D;}
.vert {color: #181205;}

.bold {font-weight: bold;}

#masque {
	position: absolute;
	width: 100%;
	/* 
	height: 100%;
	*/
	left: 0px;
	top: 0px;
	background-color: #222627;
	opacity: 0.7;
	filter : alpha(opacity=70);
	display: none;
	z-index: 30;
}

input.bouton-admin {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#1C499A;
	text-align: center;
	text-decoration: none;
	background-color: #D1D9E4;
	border: 1px solid #1C499A;
	cursor: hand;
	height: 18px;
}

#container-a4 {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 630px;
	height: 1000px;
	margin-top: 0px;
	margin-left: -315px;
	text-align: left;
	padding: 0px;
}


a.nopage,a.nopage:visited {
	display: inline;
	font: normal 13px arial,helvetica,verdana,sans;
	color: #222627;
	text-decoration: none;
	padding: 2px;
	padding-left: 4px; padding-right: 4px;
	background-image: url(../img/blank.gif); 
}
a.nopage:hover {
	display: inline;
	font: bold 13px arial,helvetica,verdana,sans;
	color: #222627;
	text-decoration: none;
	padding: 2px;
	padding-left: 4px; padding-right: 4px;
	background-image: url(../img/blank.gif); 
}
a.nopage-selected {
	font: bold 13px arial,helvetica,verdana,sans;
	color: #181205;
	text-decoration: none;
	border: 1px solid #181205;
	background-color: #FFFFFF;
	padding: 2px;
	padding-left: 4px; padding-right: 4px;
	background-image: url(../img/blank.gif); 
}

a.tri,a.tri:visited {
	font: normal 11px arial,helvetica,verdana,sans;
	color: #222627;
	text-decoration: underline;
}
a.tri:hover {
	font: normal 11px arial,helvetica,verdana,sans;
	color: #000000;
	text-decoration: none;
}

a.tri_2,a.tri_2:visited {
	font: normal 13px arial,helvetica,verdana,sans;
	color: #222627;
	text-decoration: underline;
}
a.tri_2:hover {
	font: normal 13px arial,helvetica,verdana,sans;
	color: #FFFFFF;
	text-decoration: none;
}

a.page, a.page:visited, span.page {
	font: normal 12px arial,verdana,helvetica;
	font-style: normal;
	color: #444444;
	text-decoration: none;
}
a.page:hover {
	font: normal 12px arial,verdana,helvetica;
	font-style: normal;
	color: #181205;
	text-decoration: none;
}

a.details, a.details:visited, span.details {
	font: bold 11px arial,verdana,helvetica;
	font-style: normal;
	color: #444444;
	text-decoration: underline;
}
a.details:hover {
	font: bold 11px arial,verdana,helvetica;
	font-style: normal;
	color: #181205;
	text-decoration: none;
}

span.Titre-Page {
	color: #DA0020;
	font: bold 17px arial,helvetica,sans;
}

h1 {
	position: absolute;
	width: 640px; left: 340px; top: 22px;
	font : normal 34px verdana,sans;
	color: #FFFFFF;
	text-align: right;
	z-index: 1000;
	margin: 0px; padding: 0px;
}
h2 {
	position: absolute;
	width: 250px; left: 737px; top: 88px;
	font : normal 17px/26px verdana,sans;
	color: #FFFFFF;
	text-align: center;
	z-index: 1000;
	margin: 0px; padding: 0px;
}
h3 {
	position: absolute;
	width: 213px; left: 258px; top: 14px;
	font : normal 12px/16px verdana,sans;
	color: #FFFFFF;
	text-align: center;
	z-index: 1000;
	margin: 0px; padding: 0px;
}
