@charset "iso-8859-1";

/* -------------------------------------------------------------------- *
 * Feuille de style de la Declaration quebecoise sur les archives		* 
 * Realisation: Stephane Petit											*
 * Date : 20-11-2007													*
 * -------------------------------------------------------------------- */



/* [ mise a plat de tous les margin et padding ]  --------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 100%;
}
body {
	text-align: center;
	color: #6A6A6A;
	background: #E9E9E3;
	margin-top: 5px;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

/* [ balises html de base personnalisees ] --------------------------------------- */
acronym {
	cursor: help;
}
img { /* mise a plat et suppression des bordures par defaut dqns navigateur si lien sur image */
	border: none;
}
h1 {
	font-size: 2.2em;
	color: #635235;
	margin-bottom: 1em;
	font-family: "Trebuchet MS", sans-serif;}
h2 {
	font-size: 1.5em;
	color: #635235;
	margin: 1em 0;
	font-family: "Bitstream Vera Sans", "Bitstream Vera Sans Mono", "Bitstream Vera Serif", "Trebuchet MS";
}
h3 {
	font-size: 1.3em;
	color: #635235;
	margin: 1em 0;
	font-family: "Bitstream Vera Sans", "Bitstream Vera Sans Mono", "Bitstream Vera Serif", "Trebuchet MS";
}
h4 {
	font-size: 1em;
	color: #635235;
	margin: 0.5em 0;
	font-family: "Bitstream Vera Sans", "Bitstream Vera Sans Mono", "Bitstream Vera Serif", "Trebuchet MS";
	font-weight: bold;
}
a {
	color: #5D6334; 
	text-decoration: underline;
}
a:hover {
	color: #344563;
	text-decoration: none;
	}
p {
	margin-bottom: 1em;
}
hr {
	color: #CCC;
	height: 1px;
	border-top: 1px solid #CCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-top: 2em;
	margin-right: 0em;
	margin-bottom: 2em;
	margin-left: 0em;
}
dl {
	margin-left: 1em;
	margin-bottom: 1em;
}
dt {
	font-weight: bold;
	margin-top: 1em;
	color:#000000;
}
dd {
	margin-left: 1em;
	margin-bottom: 5px;
}
strong {
	color: #344563;
}
thead {
	text-align: center;
	background-color: #635235;
	color: #FFF; 
}
td {
	border: 1px solid #333;
	padding: 5px;
	margin: 0px;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
	color: #635235;
	padding-right: .5em;
	padding-left: .5em;
}
label {
	float: left;
	width: 30%;
	clear: right;
	color: #635235;
}
caption {
	color: #000;
	font-weight:bold;
	text-align: left;
	width: 60%;
	padding-bottom: 1.5em;
}
input {
	background-color: #E7E7E0;
}

/* [ structure du site ]  --------------------------------------- */

#page {
	text-align: left;
	width: 765px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	position: relative;
}
#contenu {
	width: 560px;
	padding: 5px;
	float: left;
}
div#contenu ul, div#contenu ol {
	padding-left: 30px;
	margin-bottom: 15px;
}
div#contenu ul li {
	list-style: square;
	margin-bottom: 5px;
}


/* [ accessibilite ] --------------------------------------- */
#accessibilite {
	text-align: right;
	padding-right: 5px;
	font-size: 0.8em;
	height: 15px;
	padding-top: 2px;
	width: 765px;
	margin: auto;
}
#accessibilite li {
	list-style: none;
	display: inline;
	color: #E9E9E3;
}
#accessibilite li a {
	color: #E9E9E3;
}
#accessibilite li a:hover{
	color: #D7D7CC;
}

/* [ entete ] --------------------------------------- */
div#entete .img_entete {
	float: left;
	margin-right: 25px;
	margin-bottom: 9em;
}
#titre {
	position: absolute;
	top: 203px;
	width: 570px;
}
div#titre p {
	text-transform: uppercase;	
}

/* [ fil d'ariane  ] --------------------------------------- */
div#fil_ariane {
	clear: both;
	width: 767px;
}
div#fil_ariane p {
	background-image: url(../images/fil_ariane.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 31px;
	line-height: 31px;
	margin-bottom: 1em;
	padding-left: 20px;
	font-size: 0.9em;
}

/* [ menu déclaration ] --------------------------------------- */
div#menu_declaration {
	height: 182px;
	width: 172px;
	float: right;
	background-image: url(../images/menu_declaration.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 0.85em;
}
div#menu_declaration ul {
	color: #FFFFFF;
	padding-bottom: 12px;
	padding-top: 12px;
	font-weight: bold;
}
div#menu_declaration li {
	list-style: none;
	width: 162px;
	height: 30px;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 1px;
}
div#menu_declaration li a {
	list-style: none;
	width: 162px;
	height: 30px;
	background-image: url(../images/menu_declaration_off.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	color: #FFFFFF;
	margin-left: 1px;
	text-decoration: none;
	text-indent: 5px;
	line-height: 30px;
}
div#menu_declaration li a:hover {
	background-image: none;
}

