@font-face
{
font-family: 'EthBlackExtended';
	src: url('ETH_Sans_Large/EthBlackExtended.ttf') format('truetype');
	src: url('ETH_Sans_Large/EthBlackExtended.eot');
	src: url('ETH_Sans_Large/EthBlackExtended.woff');
	font-weight: normal;
    font-style: normal;
}
@font-face
{
font-family: 'EthExtended';
	src: url('ETH_Sans_Large/EthExtended.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}

body
{
    font-family: 'Trebuchet MS', Arial, sans-serif;
	background-color: #FAFAFA;
	background-image: url(images/background.png);
	background-repeat:	no-repeat;
	
}
#bloc_page
{
    width: 980px;
    margin: auto;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
	background: rgb(255,255,255);
	border-radius: 4px 4px 4px 4px;		
}
#bandeau_page
{   
	height: 200px;
	background-image: url("bandeau.png");
	background-repeat:no-repeat;
	border-radius: 4px 4px 0px 0px;
}
#accueil_logo
{
display: none;
width: 60px;
height: 60px;
background-image: url(images/accueil_logo.png);
border-radius: 4px 0px 0px 0px;
}
#bandeau_page:hover #accueil_logo
{
display: block;
}
#bandeau_page a
{
display: none;
}
#bandeau_page:hover a
{
display: block;
height: 200px;
}

#nav_menu
{
	height: 80px;
	background-image: url("MenuBar.png");
	background-repeat:repeat-y;
	font-family: 'EthBlackExtended';
	color: white;
	font-size: 1.1em;
	line-height: 30px;
	vertical-align: middle;
	text-align: left;
	margin-top:-20px;
}
#lien_un_homme
{
	display: block;
	height: 30px;
	width: 100px;
    position:relative;
    top:38px;
    left:200px;
}
#lien_un_homme ul
{
list-style-type: none;
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top:32px;
display: none;
text-align: center;
font-size: 0.8em;
}
#lien_un_homme:hover ul
{
display: block;
}
#lien_un_homme ul:hover a
{
background-color: rgb(234,127,48);
text-decoration: none;
}
#lien_un_homme ul a
{
display: block;
color: white;
}
#lien_un_homme ul a:hover
{
background-color: rgb(73,109,158);
color: white;
}
#lien_un_bateau
{
	display: block;
	height: 30px;
	width: 105px;
    position:relative;
    top:2px;
    left:322px;
}
#lien_un_bateau ul
{
list-style-type: none;
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top:32px;
display: none;
text-align: center;
font-size: 0.8em;
}
#lien_un_bateau:hover ul
{
display: block;
}
#lien_un_bateau ul:hover a
{
background-color: rgb(234,127,48);
text-decoration: none;
}
#lien_un_bateau ul a
{
display: block;
color: white;
}
#lien_un_bateau ul a:hover
{
background-color: rgb(73,109,158);
color: white;
}
#lien_un_minitransat
{
	display: block;
	height: 30px;
	width: 128px;
    position:relative;
    top:-40px;
    left:462px;
}
#lien_un_minitransat ul
{
list-style-type: none;
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top:37px;
display: none;
text-align: center;
font-size: 0.8em;
}
#lien_un_minitransat:hover ul
{
display: block;
}
#lien_un_minitransat ul:hover a
{
background-color: rgb(234,127,48);
text-decoration: none;
}
#lien_un_minitransat ul a
{
display: block;
color: white;
}
#lien_un_minitransat ul a:hover
{
background-color: rgb(73,109,158);
color: white;
}
#lien_une_belle_histoire
{
	display: block;
	height: 30px;
	width: 170px;
    position:relative;
    top:-78px;
    left:592px;
}
#lien_une_belle_histoire ul
{
list-style-type: none;
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top:37px; 
display: none;
text-align: center;
font-size: 0.8em;
}
#lien_une_belle_histoire:hover ul
{
display: block;
}
#lien_une_belle_histoire ul:hover a
{
background-color: rgb(234,127,48);
text-decoration: none;
}
#lien_une_belle_histoire ul a
{
display: block;
color: white;
}
#lien_une_belle_histoire ul a:hover
{
background-color: rgb(73,109,158);
color: white;
}
#compte_a_rebours
{
font-family: 'EthBlackExtended';
font-size:1.3em;
width: 175px;
color: white;
font-weight:bold;
text-align: center;
line-height: 25px;
background: url(images/Transat_poster_r1.png);
padding-top: 30px;
text-shadow: -1px -1px 0 #444;
border-radius: 4px 4px 4px 4px;
margin-left: 770px;
margin-top: -15px; 
}
#page_header
{
margin: 0px;
margin-left: 20px;
margin-top: 50px;
}
#page_header h1
{
line-height: 10px;
font-size: 1.1em;
color:#142D4E;
}
#twitter
{
width: 250px;
margin-left: 715px;
margin-top: 35px;
}
#colonne_gauche
{
float: left;
}
#contenu_page
{
height: 1400px;
}
#footer
{
background-color: #142D4E;
border-radius: 0px 0px 4px 4px;
}
#footer_copy
{
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
color: white;
}
#Blog_Dailymotion
{
width: 250px;
margin-left: 715px;
margin-top: 35px;
color: #142D4E;
font-size: 1.1em;
}
#blogspot_logo
{
margin-left: 715px;
margin-top: 10px;
}
#ligne_b_logo
{
font-size: 1.0em;
color:#142D4E;
height:35px;
line-height:35px;
}
#ligne_b_logo a
{
height:35px;
width:35px;
color:#142D4E;
text-decoration: none;
}
#ligne_b_logo a img
{
vertical-align: middle;
}
#ligne_d_logo
{
font-size: 1.0em;
color:#142D4E;
height:35px;
line-height:35px;
margin-top: 5px;
}
#ligne_d_logo a
{
height:35px;
width:35px
}
#ligne_d_logo a img
{
vertical-align: middle;
}
#ligne_f_logo
{
font-size: 1.0em;
color:#142D4E;
height:35px;
line-height:35px;
margin-top: 5px;
}
#ligne_f_logo a
{
height:35px;
width:35px
}
#ligne_f_logo a img
{
vertical-align: middle;
}
#merci_container
{
margin-top: 30px;
margin-left: 20px;
width: 630px;
font-size: 0.9em;
color:#142D4E;
}
.container
{
margin-left: 715px;
margin-right: 15px;
margin-top: 30px;
border-style:solid;
border-color:#142D4E;
border-width:1px;
padding-top: 5px;
padding-bottom: 5px;
height: 170px;
}
.label
{
width: 110px;
text-align: center;
color:#142D4E;
}
#label_soutenez
{
width: 125px;
color:#142D4E;
text-align: center;
font-size: 0.8em;
margin-top: -40px;
margin-left: 110px;
}
#soutenez
{
float: right;
width: 120px;
margin-top: -130px;
color:#142D4E;
text-align: center;
margin-right: 5px;
}
#soutenez a
{
text-decoration: none;
color:white;
display: block;
background-color: #142D4E;
border-radius: 4px;
}
#soutenez a:hover
{
background-color: rgb(234,127,48);
}
#soutenez_def
{
font-size: 0.9em;
}
#powered
{
font-size: 0.8em;
}
#partenaire_long_logo
{
float: left;
padding-right: 8px;
}
#partenaire_long_text
{
font-size: 0.80em;
color:#142D4E;
text-align:justify;
padding-bottom: 10px;
}
#partenaires_titre
{
font-size: 1.1em;
color: rgb(73,109,158);
}
#partenaire_mag_logo
{
padding-bottom: 20px;
}
#partenaire_mag_text_logo
{
float: left;
padding-right: 8px;
}