/****  IMPORTS CSS   ****/
/* @import url("textes.css"); */


/****  DOCUMENT   ****/
* {
/*	margin: 0;
	padding: 0;*/
}
body, html {
	height: 100%;
	width: 100%;
	background: #07162D;
}
body {
	margin: 0;
	padding: 0;
	overflow: auto;
	font: normal 12px "Arial", sans-serif;
	color: #333333;
	background: #07162D;
}
img {
 	behavior : url(pngbehavior.htc); /* IE < 7 PNG Support */
}
/*table {
	background: #07162D;
}*/
form {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.5em;
}

/****  BASLISES HTML  ****/
img {
	border: 0px none;
}
select {
	font-size: 11px;
	color: #A98454;
	border: 1px solid #A98454;
	padding: 1px;
}
input, textarea {
	border-color: #C9AC86 #F8E1C3 #F8E1C3 #C9AC86;
	border-width: 1px;
	border-style: solid;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: Gray;
	margin: 0px; 
	padding: 2px 3px 1px 3px;
	width: auto;
	height: 21px;
	vertical-align: text-bottom;
}
textarea {
	overflow: auto;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	text-align: left;
}

input.gris, textarea.gris {
	border-color: gray;
	border-width: 1px;
	border-style: solid;
	font-family: "Arial", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	margin: 0px; 
	padding: 2px 3px 1px 3px;
	width: auto;
	height: 21px;
	vertical-align: text-bottom;
}


/****  SCROLLBARS IE   ****/
*body { /* pour IE */
   scrollbar-3dlight-color: #07162D;
   scrollbar-arrow-color: #AAA;
   scrollbar-darkshadow-color: #07162D;
   scrollbar-shadow-color: #07162D;
   scrollbar-track-color: #07162D;
   scrollbar-highlight-color: #07162D;
   scrollbar-face-color: #07162D;
   scrollbar-base-color: #07162D;
}
*div { /* pour IE */
   scrollbar-3dlight-color: #07162D;
   scrollbar-arrow-color: #AAA;
   scrollbar-darkshadow-color: #07162D;
   scrollbar-shadow-color: #07162D;
   scrollbar-track-color: #07162D;
   scrollbar-highlight-color: #07162D;
   scrollbar-face-color: #07162D;
   scrollbar-base-color: #07162D;
}


/****  CONTENU FLASH   ****/
#flashcontent {
	text-align: center;
}
.flashcontent {
	text-align: center;
}

/********* textes ******/
.texteaccueilbleu {
	/*padding: 7px 0px;*/
	text-align: center;
	font-weight: bold;
	color: #728EAC;
	font-size: 10px;
	line-height:11px;
	margin-top:550px;
}
.texteacceuilfooter {
	text-align: center;
	font-weight: bold;
	color: #ADBCC8;
	font-size: 10px;
	line-height:11px;
}
.liensaccueil {
	font-weight: bold;
	color: #E1D7D0;
	font-size: 15px;
	line-height:16px;
}
.titreagenda {
	font-weight: bold;
	color: #E1D7D0;
	font-size: 11px;
	line-height:11px;
}
.texteagenda {
	font-weight: bold;
	color: #E1D7D0;
	font-size: 12px;
	line-height:12px;
}
.texteagendarouge {
	font-weight: bold;
	color: #00A2FF;
	font-size: 12px;
	line-height:12px;
}
.tableau {
	background: #07162D;
}
.introbateau {
	font-weight: bold;
	color: #E1D7D0;
	font-size: 15px;
	line-height:16px;
}
.introbateaujaune {
	font-weight: bold;
	color: #F3A475;
	font-size: 15px;
	line-height:16px;
}
.textebateau {
	/*font-weight: bold;*/
	color: #E1D7D0;
	font-size: 13px;
	line-height:14px;
}

.telechargerbateau {
	font-weight: bold;
	color: #E1D7D0;
	font-size: 10px;
	line-height:11px;
}
.contact {
	font-weight: bold;
	color: #E1D7D0;
	font-size: 15px;
	line-height:16px;
}


.libre {
	color: #58A652;	
}