body, html
{
	margin:0px;
	height:100%;
	background-color:#000000;
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
}

/*************POLICES*************/

@font-face
{
	font-family:Warnock_regular;
	src:url(../polices/WarnockPro-Regular.otf);
} 

/*************LINK*************/

a.fr_en_sel
{
	color:#b0b0b0;
	text-decoration:none;
}
a.fr_en
{
	color:#535353;
	text-decoration:none;
}

a.menu_o
{
	font-weight:bolder;
	color:#949393;
	text-decoration:none;
}
a.menu_o:hover
{
	color:#ffffff;
}

a.bateaux_occasions
{
    color: #FFFFFF;
    text-decoration: none;
}
a.bateaux_occasions:hover
{
    color: #AAAAAA;
    text-decoration: underline;
}

a#plusarticle:link {
	display: block;
	background: url(../images-fr/article.jpg) no-repeat;
	width: 280px;
	height: 44px;
}

a#plusarticle:hover {
	background: url(../images-fr/article_on.jpg) no-repeat;
}

/*************TEXTE*************/

/*************DIVERS*************/

img.menu_gauche
{
	border:0px;
	margin-right:69px;
}

/* footer */
#footer a:link{
	color: #6D6D6D;
}

#footer a:hover {
	color: #fff;
}

/* modif remy */
#new_btn {
	margin-left: 8px;
	margin-top: -42px;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

#evennements {
	width: 100%;
	/*border: 1px solid #fff;*/
}

.bloc {
	width: 223px;
	float: left;
	margin-right: 10px;
	/*height: 465px;*/
}

.bloc p {
	font-family: "arial";
	font-size: 12px;
	margin-bottom: -6px;
}

.bloc h4 {
	margin-left: 2px;
	margin-bottom: 6px;
}

.bloc .lien:link {
	color: #807f7f;
}	

.bloc .lien:hover {
	color: #fff;
}

.triangle {
	background: url(../images/lien_img.jpg) no-repeat center left;
	color: #807f7f;
	font-weight: bold;
	padding: 5px 0 5px 15px;
	text-decoration: none;
}

#regates {
	width: 690px;
}

.Tahoma {
	color: #fff;
	font-size: 12px;
	font-family: "Tahoma";
}

.bloc_regate {
	width: 690px;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 3px solid #7f0000;
}

.bloc_regate img {
	float: left;
}

.regate_droite .pdf_ico {
	float: right;
	margin-left: 10px;
	margin-top: -20px;
}

.suite {
	background: url(../images/lien_img.jpg) no-repeat center left;
	color: #949393;
	font-family: "Times roman";
	font-size: 11px;
	padding: 5px 0 5px 15px;
	text-decoration: none;
	margin-left: 271px;
	font-weight: bold;
}

.suite_en {
	background: url(../images/lien_img.jpg) no-repeat center left;
	color: #949393;
	font-family: "Times roman";
	font-size: 11px;
	padding: 5px 0 5px 15px;
	text-decoration: none;
	margin-left: 325px;
	font-weight: bold;
}

.regate_droite {
	margin-left: 215px;
}

.regate_droite .triangle {
	background: url(../images/lien_img.jpg) no-repeat center left;
	color: #949393;
	font-family: "Times roman";
	font-size: 11px;
	/*padding: 5px 0 5px 15px;*/
	height: 10px;
	float: right;
	margin-bottom: 10px;
}

.bloc_regate h4, .h4 {
	color: #949393;
	font-size: 14px;
	font-family: "Times roman";
	margin-top: 0;
}	

#presse label {
	color: #949393;
	font-size: 18px;
	font-family: "Times Italic";
}

.titre_presse {
	font-size: 16px;
	font-family: "Times roman";
	color: #fff;
}

.connexion {
	padding: 5px 25px 3px 25px;
	cursor: pointer;
	background-color: #666;
	color: #fff;
	font-size: 11px;
	border: none;
}

#mdp_oubli {
	color: #ff0000;
	font-size: 12px;
	font-family: "arial";
	margin-left: 112px;
	text-decoration: none;
}

p.copy {
	font-family: "arial";
	font-size: 10px;
}

/* menu */
.sous_menu {
	position: absolute;
	margin-left: -80px;
	padding-top: 25px;
	margin-top: 11px;
	height: 22px;
	display: none;
}

.sous_menu img {
	position: absolute;
	margin-top: -14px;
	margin-left: 100px;
}

.sous_menu a:link, .sous_menu a:visited {
	color: #949393;
	font-size: 13px;
	font-family: "Tahoma";
	text-decoration: none;
	font-weight: bold;
}

.sous_menu a:hover {
	color: #fff;
	font-size: 13px;
	font-family: "Tahoma";
	text-decoration: none;
}

.deroulant:hover > .sous_menu {
	display: block;
}

/*inscription*/
#shadowing {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}

#box  {
	display: none;
	position: fixed;
	top: 30%;
	left: 35%;
	width: 360px;
	height: 160px;
	padding: 48px 48px 48px 20px;
	margin:0;
	border: 1px solid white;
	background-color: white;
	z-index:101;
	font-weight: bold;
	color: grey; 
	overflow: hidden;
}

#box p {
	margin-bottom: 10px;
}

#box label {
	float: left;
	width: 100px;
}

#boxtitle {
	position:absolute;
	top:0;
	font-weight: bold;
	left:0;
	width:100%;
	height:20px;
	padding:0;
	padding-top:8px;
	padding-left:8px;
	margin:0;
	background-color: #000;
	color:white;
	text-align:center;
}

/* contact */
#contact {
	position: absolute;
	width: 699px;
}

#france {
	position: absolute;
	margin: -216px 0 0 337px;
}

#france, x:-moz-any-link, x:default {
	position: absolute;
	margin: 81px 0 0 -360px;
}

#uk {
	position: absolute;
	margin: -235px 0 0 326px;
}

#uk, x:-moz-any-link, x:default {
	position: absolute;
	margin: -235px 0 0 326px;
}

#italie {
	position: absolute;
	margin: -209px 0 0 358px;
}

#belgique {
	position: absolute;
	margin: -227px 0 0 348px;
}

#allemagne {
	position: absolute;
	margin: -227px 0 0 357px;
}

#espagne {
	position: absolute;
	margin: -205px 0 0 329px;
}

#norvege {
	position: absolute;
	margin: -249px 0 0 349px;
}

#suede {
	position: absolute;
	margin: -244px 0 0 363px;
}

#danemark {
	position: absolute;
	margin: -237px 0 0 353px;
}

#usa {
	position: absolute;
	margin: -196px 0 0 181px;
}

#bresil {
	position: absolute;
	margin: -88px 0 0 252px;
}

#japon {
	position: absolute;
	margin: -197px 0 0 602px;
}

/* info bulle */
a.info {
   position: relative;
   color: black;
   text-decoration: none;
}
a.info span {
   display: none; /* On masque l'infobulle. */
}
a.info:hover {
   background: none; /* Correction d'un bug d'Internet Explorer. */
   z-index: 500; /* On définit une valeur pour l'ordre d'affichage. */
   cursor: pointer; /* On change le curseur par défaut par un curseur d'aide. */
}
a.info:hover span {
   display: inline; /* On affiche l'infobulle. */
   position: absolute;
   white-space: nowrap; /* On change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non désiré. */
   top: 30px; /* On positionne notre infobulle. */
   left: 20px;
   background: black;
   color: white;
   font-family: "arial";
	font-size: 12px;
   padding: 6px;
   border: 2px solid white;
}
