/***********************************************/
/* bateaux-occasion.css 	                   */
/* http://www.bateaux-occasion.net            */
/* Réalisation Octobre 2005     		       */
/***********************************************/

/***********************************************/
/* Styles des Tags HTML                        */

/************************************/

/* Body */
body {
	/* background-color: #c0c0c0; */
	background-image: url(marine.gif);
	margin: 5px 0px 0px 0px;
	color : #000000;
	text-align: justify;
	}

.frame{
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 0px;
}

.carresbleus {
	background-image: url(carres-bleus.gif);
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: underline;
}

a:visited{
	color: #006699;
	text-decoration: underline;
}

a:hover{
	color: #006699;
	text-decoration: none;
}

.tableau {
	background-color: #DDDDDD;
	border: 1px solid #007FB1;
	padding: 5px;
}
.rouge {
	color: #FF0000;
	font-weight:bold;
	font-size:12px;
	}

.bleu {
	background-color: #0074D7;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}

.marine {
	background-color: #2A2A2A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	}

.menugris {
	background-color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;	
	border-bottom: 2px solid #000000;
	padding: 5px;
	}

.nomsite {
	background-color: #0074D7;
	color: #FFFFFF; font-family: Impact, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px; text-decoration: none;
	text-align: center;
	}
	
.navigation {
	background-color: #0074D7;
	color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: bold; text-decoration: none;
	text-align: left;
	padding-left: 0px;
	}

a.navigation:link, a.navigation:visited {
	color: #FFFFFF; font-weight: bold;
	}

a.navigation:hover {
	color: #000000;
	}


.rubrique {
	background-color: #FFFFFF;
	color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; font-weight: bold; text-decoration: none;
	text-align: left;
	padding-left: 5px;
	}

a.rubrique:link, a.rubrique:visited {
	color: #000000; font-weight: bold;
	}

a.rubrique:hover {
	color: #0074D7;
	}




.petitblanc {
	background-color: #2A2A2A;
	color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px; text-decoration: none;
	text-align: right;
	}

a.petitblanc:link, a.petitblanc:visited {
	color: #FFFFFF; 
	}

a.petitblanc:hover {
	color: #0074D7;
	}

.contenuhaut {
	background-color: #FFFFFF;
	border-top: 1px solid #000000;
	border-bottom: 2px solid #000000;
	padding: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}
	
.imgcontenuhaut {
	background-color: #FFFFFF;
	border-top: 0px solid #000000;
	padding: 5px;
	text-align: right ;
}

.contenu {
	background-color: #FFFFFF;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	}

.image {
	border: 1px solid #007FB1;
}

.imagegauche {
	border: 1px solid #007FB1;
	margin-right: 15px;
}

.imagedroite {
	border: 1px solid #007FB1;
	margin-left: 15px;
}

.verticalegauche {
	background-image: url(verticale-gauche.gif) ;
}

.verticaledroite {
	background-image: url(verticale-droite.gif) ;
}
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
}

h1 {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px;
         color: #0074D7; 
		/*color: #FFFFFF;*/
        text-align: center;
		text-decoration: underline;
		font-weight: bold;
		/* background-color: #310885; */
		background-color: #FFFFFF;
        }

h2 {
	background-color : #EEF3DA;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

h3 {
	color: #666666;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 50px;
	}


h4 {
	color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
	text-align: center;
	}

h5 {
	color: #718D28; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
	}

h6 {
	color: #A5CD3D; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
	}
	
.bouton {
	color: #2A370D; font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, serif;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	background: White;
	border: 1px solid #0074D7;
	height: 20px;
	}