@charset "ISO-8859-1";
@media screen {
.no_print {
}
.no_screen {
display: none;
}
.body_main {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	background-color: #336699;
	background-image: url("background_bas.jpg");
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: small;
	text-align: justify;
}
.body_log {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFF00;
	text-decoration: none;
}

.TabbedPanelsContentVisible {
	color: #000000;
}

.TabbedPanelsContentVisible a:link {
	color: #000000;
	font-weight: bold;
}
.TabbedPanelsContentVisible a:visited {
	color: #000000;
	font-weight: bold;
}
.TabbedPanelsContentVisible a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.TabbedPanelsContentVisible a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}


#container {
	width: 700px;
	padding-top: 10px;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#botom_nav_container {
	width: 706px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	vertical-align: top;
}
.boite_bleu {
	background-color: #316497;
	font-size: x-small;
	border: 1px solid #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: center;
	font-weight: normal;
}
#container_haut {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
}
.text_rouge {color: #FF0000}
.faux_lien_pour_action {
	font-style: normal;
	color: #FFFFFF;
	text-decoration: underline;
	cursor:pointer;
}
.image_centre {
	border: 3px solid #FFFFFF;
}
.image_left {
	border: medium solid #FFFFFF;
	margin-right: 10px;
	margin-bottom: 5px;
}
.image_right {
	border: medium solid #FFFFFF;
	margin-bottom: 5px;
	margin-left: 10px;
}
#map {
	color: #000000;
	border: medium solid #ffffff;
}
.image_left_no_border {
	margin-right: 10px;
	margin-bottom: 5px;
}
.image_right_no_border {
	margin-bottom: 5px;
	margin-left: 10px;
}
.bkg-coin-haut-droite {
	background-attachment: scroll;
	background-image: url(bkg-haut.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bkg-coin-haut-gauche {
	background-attachment: scroll;
	background-image: url(bkg-haut.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.text_footer {font-size: x-small}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 30px;
	background-image: url(Fond_h1.jpg);
	font-style: normal;
	font-weight: normal;
	margin: 0px;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	padding-right: 10px;
	padding-left: 5px;
	font-weight: normal;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color: #255788;
	border: 1px solid #1C4E7E;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-left: 10px;
}
.fenetres_d_info {
	display: none;
}
.fenetre_pointillee {
	border: 2px dotted #FFFFFF;
	padding: 5px;
}
hr {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 1px;
}
input[type=text] {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #043262;
	border: 1px solid #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
input[type=password] {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #043262;
	border: 1px solid #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
textarea{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #043262;
	border: 1px solid #000000;
}

}

@media print {

.no_print {
display: none;
}

.no_screen {
}

a:link { color: #333333; }
a:visited { color: #333333; }
a:hover { color: #000000; }
a:active { color: #333333; }


#container {
	text-align: justify;
}
#botom_nav_container {
display: none;
}

.text_rouge {color: #FF0000}
.faux_lien_pour_action {
	font-style: normal;
	color: #0000FF;
	text-decoration: underline;
	cursor:pointer;
}
.boite_bleu {
display: none;
}
.image_centre {
	border: 3px solid #336699;
}
.image_left {
	border: medium solid #336699;
	margin-right: 10px;
	margin-bottom: 5px;
}
.image_right {
	border: medium solid #336699;
	margin-bottom: 5px;
	margin-left: 10px;
}
.image_left_no_border {
	margin-right: 10px;
	margin-bottom: 5px;
}
.image_right_no_border {
	margin-bottom: 5px;
	margin-left: 10px;
}
.bkg-coin-haut-droite {
display: none;
}
.bkg-coin-haut-gauche {
display: none;
}
.titre_1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	font-style: normal;
}
.titre_2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}
.titre_3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #333333;
}
#container_haut {
	display: none;
}
.fenetre_pointillee {
display: none;
}
.fenetres_d_info {
	display: none;
}
}