/* [ menu webzine ] --------------------------------------- */
div#webzine p a {
	float: right;
	width: 175px !important;
	height: 35px;
    background: url(../images/menu_webzine.png) no-repeat right center;
	margin: 3em 0;
}
div#webzine p a:hover {
    background: url(../images/menu_webzine.png) no-repeat right center;
}
div#webzine span {
	display: none;
}
div#menu_webzine {
	height: 182px;
	width: 172px;
	float: right;
	background-image: url(../images/menu_webzine.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 0.85em;
	margin-top: 3em;
}
div#menu_webzine ul {
	color: #FFFFFF;
	padding-bottom: 12px;
	padding-top: 12px;
	font-weight: bold;
}
div#menu_webzine li {
	list-style: none;
	width: 162px;
	height: 22px;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 1px;
}
div#menu_webzine li a {
	list-style: none;
	width: 162px;
	height: 22px;
	background-image: url(../images/menu_webzine_off.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	color: #000;
	margin-left: 1px;
	text-decoration: none;
	text-indent: 5px;
	line-height: 22px;
}
div#menu_webzine li a:hover {
	background-image: none;
}
div#menu_webzine h3 {
	font-size: 1.4em;
	padding-right: 50px;
	color: #FFF;
	margin: 0px;
	font-family: "Bitstream Vera Sans", "Bitstream Vera Sans Mono", "Bitstream Vera Serif", "Trebuchet MS";
	text-align: right;
	margin-top: 18px;
}

/* [ signer registre ] --------------------------------------- */
div#signer_registre p a {
	position: absolute;
	height: 35px;
	width: 174px;
	top: 222px;
	left: 590px;
    background: url(../images/signer_registre.png) no-repeat right center;
}
div#signer_registre p a:hover {
    background: url(../images/signer_registre_on.png) no-repeat right center;
}
div#signer_registre span {
	display: none;
}

/* [ mise en forme du contenu ] --------------------------------------- */
div#bloc2006 div.date_declaration {
	background: url(../images/marque_calendrier_2006.jpg)  no-repeat 0 10px;
	margin-right: 0;
	min-height: 75px;
	border-top: dotted 1px #635235;
	margin-top: 2em;
	margin-left: 0;
	padding: 3em 0 0 0;
	clear: both;
}
div#bloc2007 div.date_declaration {
	background: url(../images/marque_calendrier_2007.jpg)  no-repeat 0 10px;
	margin-right: 0;
	min-height: 75px;
	border-top: dotted 1px #635235;
	margin-top: 2em;
	margin-left: 0;
	padding: 3em 0 0 0;
	clear: both;
}
div#bloc2008 div.date_declaration {
	background: url(../images/marque_calendrier_2008.jpg)  no-repeat 0 10px;
	margin-right: 0;
	min-height: 75px;
	border-top: dotted 1px #635235;
	margin-top: 2em;
	margin-left: 0;
	padding: 3em 0 0 0;
	clear: both;
}
div.date_declaration ul {
	margin: 0px !important;
	padding: 0px !important;
	float: left;
}
div.date_declaration ul li {
	color: #FFF;
	font-size: 0.75em;
	list-style: none !important;
	margin-left: 24px;
	margin-top: -2px;
}
div.date_declaration h3 {
	margin-top: 0px;
	margin-left: 80px;
}
div.date_declaration p {
	margin-left: 90px;
	margin-bottom: 1em;
}
.miniature {
	margin-left: 15px;
	margin-bottom: -18px;
}
ul#mois_archives li {
	display: inline;
	padding: 5px;
	list-style-type: none;
}
.photo-archives-declaration {
	float: right;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #C2BEA8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
}
p.legende-photographie {
	margin-top: 1.5em;
	margin-bottom: 2em !important;			
	font-size: 0.8em;
	color: #877C81;
	line-height: 1.2em;
}
.chrono-declaration {
	float: left;
	margin-right: 2em;
	margin-left: 2em;
	margin-bottom: 2em;
}
div#archives-declaration {
	height: 182px;
	width: 172px;
	float: right;
	font-size: 0.85em;
	margin-top: 15px;
}
div#archives-declaration ul {
	color: #344563;
	padding-bottom: 12px;
	padding-top: 12px;
	font-weight: bold;
	padding-left: 40px;
}
div#archives-declaration li {
	padding-left: 2px;
	padding-right: 2px;
	list-style: square;
	margin-bottom: 5px;
}
div#archives-declaration h3 {
	font-size: 1.4em;
	color: #635235;
	font-family: "Bitstream Vera Sans", "Bitstream Vera Sans Mono", "Bitstream Vera Serif", "Trebuchet MS";
	margin-top: 18px;
	margin-left: 20px;
}
div#blogue_affiche p a {
	float: right;
	width: 175px !important;
	height: 35px;
    background: url(../images/blogue.png) no-repeat right center;
	margin: 3em 0;
}
div#blogue_affiche p a:hover {
    background: url(../images/blogue_on.png) no-repeat right center;
}
div#blogue_affiche span {
	display: none;
}

/* [ pied de page ] --------------------------------------- */
#piedpage {
	margin: 3em 0px;
	clear: both;
	font-size: 0.8em;
	color: #344563 !important;
}
#piedpage a {
	color: #5773A5 !important;
}
#contacts {
	background-image: url(../images/pied_page.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width: 765px;
	line-height: 31px;
	padding-left: 20px;
}
div.sous_menu {
	float: left;
	width: 235px;
	padding: 10px;
}
div.sous_menu ul li { 
	list-style:none;
}
div.sous_menu h3 {
	color: #666 !important;
	font-size: 1.2em;
	margin-bottom: 10px;
}
div#date {
 	clear:both;
	width: 740px;
	text-align: right;
}

/* [ formulaire ] --------------------------------------- */
fieldset#form_membre {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 1em;
}

#submit {
	margin-left: 137px;
}
#tab_fichier_info {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	margin-top: 1em;
}
#registre {
	width: 60%;
	margin: auto;
}
#registre td {
	border:#CCCCCC solid 1px;
	width: 30%;
	text-transform: capitalize;
}
.centrer { 
	text-align: center;
	margin: 1em 0;
}
.signer, .reset { 
	background-color: #E9E9E3;
	border: solid 1px #000;
	padding: 2px;
	color: #5D6334;
	font-weight: bold;
}
.signer:hover, .reset:hover { 
	background-color: #BDBCAC;
	border: solid 1px #000;
	padding: 2px;
}
