body {
    text-align:center;
    font-family: Didot, Georgia, serif;
    background: url("http://laguillaume.com/images/guillaume007.png") no-repeat top left;
    
}
#whole_page{
    width:50em;
    margin:auto;
    text-align:left;
    font-size:12pt;
   
    
}
#header{
	color:#191970;
	font-size:30pt;
	text-align: center;
	padding-top:0em;
	padding-bottom:5px;
	font-family: Arial Rounded MT Bold;
	background: transparent;	
	-webkit-box-reflect: below -25px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(rgba(255, 255, 255, 0.5)));
	
}

#header a {
	text-decoration:none;
	color:#191970;
}


#header a:hover {
	color: red;
}
#subheader{
	color:#002eB8;
	background:transparent;
	font-size:10pt;
	text-align: center;
	padding-top:0em;
	padding-bottom:1em;
	font-family: Helvetica;
}

#nav{
	color:#191970;
	text-align:center;
	padding-top:0.5em;
	margin-left:-20em;
	padding-bottom:1em;
	margin-right:-20em;
	font-size:14pt;
	font-family: Arial Rounded MT Bold;
	background: transparent;
	
}
#nav a, #nav a:visited {
	color:gray;
	text-decoration:none;
}
#nav a:hover {
	border-bottom:2px solid gray;
}


#login{
	color:#191970;
	text-align:center;
	padding-top:0.5em;
	padding-left:0em;
	padding-bottom:0.5em;
	padding-right:0em;
	font-size:10pt;
	font-family: Arial Rounded MT Bold;
	background: transparent;
	
}
#login a, #login a:visited {
	color:gray;
	text-decoration:none;
}
#login a:hover {
	border-bottom:2px solid gray;
}





.legendnav {
	color: #191970;
	background:transparent;
	font-size:12pt;
	font-family: Arial Rounded MT Bold;	
	margin-bottom:4pt;
	
}

.legendnav a, .legendnav a:visited{
	color: #191970;
	text-decoration:none;
}

.legendnav a:hover{
	border-bottom: 2px solid #191970;;
}



.legendnav2 {
	color: gray;
	background:transparent;
	font-size:2pt;
	font-family: Arial Rounded MT Bold;	
}

.legendnav2 a, .legendnav2 a:visited{
	color: gray;
	text-decoration:none;
}

.legendnav2 a:hover{
	border-bottom: 1px solid gray;;
}



#content{
	height:100%;
	background:transparent;
	
}
h1{
	font-size:30pt;
	font-family: Helvetica;
	color: #000080;
}

#comments{
	font-style:italic;
}

h1:hover {
	color: red;
}

h2{
	font-size:14pt;
	font-family: Arial Rounded MT Bold;
}

/*begin IE hack*/
html fieldset{
	position:relative;
}
html legend {
	position:absolute;
	top:-0.7em;
	left: 1em;
}
html fieldset {
	position: relative;	
	padding-top:1em;
	padding-bottom:1em;
}

/* End*/


fieldset {
	font-family: Didot, Georgia, serif;
    margin-left: 30pt;
	margin-right: 30pt;
	margin-bottom: 20pt;
	font-size:12pt;
}

fieldset.list {
	font-size:12pt;
	padding-bottom:0pt;
	padding-left:0pt;
	padding-right:0pt;
	padding-top:0pt;
	background: #d1dcff;
	border: 1pt solid gray;
}

fieldset.article {
	font-size:12pt;
	text-align: justify;
	padding-right:15px;
	padding-bottom:10pt;
	padding-left:10pt;
	padding-top:5pt;
	background: #d1dcff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 1pt solid gray;
	-webkit-box-shadow: 10px 10px 50px #888;
	-moz-box-shadow: black 10px 10px 50px;
}


