/* CSS Document */

a img {border:none;}

body {
	width:100%;
	background-color:#3C5562;
	text-align:center;
	margin: 0px 0px;
	height:100%;
}

#misepage {
	background-image:url(../images/fond.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
	text-align:center;
	margin: 0px auto 0px auto;
	width:995px;
	height:99%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
}

#header {
	height:50px;
	width:100%;
	text-align:center;
}

#retour {
	position:relative;
	float:left;
	top:17px;
	left:17px;
	width:80px;
	height:80px;
}

/*-------------------------------------------------------Menu */

#menu {
	position:relative;
	z-index: 100;
	vertical-align:bottom;
	margin: 0 auto 20px;
	top:24px;
	left:49px;
	height:23px;
	width:auto;
	text-align:center;
}

#menu_onglets {
	background:transparent url("../images/bg.gif") repeat-x scroll center bottom;
	float:left;
	font-size:11px;
	text-transform:uppercase;
	line-height:normal;
	width:900px;
}
#menu_onglets ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:3px 0px 0pt;
}
#menu_onglets li {
	background:transparent url("../images/left.gif") no-repeat scroll left top;
	float:left;
	margin:0pt;
	padding:0pt 0pt 0pt 8px;
}
#menu_onglets a {
	display: block;
	background:transparent url("../images/right.gif") no-repeat scroll right top;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	padding:6px 9px 2px 1px;
	text-decoration:none;
}

#menu_onglets .contact {
	display: block;
	background:transparent url("../images/right.gif") no-repeat scroll right top;
	color:#000000;
	display:block;
	font-weight:bold;
	padding:6px 9px 2px 1px;
	text-decoration:none;
}

#menu_onglets a:hover {
	color:#E80000;
}

#menu_onglets #current {
	background-image:url("../images/left_on.gif");
}

#menu_onglets #current a {
	background-image:url("../images/right_on.gif");
	color:#FFFFFF;
	padding-bottom:3px;
}

#menuDeroulant {
	position:absolute;
 	top: 0;
 	left: 0;
}

#menuDeroulant .sousMenu {
	font-size:11px;
	position:relative;
	left:-8px;
	top:2px;
	width:100%;
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border: 4px solid #E4001B ;
	background: none;
}

#menuDeroulant .sousMenu li {
	float: none;
	margin:0;
	padding:0;
	background-image:none;
	background-color: #E4001B;
	border-bottom:1px solid #FFFFFF;
}

#menuDeroulant .sousMenu li a  {
	background-image:none;
	display: block;
	color: #FFF;
	margin:0px;
	border:0px;
	padding:6px 9px 2px 5px;
	text-align:left;
	text-decoration: none;
	background-color: #E4001B;
}

#menuDeroulant .sousMenu li a:hover {
	background-color: #F2462E;
}

#menuDeroulant li:hover > .sousMenu { display: block; }

#menu_onglets #current .sousMenu li {
	background-image:none;
	background-color:#E4001B;
	text-align:left;
}
#menu_onglets #current .sousMenu li a {
	background-image:none;
	color:#FFFFFF;
	padding:6px 9px 2px 5px;
}
/*--------------------------------------------------------Contenu */

#interface {
	text-align:center;
	margin: 0px auto 0px auto;
	width:900px;
	height:99%;
}

#contenu_bas {
	clear:both;
	width:900px;
	background-image:url("../images/fd_contenu_bas.gif");
	background-repeat:no-repeat;
	background-position:bottom center;
	overflow:hidden;
	text-align:left;
}

#contenu_ht {
	clear:both;
	width:900px;
	height:125px;
	background-image:url("../images/fd_contenu_ht.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	overflow:hidden;
	text-align:left;
	}
	
#contenu_ht h1, #popup_ht h1 {
	margin:50px 70px 0px 124px;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}

#contenu_bas h1, #popup_bas h1 {
	clear:both;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #333333;
	width:100%;
	padding-top:20px;
	text-transform:uppercase;
}

#contenu_bas h2, #popup_bas h2 {
	clear:both;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #666666;
	width:100%;
	padding-top:10px;
}

#contenu_bas li, #popup_bas li {
	background-image:url("../images/bullet.gif");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left:15px;
	list-style:none;
	margin-bottom: 7px;
}

