/* Layout */

body {
	font-family:Arial,Helvetica,Verdana,Lucida,Sans-serif;
	background:#F0EADD;
	text-align:center;
	padding-top:1em;
}

form {
  padding:0;
  margin:0;
}
/*ajout pour page accueil*/
a {
	
	color:#000000;
}
img {
	border:0;
}

strong {
  font-weight:bold;
}

#contenu {
	background:#322369 url(css/bg.gif) repeat-y;
	clear:both;
	position:relative;
	width:740px;
}

#footer {
  background:url(css/bgbottom.gif) no-repeat;
  height:5px;
  font-size:1px;
  line-height:1px;
}

#top {
  background:url(css/bgtop.gif) no-repeat;
  height:5px;
  font-size:0px;
}

#page {
	text-align:left;
	width:730px;
	margin:auto;
}

#droite {
	margin-left:235px;
	padding-bottom:10px;
	padding-top:10px;
}

#droite.entete {
	height:590px;
}

#droite h1 {
	color:#fff;
	font-size:150%;
}

#droite.entete h1 {
  margin:18px 20px 25px 20px !important;
	margin:28px 20px 25px 20px;
	font-size:150%;
}

#texte {
	background:#fff;
	font-size:12px;
	margin-right:15px;
	width:450px;
	padding:20px 20px 19px 20px;
}

#menu {
	position:absolute;
	top:-28px;
	left:-25px;
	width:250px;
}

/* Menu */
#menu {
	background:#231849 url(css/menuleft.gif) repeat-y;
}
#menu h1 {
	background:#D40910;
	color:#fff;
	font-family:Times;
	font-size:24px;
	height:140px;
	margin:0;
	padding:0;
}
#menu h1 img {
	margin-top:16px;
	margin-left:30px;
}
#menu h2 {
	background:#F70F0D;
	margin:0;
	color:#fff;
	border-top:1px solid #403024;
	font-size:12px;
	padding:5px 0 4px 30px;
}
#menu h2.actif {
	background:#fff;
	color:#F70F0D;
}
#menu h2 a {
	text-decoration:none;
	color:#fff;
}
#menu h2.actif a {
	color:#F70F0D;
}
#menu h2:hover {
  background:#D40910;
}
#menu h2.actif:hover {
  background:#fff;
}
#menu h3 {
	text-transform:uppercase;
	font-size:10px;
	color:#F70F0D;
	padding-left:31px;
	margin-top:15px;
	margin-bottom:5px;
}
#menu ul {
	list-style-type:none;
	font-size:12px;
	margin:0 0 4px 0;
	padding:0 0 0 30px;
}
#menu li {
  margin:2px;
}
#menu ul a {
	color:#fff;
	text-decoration:none;
  padding:1px;
}
#menu ul a:hover {
  background:#D40910;
  color:#fff;
}
#menu ul a.actif {
  background:#fff;
  color:#f70f0d;
}

/* Menu de navigation horizontal */

#navigation {
	padding-right:0;
	text-align:right;
	width:500px;
	margin-left:225px;
	color:#403024;
	font-family:Arial,Regular,Verdana,Helvetica,Sans-serif;
	letter-spacing:0.2px;
	height: 30px;
	position: relative;
	top:-4px;
}
#navigation #search {
  position: absolute;
  bottom: 0;
  left: 0;
}
#navigation #navigliens {
  position: absolute;
  bottom: 1px;
  right: 0;
}
#navigation #recherche {
	color:#635549;
	text-decoration:none;
	margin-left:10px;
	font-size:14px;
	font-weight: bold;
	font-variant: small-caps;
}
#navigation a {
	color:#635549;
	text-decoration:none;
	margin-left:10px;
	font-size:11px;
	font-weight: bold;
}

#navigation a:hover {
	background:#fff;
}
#navigation a:active, #navigation a:focus {
	background:#F70F0D;
	color:#fff;
}

#search input.textfield {
	background:#fff;
	border:1px solid #C8C2B5;
	padding:0 2px;
	width:100px;
	font-size:14px;
	font-variant: normal;
	height: 17px;
}
#search input#submit {
	color:#635549;
	background:#C8C2B5;
	border:0;
	padding:0 3px;
	margin: 0;
  font-size:13px;
	font-variant: normal;
	height: 18px;
	vertical-align:bottom;
	position: relative;
	top:0 !important;
	top:-1px;
}
#search input#submit:hover {
	color:#fff;
	background:#635549;
	cursor:pointer;
}

/* Contenu */

#droite div.citation {
	background:#fff;
	width:237px;
	font-family:Georgia,Regular,serif;
	line-height:130%;
	font-size:90%;
	position:absolute;
	left:488px;
	top:250px;
}

#droite div.citation p {
	margin:1em;
}

#droite a:hover {
	background-color:#F70F0D;
	color:#fff;
}

#texte h1 {
  margin-top:0;
	color:#403024;
	font-size:180%;
	margin-bottom:38px;
}

#texte p.gauche {
  float:left;
  margin-top:0;
}

#texte p.clear {
  clear:both;
}

#texte p.chapeau {
	color:#F70F0D;
}

#texte h2 {
	color:#403024;
	border-bottom:1px solid #8C837C;
	margin-top:1.2em;
	clear:both;
	font-size:18px;
}

#texte h3 {
  color:#F70F0D;
  font-size:14px;
}

