
/*------------------------------RAZ------------------------------*/

* {
	margin:0;padding:0;
}

h1, h2, h3, h4, h5, h6, p {
	font-size: 1em;
	margin: 0; padding: 0;
	font-weight: normal;
}

ul {
	margin: 0; padding: 0;
	list-style: none;
}

a {
	text-decoration:none;
	color:#433737;
}

a img {
	border:none;
}

.clear { 
   	clear:both;
  	display:block;
    line-height:1px;
	font-size:1px;
	height:1px;
}

a {
	outline: none;
}

:focus {
	-moz-outline-style: none;
}

.none {
	display:none;
}

fieldset {
	border:none;
	margin: 0;
	padding: 0;
}

/*------------------------------structure------------------------------*/

body {
	background: url(../images/structure/fd_body.gif) top left repeat-x;
	background-color: #756065;
	
}

#global {
	width: 1018px;
	height: auto;
	margin: 0 auto;
}

#content {
	width: 978px;
	height: auto;
	background: url(../images/structure/fd_global.png) top left repeat-y;
	padding: 0 20px;
}

#top {
	width: 978px;
	height: 76px;
	/*background: url(../images/structure/chateauform.jpg) no-repeat;*/
	position:relative;
	z-index: 10;
}

#top h1 a {
	display: block;
	width: 250px;
	height: 76px;
	margin: 0;
	text-indent: -50000px;
}

/*------------------------------switch-lang------------------------------*/

#top #switch-lang {
	position:absolute;
	top:15px;
	right:15px;
	background:url(../images/structure/btn-switch-lang.gif) no-repeat;
	width:42px;
	height:17px;
}

#top #switch-lang p#btn-switch-lang{
	width:34px;
	height:16px;
	line-height:1px;
	font-size:1px;
	position:absolute;
	top:0;
	left:0;
	text-indent:-5000px;	
	z-index:2;
	cursor:pointer;
}
#top #switch-lang p.lang-selected{
	position:absolute;	
	top:2px;
	left:6px;
	color:#fffefe;
	font:normal 10px Georgia;
}
#top #switch-lang ul{
	position:absolute;
	top:16px;
	left:0;
	background:#4a2119;
	display:none;
	z-index:3;
	width:40px;
	border:1px solid #696159;
}
#top #switch-lang ul li{
	color:#fffefe;
	font:normal 10px Georgia;
	margin: 0;
	padding: 0;
	line-height: 17px;
}

#top #switch-lang ul li a{
	color:#fffefe;
	display: block;
	width:35px;
	height: 17px;
	margin: 0;
	padding:0 0 0 5px;
}

#top #switch-lang ul li a:hover {
	background-color: #cbbb9d;
	color:#4a2119;
}

/*------------------------------menu------------------------------*/

#menu_top {
	position:relative;
	width:978px;
	height:24px;
	z-index: 2;
}

#menu_top #menu-principale {
	width:978px;
	height:19px;
	background-color: #cbbb9d;
	padding-top: 5px;
}

/*niveau 1*/

#menu_top #menu-principale li {
	float:left;
	height:19px;
	position:relative;
	font:normal 12px Georgia;
	color:#4a2119;	
	background:url(../images/puces/rond_menu.gif) top right no-repeat;
	cursor:pointer;
}

#menu_top #menu-principale li a {
	display:block;
	height:19px;
	font:normal 13px Georgia;
	color:#4a2119;
}

/*niveau 2*/

#menu_top #menu-principale li ul {
	position:absolute;
	top:19px;	
	left:-15px;
	display:none;
	z-index:3;
	width: 236px;
	background:url(../images/structure/fd_sousmenu.png) top left repeat-y;
	padding-top: 2px;
}

#menu_top #menu-principale li ul .bottom_ssmenu {
	position:absolute;
	bottom:-12px;
	left:0;
}

#menu_top #menu-principale li#menu1 ul {
	left:0;
}

#menu_top #menu-principale li ul li {
	float:none;
	background: none;
	height: auto;
	border-bottom: 1px solid #4a2119;	
	line-height: 12px;
	padding:14px 0 14px 5px;
	margin:0 0 0 12px;
	width: 200px;
}

#menu_top #menu-principale li ul li.last-child {
	border:none;
}

#menu_top #menu-principale li ul li.bottom-img {
	border:none;
    margin-left: 0;
    display:block;
    padding:0;
}

#menu_top #menu-principale li ul li a {
	font:normal 12px Georgia;
	/*color:#bca39b;	*/
        color: #4a2119;
	height: auto;
}

#menu_top #menu-principale li.hover ul li a:hover {
	color:#4a2119;
}

/* tailles niveaux 1 et 2 */

#menu_top #menu-principale li#menu1 {
	width: 96px;
	margin-right: 23px;
	padding-left: 15px;
}

#menu_top #menu-principale li#menu2 {
	width: 184px;
	margin-right: 27px;
}

#menu_top #menu-principale li#menu3 {
	width: 89px;
	margin-right: 25px;
}

#menu_top #menu-principale li#menu4 {
	width: 107px;
	margin-right: 24px;
}

#menu_top #menu-principale li#menu5 {
	width: 108px;
	margin-right: 24px;
}

#menu_top #menu-principale li#menu6 {
	width: 95px;
	background: none;
}

#menu_top a#participant {
	position:absolute;
	top:0;
	right:0;
	width: 136px;
	height: 19px;
	background:url(../images/puces/rond_menu2.gif) top left no-repeat;
	background-color: #e5ddce;
	font:normal 12px Georgia;
	color:#4a2119;	
	padding-top: 5px;
	padding-left: 25px;
}

/*------------------------------fin menu------------------------------*/

