#header h1 {
	position: absolute;
	height: 37px;
	width: 590px;
	background: #ff7600 url('/images/new_menu_bg.gif') repeat-x top left;
	padding: 4px 0 0 190px;
	margin: 150px 0 23px 0;
	font-size: 24px;
	text-align: left;
	color: #fff;
}

#header h2{
	font-size: 1px;
	margin: 0;
	width: 500px;
	height: 20%;
	visibility: hidden;
}

/*
-------------- MAIN FRAME  ----------------
*/

#mainframe{
	margin: 0;
	padding: 50px 0 5px 0;
	border-bottom: 1px solid #b5b9b3;
	background: url('/images/bottomframe_bg.gif') no-repeat bottom left;
}

#mainframe p {
	margin: 10px;
	text-align: justify;
	text-indent: 15px;
}

#mainframe p.intro {
	font-size: 18px;
	text-align: center;
	text-indent: 0;
}

#mainframe p.info {
	background: url('/images/info.gif') center no-repeat;
	background-color: #F8FAFC ;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	color:#5E6273;
	border-top: 2px solid #B5D4FE ;
	border-bottom: 2px solid #B5D4FE;
	text-indent: 0;
}
#mainframe p.warning {
	background: url('/images/warning.gif') center no-repeat;
	background-color: #FBEEF1;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	color:#8E6A64;
	border-top: 2px solid #FEABB9;
	border-bottom: 2px solid #FEABB9;
	text-indent: 0;
}
#mainframe p.alert {
	background: url('/images/alert.gif') center no-repeat;
	background-color: #FFF6BF;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	color:#996666;
	border-top: 2px solid #ffd324 ;
	border-bottom: 2px solid #ffd324;
	text-indent: 0;
}

#liens {
	position: relative;
	margin: 0;
	padding: 0 20px;
	list-style: none;
}
#liens li {
	margin: 25px 0;
	width: 200px;
}
#liens li a {
	height: 20px;
	display: block;
	font-size: 16px;
	font-weight: bold;
}
#liens li a:link, #liens li a:visited {
	background: #bf2343 url('/images/menu_puce_big0.gif') no-repeat 5px 50%;
	padding: 10px 10px 10px 45px;
	color: #fff;
	border: 1px outset;
	text-decoration: none;
}
#liens li a:hover {
	background: #fff url('/images/menu_puce_big1.gif') no-repeat 6px 50%;
	padding: 11px 9px 9px 46px;
	color: #bf2343;
	border: 1px inset;
	text-decoration: none;
}

#remerciement {
	position: relative;
	margin: 25px 10px;
	border: 1px solid #ffe9bf;
}
#remerciement p {
	margin: 10px 0;
	text-align: center;
	text-indent: 0;
	font-size: 20px;
	color: #64a29a; /*bf2343 79b7ae 78b5ad*/
}

#video {
	position: relative;
	margin: 0 40px;
}

#pub {
	padding: 0 5px;
	background-color: #dde9bf;
	font-family: Arial;
	font-size: 10px;
}

#pub p.pub_titre {
	font-size: 12px;
}

#sommaire {
	position: relative;
	border: 1px solid #ffe9bf;
	height: 310px;
	/* height: 460px; */
}
#description {
	position: absolute;
	top: 0;
	left: 250px;
	width: 500px;
	padding: 5px;
}
#description div {
	position: absolute;
	overflow: hidden;
	height: 330px;
	width: 100%;
	visibility: hidden;
}

#description #original, #description #video, #description #pub  {
	visibility: visible;
}

#bottommenu {
	margin-top: 40px;
	text-indent: 0;
}
#bottommenu ul {
	list-style: none;
	padding: 0;
	margin: 5px 0 0 0;
	text-align: right;
}
#bottommenu ul li {
	display: inline;
	padding: 0 10px;
}