fieldset.wiki {
	font-size:12pt;
	text-align: justify;
	padding-right:15px;
	padding-bottom:10pt;
	padding-left:10pt;
	padding-top:5pt;
	background: #ffff99;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 1pt solid gray;
	-webkit-box-shadow: 10px 10px 50px #888;
	-moz-box-shadow: black 10px 10px 50px;
}



fieldset.article :hover{

}

.vscroll{
	max-height:50em;
	overflow-y:auto;
	padding-right: 5pt;
}

.vscroll_long{
	max-height:100em;
	overflow-y:auto;
	padding-right: 5pt;
	overflow-x:hidden;
}

.maps {
	width: 50em; 
	height: 22em;
	-webkit-box-shadow: 10px 10px 50px #888;
	-moz-box-shadow: 10px 10px 50px #888;
	
}

fieldset.controls {	
	font-size:12pt;
	padding-right:15px;
	padding-bottom:10pt;
	padding-left:10pt;
	padding-top:5pt;
	background: #d1dcff;
	-webkit-border-radius: 8px;
	border: 1pt solid gray;
	-moz-border-radius: 8px;
}

fieldset.contrib {
	font-size:12pt;
	margin-top:10pt;
	padding-right:15px;
	padding-bottom:10pt;
	padding-left:10pt;
	padding-top:5pt;
	text-align: justify;
	background: #ffd1f3;
	-webkit-border-radius: 8px;
	border: 1pt solid gray;
	-moz-border-radius: 8px;
}


legend {
	color: white;
	background:black;
	padding-right:5pt;
	padding-left:5pt;
	font-size:12pt;
	font-family: Arial Rounded MT Bold;
	-webkit-border-radius: 6px;	
	
	
}


fieldset.list legend{
	color: white;
	background:black;
	padding-bottom:1pt;
	font-size:12pt;
	padding-top:1pt;
    padding-right:8pt;
    padding-left:5pt;	
}


label {
	width:8em;
	float:left;
	text-align: right;
	display: block;
	font-size:12pt;
}


.photo {
	margin:10px;
	border:none;
	padding-left:10px;
	
}

.big_photo {
	margin:10px;
	border:1pt solid gray;
	text-align:center;
}



.buttons {
	
}

.lien {
	width:200px;
}


.form-row {
	white-space:nowrap;
	
}

.checked {
	background:green;
}

.submit {
	
}

.center{
	text-align:center;
	font-size:12pt;
	margin-top:4pt;
}

.right{
	text-align:right;
	font-size:12pt;
	margin-top:4pt;
	padding-right: 30pt;
	font-family: Arial Rounded MT Bold;
	color: gray;
}


.right a, .right a:visited {
	color: gray;
	text-decoration: none;
}

.right a:hover {
	border-bottom: 1px solid gray;
}


.foot {
	margin-top: 100pt;
}




.picture_center{
	text-align: center;
	padding-right:3em;

}

.rounded {
	font-size:12pt;
	font-family: Arial Rounded MT Bold;
	color: #191970;
}

.author {
	font-family: Didot, Georgia, serif;
	color:gray;
	font-style: italic;	
}

.new{
	font-family: Didot, Georgia, serif;
	color: red;
}

table.normal {
	border: 0em;
	margin-left:0pt;
    width:50em;
}


table.normal tr.even {
	background: #d1dcff;
  	
}

table.normal tr.odd {
	background: #e5ecff;
}

table.normal tr.header {
	background: #d1dcff;
}


table.normal td.right {
	text-align: right;
}

table.normal td.bout {
	color: #e5ecff;
}


#notice {
	
	padding:1em;
	margin:1em;
	margin-bottom:2em;
	font-size:12pt;
	text-align:center;
	color: green;
}

html fieldset {
	position: relative;
}


.fieldWithErrors {
	margin: 2px;
	padding:2px;
	background-color:red;
	display:table;
}


#errorExplanation {
	border:2px solid red;
	padding: 7px;
	padding-bottom:20px;
	margin-bottom:20px;	
}