body {
	font-family: Arial, FreeSans, sans-serif;
	font-size: 12px;
	margin: 0;
	background: #CCCCCC;
}

p, h1, h2, h3, h4, h5, h6, ul, li, form {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#conteneur {
	width: 900px;
	margin: 0 auto;
	padding: 0 9px;
	
}

#large {
	width: 1100px;
	margin: 0 auto;
	padding: 0 9px;
	
}

#large #header, #small #header {
	height: 150px;
}

#large #header .logo {
	float: left;
}

#conteneur #wrapper {
	background: white url('/images/body.gif') repeat-x;
}

#wrapper {
	background: white url('/images/body_150.gif') repeat-x;
}

#header_large {
	margin: 0 0 0 188px;
	padding: 40px 0 0 0;
}

#header_large h1 {
	padding: 0 0 40px 0;
	font-family: Times New Roman;
	font-size: 19px;
	font-style: italic;
	text-align: center;
	color: #666666;
}

#header_large ul {
	float: right;
	height: 29px;
	padding: 0 0 3px 20px;
	background: url('/images/debut_menu.png') no-repeat;
}

#header_large li {
	float: right;
	padding: 1px 0 3px 0;
	background: url('/images/menu.png') repeat-x;
}

#header_large li a {
	display: block;
	line-height: 28px;
	padding: 0 40px;
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	border-left: 1px solid #848484;
	border-right: 1px solid #CACACA;
}

#header_large li a.a_last {
	border-right: 0;
}

#header_large li a:hover {
	background: url('/images/menu_hover.png') repeat-x;
}

#header #header_index {
	position: absolute;
	top: 40px;
	width: 480px;
	margin: 0 0 0 400px;
}

#header #header_index p {
	margin: 20px 0 0 0;
	font-family: Times New Roman;
	font-size: 18px;
	font-style: italic;
}

#header #header_index a {
	float: right;
	width: 139px;
	line-height: 18px;
	margin: 0 10px 0 0;
	padding: 0 0 21px 0;
	text-decoration: none;
	font-family: Arial, FreeSans, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	font-style: normal;
}

#header #header_index a.btn_blanc {
	background: url('/images/btn_blanc.png') no-repeat;
	color: black;
}

#header #header_index a.btn_blanc:hover {
	background: url('/images/btn_noir.png') no-repeat;
	color: white;
}

#header #header_index a.btn_noir {
	background: url('/images/btn_noir.png') no-repeat;
	color: white;
}

#header #header_index a.btn_noir:hover {
	background: url('/images/btn_blanc.png') no-repeat;
	color: black;
}

#header a img {
	border: 0;
}

#flash {
	margin: -20px 0 0 0;
	padding: 0 0 20px 0;
	text-align: center;
}

#texte {
	padding: 30px 40px 0 45px;
	background: url('/images/book.jpg') top center no-repeat;
	font-family: Times New Roman;
	color: #333333;
}

#texte .txt_fr {
	float: left;
	width: 380px;
	text-indent: 100px;
}

#texte .txt_en {
	float: right;
	width: 380px;
	text-indent: 100px;
}

#texte .txt_fr p, .txt_en p {
	text-align: center;
	text-indent: 0;
}

#l_texte {
	padding: 0 30px 0 205px;
	font-family: Times New Roman;
	color: #333333;
}

#l_texte #in_texte {
	padding: 15px 20px;
}

#l_texte p {
	line-height: 18px;
	margin: 0;
	padding: 5px 0;
	text-indent: 100px;
	text-align: justify;
}

#l_texte .p_left {
	float: left;
	width: 395px;
}

#l_texte .p_right {
	float: right;
	width: 395px;
}
/*
#l_texte p.p_left {
	padding: 10px 300px 10px 20px;
}

#l_texte p.p_right {
	padding: 10px 20px 10px 300px;
}
*/
/*----- Vignettes -----*/
#vignettes {
	margin: 40px 0 0 0;
	background: url('http://www.joelvogt.com/vignettes/acces_direct_gallery.png') top center no-repeat;
	font-family: Times New Roman;
	font-size: 14px;
	color: #808080;
}

#vignettes h2 {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 18px;
	text-align: center;
}

#vignettes a {
	
}

#vignettes a img {
	border: 1px solid white;
}

#vignettes a:hover img {
	border: 1px solid #FF9900;
}

/*cadres*/
.bord1 {border: 1px solid #E8E8E8;}
.bord2 {border: 1px solid #ECECEC;}
.bord3 {border: 1px solid #F1F1F1;}
.bord4 {border: 1px solid #F4F4F4;}
.bord5 {border: 1px solid #F7F7F7;}
.bord6 {border: 1px solid #FAFAFA;}
.bord7 {border: 1px solid #FCFCFC;}
.bord8 {border: 1px solid #FDFDFD;}
/*cadres*/

#v_gd, #v_pt {
	width: 450px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#v_gd li, #v_pt li {
	clear: both;
	padding: 10px 0;
	text-align: center;
}

#v_gd li.v_titre, #v_pt li.v_titre {
	float: none;
	padding: 0 0 20px 0;
	font-size: 16px;
	font-weight: bold;
	color: black;
}

#v_gd, #v_gd li div {
	float: left;
}

#v_pt, #v_pt li div {
	float: right;
}

#v_pt li div {
	float: left;
}
/*----- Vignettes -----*/

#footer {
	line-height: 18px;
	margin: 40px 0 0 0;
	padding: 0 0 20px 0;
	background: url('/images/footer.jpg') bottom repeat-x;
	text-align: center;
	font-size: 11px;
	color: #777777;
}

#footer a {
	text-decoration: none;
	color: #777777;
}

#footer a:hover {
	text-decoration: underline;
}

/*----- Small -----*/
#small {
	width: 800px;
	margin: 0 auto;
	padding: 0 9px;
	
}

#small #wrapper {
	background: black url('/images/top_small.jpg') repeat-x;
}

#small #header .logo {
	position: absolute;
}

#small #header_large {
	padding: 40px 0 0 0;
}

#small #header_large h1 {
	padding: 0 0 45px 0;
	font-size: 15px;
	color: #fff
}

#small #header_large li a {
	padding: 0 20px;
}

#small #flash {
	margin: 0;
}

/* cadres */
#small .bord1 {border: 1px solid #ABABAB;}
#small .bord2 {border: 1px solid #888888;}
#small .bord3 {border: 1px solid #6A6A6A;}
#small .bord4 {border: 1px solid #4F4F4F;}
#small .bord5 {border: 1px solid #393939;}
#small .bord6 {border: 1px solid #252525;}
#small .bord7 {border: 1px solid #161616;}
#small .bord8 {border: 1px solid #0B0B0B;}
/* cadres */

#small #l_texte {
	padding: 0 17px 0 139px;
	color: #cccccc;
	font-size: 13px;
}

#small #footer {
	height: 80px;
	margin: 0;
	padding: 70px 0 0 0;
	background: url('/images/footer_small.jpg') bottom repeat-x;
	color: #cccccc;
}

#small #footer a {
	color: #cccccc;
}
/*----- Small -----*/