#contenu_bas a, #popup_bas a {
	color:#FF0000;
	text-decoration:none;
}

#contenu_bas a:hover, #popup_bas a:hover {
	color:#E4001B;
	text-decoration:underline;
}

#contenu_bas img, #popup_bas img {
	border:5px solid #FFFFFF;
	margin:0px 5px 5px 5px;
}

#contenu_bas .legende, #popup_bas .legende {
	font-size:10px;
}
	
#contenu {
	margin:10px 70px 50px 124px;
}

#contenu_bas h1 a, #popup_bas h1 a {
	color:#FF0000;
	text-decoration:none;
	background-image:url("../images/bullet.gif");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left:15px;
	text-transform:uppercase;
}

#contenu_bas h1 a:hover, #popup_bas h1 a:hover {
	color:#E4001B;
	text-decoration:none;
}

#contenu_bas h2 a, #popup_bas h2 a {
	color:#FF0000;
	text-decoration:none;
	background-image:url("../images/bullet2.gif");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left:15px;
	font-weight:normal;
}

#contenu_bas h2 a:hover, #popup_bas h2 a:hover {
	color:#E4001B;
	text-decoration:none;
}

.pagination {
	text-align:right;
	margin:10px 0px 10px 0px;
	font-weight:bold;
}

.pagination a {
	font-weight:normal;
}

#contenu_bas .suivant, #popup_bas .suivant {
	position:relative;
	top:2px;
	border-width: 0px;
	border-style: none;
}

/*--------------------------------------------------------Contact */

.entree {
	clear:both;
	margin-bottom:5px;
	border-bottom:1px solid #333333;
	height:30px;
	margin:2px 0px 2px 0px;
}

.type {
	float:left;
	position:relative;
	top:12px;
	width:90px;
}

.saisie {
	position:relative;
	top:5px;
	width:610px;
	border:1px solid #6295A8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding:2px;
}

.saisie_big {
	position:relative;
	top:5px;
}

.bouton {
	clear:both;
	text-align:right;
	margin: 10px 2px 0px 0px;
}

/*--------------------------------------------------------livre d'or */

.signature {
	text-align:right;
}

/*--------------------------------------------------------Monaco Everest 2007 */

.logo_cam {	
	float:right;
	margin:10px 70px 0px 0px;
}

/*--------------------------------------------------------footer */

#footer {
	width:900px;
	margin: 0px auto 0px auto;
	text-align:left;
	color:#FFFFFF;
	font-size:10px;
}

.sponsors {
	float:right;
	background-image:url("../images/img_sponsor.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding-left:18px;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
}

.sponsors a { 
	color:#FFFFFF;
	text-decoration:none;
}

.sponsors a:hover { 
	text-decoration:underline;
}

/*--------------------------------------------------------popup */

#pop {
	text-align:center;
	margin: 0px auto 0px auto;
	height:99%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#FFFFFF;
	font-size:10px;
}

#interface_popup {
	text-align:center;
	margin: 0px auto 0px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	width:480px;
	height:99%;
}

#popup_bas {
	clear:both;
	width:480px;
	background-image:url("../images/fd_popup_bas.gif");
	background-repeat:no-repeat;
	background-position:bottom center;
	overflow:hidden;
	text-align:left;
	}

#popup_ht {
	clear:both;
	width:480px;
	height:125px;
	background-image:url("../images/fd_popup_ht.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	overflow:hidden;
	text-align:left;
}

#popup {
	margin:10px 35px 50px 35px;
}

#pop .date {
	float:right;
	font-size:12px;
	margin-right:15px;
}

#pop .titre {
	font-size:12px;
	margin-left:15px;
	font-weight:bold;
	text-align:left;
}

#pop .legende {
	text-align:center;
	margin:0px 5px 0px 5px;
}

#pop img {
	border:5px solid #FFFFFF;
	margin:0px 5px 5px 5px;
}


/*-------------------------    Ajout Flo   -----------------------*/

/*-----------------  MEDIAS   ---------------*/

.medialist {
}

.mediaitem {
	float:left;
	width:30%;
	height:200px;
	margin:0 10px;
}

.mediaitem table {
	width:100%;
	height:100%;
}

.mediaitem td {
	vertical-align:bottom;
	text-align:center;
}