#bloc_content {
	width: 978px;
	height: auto;
	background-color: #fdfaf5;
	position: relative;
	z-index: 1;
}

#footer {
	width: 1018px;
	height: 43px;
	background: url(../images/structure/fd_footer.png) no-repeat;
}

#content_footer {
	width: 978px;
	height: 24px;
	margin: 0 auto;
	background-color: #e5ddce;
}

/*------------------------------menu-footer------------------------------*/

#content_footer #menu-footer li {
	float:left;
	font:normal 13px Georgia;
	color:#4a2119;	
	background:url(../images/puces/rond_menu2.gif) top right no-repeat;
	padding-top: 5px;
}
#content_footer #menu-footer li#menu26{
	background:none;	
}

#content_footer #menu-footer li a {
	font:normal 13px Georgia;
	color:#4a2119;
	margin-left: 25px;
	padding-right: 25px;
}

#content_footer #menu-footer li.last {
	background: none;
}

#content_footer #menu-footer li.last a {
	padding-right: 0;
}

/*------------------------------structure page interne------------------------------*/

#flash {
	width:978px;
	height: 360px;
}

#visuels_top {
	width:978px;
	height: 358px;
	position:relative;
}

#visuel_left {
	position:absolute;
	top:0;
	left:0;
	width: 720px;
}

#visuel_right {
	position:absolute;
	top:0;
	left:720px;
	width: 258px;
}

#bloc_total {
	width:978px;
	position:relative;
}

/*------------------------------bloc_left------------------------------*/

#bloc_left {
	float:left;
	width: 720px;
	padding-bottom: 80px;
}

/*-----------sous_menu-----------*/

#sous_menu #menu_interne {
	width: 720px;
	height: 24px;
}

#sous_menu #menu_interne li {
	float:left;
	margin-right:1px;
	font:normal 12px Georgia;
	height: 24px;
	line-height: 24px;
}

#sous_menu #menu_interne li a {
	display: block;
	height: 24px;
	text-align: center;
	line-height: 24px;
}

/*-----------fil_ariane-----------*/

#fil_ariane {
	padding-top: 30px;
	width: 690px;
	height: 50px;
	padding-left: 30px;
}

#fil_ariane ul li {
	float:left;
	font:normal 11px arial;
}

#fil_ariane ul li.last {
	font-weight:bold;
}

/*-----------texte-----------*/

#texte {
	width: 620px;
	padding-left: 30px;
}

#texte.textelong {
	width: 800px;
	padding-left: 30px;
}

#texte h2 {
	font:normal 25px Georgia;
	margin-bottom: 20px;
}

#texte h3 {
	font:normal 13px Georgia;
}

#texte h4 {
	font:normal 20px Georgia;
	margin-bottom: 20px;
}

#texte h5 {
	font:normal 17px Georgia;
	line-height: 25px;
	margin-bottom: 10px;
}

#texte p {
	font:normal 12px Georgia;
	line-height: 20px;
	text-align: justify;
}

#texte ul.liste_etoile li {
	padding-left: 20px;
	font:normal 13px Georgia;
	line-height: 20px;
	text-align: justify;
}

/*-----------diff�rents blocs-----------*/

.bloc_classique {
	width: 620px;
	padding-bottom:25px;
	margin-bottom: 25px;
}

#texte .bloc_classique.classique_long {
	width: 800px;
}

.bloc_classique.nobordure, .bloc_visuel.nobordure {
	width: 620px;
	margin-bottom: 60px;
	padding-bottom: 0;
	background: none;
}

.bloc_visuel {
	width: 620px;
	position:relative;
	padding-bottom:40px;
	margin-bottom: 40px;
}

.bloc_fond {
	width: 530px;
	padding-left: 30px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 40px;
	position:relative;
}

#texte .bloc_fond.fond_long {
	width: 710px;
	padding-left: 30px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 40px;
	position:relative;
}

.bloc_fond.avecguillemet {
	padding-bottom: 40px;
}

/*-----------accessoires-----------*/

.guillemet_debut {
	width: 31px;
	height: 26px;
}

.guillemet_fin {
	width: 31px;
	height: 26px;
}

#nav_interne {
	height: 65px;
	width: 620px;
	position:absolute;
	left:30px;
	bottom: 0;
	padding-top: 15px;
}

#nav_interne a {
	float:left;
	display: block;
	font:normal 12px Georgia;
}

#nav_interne a#proposition_precedente {
	margin-left: 200px;	
	-margin-left:150px;
}

#nav_interne a#proposition_suivante {
	float:right;
}


/*******popin**********/
#overlay {
	background: #000;
	position: absolute; top: 0; left: 0;
	z-index: 10000;
	width: 100%;
}

.prettyPopin {
	display: none;
	position: absolute; z-index: 11000;
	top: 50%; left: 50%;
}

	.prettyPopin a#b_close {
		display: none;
		position: absolute; z-index: 2;
		top: -35px; right: 0px;
		width: 81px; height:23px;
		text-indent: -10000px;
		background: url(../images/btn-close-pop.gif) bottom left no-repeat;
	}

	.prettyPopin .prettyContent {
		position: relative;
		width: 100%; height: 100%;
		font-size: 1.2em;
	}

		.prettyPopin .prettyContent .prettyContent-container {
			display: none;
		}

		.prettyPopin .prettyContent .loader {
			position: absolute;
			top: 50%; left: 50%;
			margin: -14px 0 0 -14px;
		}

/*******popin**********/
#texte.home-rejoint h2{
	margin-bottom:30px;
}
#texte.text-temoi h2{
	margin-bottom:50px;
}
.home-rejoint .bloc_classique{
	margin-bottom:20px;
	padding-bottom:30px;
}
