@charset "utf-8";
div#accueil {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 737px;
	height: 383px;
	margin-top: -210px; /* moiti de la hauteur */
	margin-left: -368px; /* moiti de la largeur */
}
#logoAccueil, #images, #menuAccueil {
	text-align: center;
}


/* reset css from yahoo ui */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym { border:0; }
/* end */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	background-color: #e6d8b0;
	background-image: url(/_img/back_base.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	height:100%;
}

html {
	height:100%;
}

#envelope {
	background-color: #FFFFFF;
	width: 545px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/_img/bandeBrunePresentation.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 55px;
	padding-left: 55px;
}

#gContent {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 537px;
	height: 850px;
	margin-top: -290px; /* moiti de la hauteur */
	margin-left: -254px; /* moiti de la largeur */
}
a, a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color:#999999;
}

#gEnvelope {
	height:100%;
	width: 427px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 55px;
	padding-left: 55px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 14px;
}
h2 {
	font-weight: bold;
	font-size: 11px;
	background-image: url(/_img/puce.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 3px;
}
p.contentText {
	margin-left: 20px;
}


.nav {
	float: left;
	padding-top: 85px;
}
#logo {
	float: right;
}
#intro {
	margin-bottom: 30px;
}
#firstPara {
	margin-bottom: 40px;
}
#firstPara #firstLeft {
	float: left;
	width: 340px;
	margin-left: 0px;
	margin-top: 30px;
}
#firstPara .firstRight {
	text-align: right;
}
#citation {
	margin-top: 45px;
	padding-left: 20px;
}
.tblTitle {
	font-weight: bold;
}
.tblDesc {
	font-style: italic;
	font-size: 10px;
	line-height: 14px;
}

.cit {
	font-size: 14px;
	font-style: italic;
	color: #959595;
	line-height: 18px;
}




/* menu */
.menu {

}

.menu li {
	float:left;
	background-image: url(/_img/liMenu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;
}
.menu a {
	float: left;
	margin-right:28px;
	text-align: center;
	text-decoration:underline;
	color: #84827b;
	font-style: italic;
	line-height: 14px;
}

.menu a:hover {
text-decoration:none; 
}

#browse a, #browse a:visited {
	text-decoration:none;
	color:#333333;
	margin-right: 3px;
}

#browse a:hover {
	color:#999999;
}
