﻿/*
 * Balises STD
 */
html {
	margin: 0px;
	padding: 0px;
	}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

h1 {
	margin-top:0px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:20px;
	color:#999900;
}
h2 {
	margin:10px 0 5px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333366;
	text-transform:uppercase;
}
h2 span {
	color:#999999;
	text-transform:none;
}
img {
	border: 0px;
	display: inline;
}

a:link, a:visited, a:active {
	color: #999900;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
}

a:visited {
	color:#333366;
}


#contenu_accueil {
	background: transparent url("fond_accueil.jpg") no-repeat top left;
	margin-top: -242px;
	margin-left:-292px;
	width: 584px;
	height: 484px;
	position: absolute;
	left: 50%;
	top: 50%;
}

#lien_accueil_top {
	position: absolute;
	left: 0px;
	top: 0px;
}

#titres_accueil {
	position: absolute;
	left: 0px;
	top: 0px;
}

#logo_PSL {
	position: absolute;
	left: 188px;
	top: 332px;
}
#logo_SSL {
	position: absolute;
	left: 410px;
	top: 17px;
}
#logo_EC {
	position: absolute;
	left: 78px;
	bottom: 76px;
}
#logo_MDDEP {
	position: absolute;
	left: 312px;
	bottom: 60px;
}
#logo_MPO {
	position: absolute;
	left: 78px;
	bottom: 23px;
}
#btn_entrez {
	position: absolute;
	right: 16px;
	bottom: 4px;
}

.page {
	background: transparent url("fond_page.gif") repeat-y top left;
	margin: 0px auto;/*centrage*/
	width: 955px;
	position: relative;
	border: solid 1px #ECF5F9;
}

.page .page {
	background: transparent url("fond_page.jpg") no-repeat top left;
	width: 100%;
	position: relative;
	border: none
}

/* Style zone_haut */
#zone_haut {
	position: relative;
	background-color: transparent;
	width: 955px;
	height: 213px;
}

#element_titre {
	position: absolute;
	top: 40px;
	left: 40px;
}

#element_date {
	position: absolute;
	top: 166px;
	left: 250px;
}

/* Styles colonne de gauche */
#zone_menus {
	position: absolute;
	display:block;
	width: 161px;
	/*height:200px;*/
	/*overflow:hidden;*/
}

#menu_top {
	position: relative;
	display:block;
	margin-top: 77px;
}

#menu_navigation {
	position: relative;
	display:block;
	margin-top: 57px;
}

#zone_menus #logo_SSL_page {
	position: relative;
	display:block;
	margin:30px 26px 0 0;
	text-align:right;
}

/* Styles colonne de droite */
#zone_contenu_haut {
	position:relative;
	display: block;
	width: 689px;
	height: 211px;
	margin:0px;
	margin-top: -5px;
	padding:0px;
	margin-left: 161px;
}

#zone_contenu_haut img {
	position:absolute;
	top:50%;
	left:50%;
	margin:-8px;
}

#zone_contenu, #zone_contenu_admin {
	position:relative;
	display: block;
	_height: 400px;
	min-height: 400px;
	width: 698px;
	margin:-15px 0 0 0;
	padding:0px;
	margin-left: 161px;
}
#zone_contenu_admin {
	margin:10px 0 0 10px;
}

#texte_contenu {
	margin: 0 33px;
}

#texte_contenu p {
	color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0 0 5px 0;
}

/* Styles pied de page */
#zone_bas {
	position: relative;
	background: transparent url("fond_footer_2.jpg") no-repeat left top;
	width: 955px;
	height: 100px;
}
#zone_bas p {
	position: absolute;
	top: 69px;
	left: 160px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #06436B;
	font-weight:bold;
}

/* Styles autres */
.div_clear {
	clear: both;
	height:1px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

#Erreur {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	display:none;
	z-index:1100;
}

#fond_trans {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000000;
	-moz-opacity:.7;
	filter/**/: alpha(opacity=70);
}

@media screen{
  body>div#Erreur{
  	position: fixed;
  }
 }

#window {
	left: 50%;
	top: 50%;
	width: 250px;
	height:230px;
	position: absolute;
	margin-top: -115px;
	margin-left: -125px;
	background-image: url(bckgrnd_login2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
}
#window #message {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

#window ul {
	margin: 0 0 0 30px;
	padding: 0px;
}

#window li {
	/*margin-left: 5px;*/
	list-style-image: none;
	list-style-type: disc;
	background-image: none;
	background-repeat: auto;
	background-position: auto;
	padding: auto;
}

#window #titre_message {
	margin-top: 10px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 14px;
}

#window #message ul li {
	list-style-image: none;
	list-style-type: disc;
	background-image: none;
	background-repeat: auto;
	background-position: auto;
	padding: auto;
}