#texte h3.droite {
  float:left;
  margin-top:0;
  margin-left:2px;
}

#texte p {
	color:#403024;
	line-height:140%;
	margin-top:1.3em;
}

#texte p a {
  color:#403024;
}

#texte p a:hover {
	background:#F70F0D;
	text-decoration:none;
}

#texte img.illustration {
  margin-right:17px;
  float:left;
	margin-bottom:20px;
}

/* Mise en avant */
#texte .rouge {
	color:#F70F0D;
	font-weight:normal;
}

#texte p.liste {
  background:#f70f0d;
  color:#fff;
  width:127px;
  padding:3px 0 3px 10px;
  font-weight:bold;
  clear:both;
  margin-top:1.5em;
}

#texte p.auteur {
  font-size:90%;
}

#texte p.dates {
  font-size:90%;
}

#texte p.lieu {
  font-size:90%;
  font-weight:bold;
}

#texte p.infos {
  font-size:90%;
}

#texte blockquote {
	font-family:Georgia,"Bitstream Vera Serif",Regular,serif;
	color:#70645B;
	padding:0;
	margin:0;
	font-size:110%;
}

#texte blockquote p {
	color:#70645B;
}

#texte .colonne {
  margin-left:156px;
}

#texte .colonne p {
  margin-top:0;
}

#texte img.player {
  border-bottom:19px solid #f70f0d;
}

/* Image à zoomer */

a.zoom img {
	padding-top:12px;
	background:#F0EADD url(css/zoom_off.gif) no-repeat 1px 1px;
	float:left;
	margin-right:17px;
	margin-bottom:20px;
}
a.zoom:hover img {
	background:#F70F0D url(css/zoom_roll.gif) no-repeat 1px 1px;
}

/* Lien de bas de page */

p.haut_de_page {
	text-align:right;
	font-variant: small-caps;
	background:url(css/top.gif) no-repeat right;
  padding-right:12px;
  clear:both;
}

p.haut_de_page a {
  font-weight:bold;
	text-decoration:none;
	padding:1px;
	color:#403024;
	font-size:110%;  
}

/* Actus */

#droite.entete .actu {
  background:#fff;
  width:205px;
  padding:8px 15px 8px 15px;
  margin-bottom:0.8em;
}

.actu h2 {
  font-size:75%;
  color:#f70f0d;
  font-weight:normal;
  margin:3px;
}

.actu p {
  font-size:75%;
  color:#403024;
  font-weight:bold;
  margin:3px;
  margin-top:5px;
}

/* Liens */

p.lang {
  background:url(css/fleche.gif) no-repeat center left;
  margin-left:16px;
  padding:3px 5px 2px 14px;
  margin-top:16px !important;
  margin-top:30px;
}

p.lang a {
  text-decoration:none;
  color:#fff;
  font-size:80%;
  padding:2px;
}

p.savoirplus, .savoirplus {
  background:url(css/fleche.gif) no-repeat center left;
  padding-left:14px;
  font-variant:small-caps;
}

p.savoirplus a, .savoirplus a {
  font-weight:bold;
  color:#403024;
  text-decoration:none;
  padding:1px;
}

.download {
	padding:2px 2px 2px 20px;
	background:url(css/pdf.gif) no-repeat 2px 2px;
}

.download a {
	color:#70645B;
	text-decoration:none;
	padding:-1px;
	font-size:90%;
	font-weight:bold;
}

#texte p.retour, #texte p.avance {
  color:#fff;
  width:121px;
  padding:2px 0 2px 16px;
  font-weight:bold;
  margin-right:16px;
  margin-top:0;
}

#texte p.retour {
  background:#f70f0d url(css/fleche_back.gif) no-repeat center left;
  float:left;
}

#texte p.avance {
  background:#f70f0d url(css/fleche_next.gif) no-repeat 2% 50%;
}

#texte p.retour a, #texte p.avance a {
  text-decoration:none;
  color:#fff;
}

#texte p.retour:hover, #texte p.retour a:hover, #texte p.avance:hover, #texte p.avance a:hover {
  background-color:#D40910;
}

#texte div.photos div {
  float:left;
  width:137px;
  height:160px;
  margin-bottom:10px;
}

#texte div.photos p {
  margin:0 0 2px 0;
  padding:0 0 0 16px;
}

#texte div.photos .photog {
  margin-right:19px;
}

#texte .photog img, #texte .photo img {
  margin:0;
}

#texte .photoc {
  text-align:center;
}

#texte .photod {
  text-align:right;
}



/* Liens bonus */

#texte p.bonus {
  float:right;
  position:relative;
  top:-7px;
}

#texte p.bonus img {
  margin-right:1em;
}

#texte p.bonus a:hover {
  background:none;
}

#texte img.nomargin {
  margin:0;
}

/* Légendes */

#texte p.legende {
  float:left;
  margin-top: 5px;
  padding: 0;
}

p.legende a.zoom img {
  display: block;
	float:none;
	margin-bottom:6px;
}

p.legende span {
  display:block;
  width:137px;
  font-size:11px;
}


.fdt  {
 background:#f70f0d;
  width:127px;
  padding:3px 0 3px 10px;
  font-weight:bold;
  clear:both;
}

.fdt:hover{
background-color:#D40910;
}

.fdt a{
text-decoration:none;
color:#fff!important;
background:none!important;
}

.fdt a:hover{
text-decoration:none;
background-color:#D40910!important;
}







