@charset "windows-1252"; 

html, body {
    margin:0;
    padding:0;
}

body{
	width:1000px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	background-image:url('../../icones/image4.jpg');
	font-size:0.9em;
	font-family:arial,Georgia,Serif;
	color:#ffffff;
	}

h1{/* titre page dans bandeau superieur */
	padding-top:5px;
	font-size:2.5em;
	text-align:center;
	}

h2{/* titre menu */
	font-size:1.1em;
	position:relative;
	left:10px;
	color: #ffffcc;
	font-weight:bold;
	text-decoration:underline;
	}

h3{/* titre page pieces */
	font-size:1.7em;
	font-style:normal;
	text-decoration:underline;
	}

h4{/* titre page dans bloc pagesav */
	font-size:2em;
	text-align:center;
	}	
	
p{
	}

.adresse{/* dans barre de titre bloc adresse */
	Position:relative;
	left:15px;
	top:-14px;
	}
	
.mailto{/* dans barre de titre bloc titre */
	text-align:center;
	Position:relative;
	top:-17px;
	}

.paypal{/* dans barre de titre bloc panier */
	Position:relative;
	top:-10px;
	}
	
.mailmen{/* dans menu bloc menusav */
	text-align:center;
	}

.arborecence{/* debut de page sav  bloc pagesav*/
	font-size:1em;
	}
	
.adressepage{/* adresse de bas de page */
	text-align:center;
	}	

.tarif{/* année tarif  sous titre page dans bloc pagesav */
	text-align:center;
	font-size:1em;
	}

.titre1{/* titre gros dans page */
	font-weight:bold;
	font-size:2.5em;
	}
	
.titre2{/* titre petit dans page */
	font-weight:bold;
	font-size:2.0em;
	margin-top:-30px;
	}	
	
.documentation{/* cliquer pour fiche technique dans page */
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
	color: #ffffcc;
	}

	
table{
	margin:auto;
	width:750px;
	}
	
.tabtarif{
	text-align:left;
	width:400px;
	color: #ffffcc;
	font-weight:bold;
	}
	

tr.pair td{
	background-color:#4375a8;
	}
	
.par th{
	text-align:center;
	background-color:#c0c0c0;
	padding:5px;
	}

.par td{
	text-align:center;
	background-color:#6699cc;
	padding:5px;
	}

.panier{
	margin:auto;
	width:150px;
	}

.panier td{
	text-align:center;
	background-color:#336699;
	}
	
img { 
	border:0;
	} 
	
.langue{ 
	height:25px; 
	width:34px; 
	} 

.cb {
    height:15px; 
	width:149px;
	}
	
.colis {
    height:34px; 
	width:68px;
	}

.photo {
    width:220px;
	}
	
a:link {
	text-decoration: none;
	color:#ffffcc;
	}      /* unvisited link */

a:visited {
	text-decoration: none;
	color: #ffffcc;
	}  /* visited link */

a:hover {
	text-decoration: underline;
	color: #99ff99;
	}  /* mouse over link */

a:active {
	color: #ffffcc;
	}  /* selected link */ 

.options{/* voir les options marine frigoboat dans page */
	font-weight:bold;
	font-size:1.1em;
	color: #ffffcc;
	text-decoration:underline;
	}
	
hr{
	margin-left:20px;
	margin-right:20px;
	background-color:#336699;
	height:2px;
	border-width:1px;
	}

.hrpage{	
	margin-left:220px;
	margin-right:220px;
	background-color:#c0c0c0;
	height:1px;
	border-width:1px;
	}	
	
/* blocs conteneur ------------------------------------------------------------------------------------------------ */	
div#conteneur {
	width:1000px;
	height:1000px;
	}
	
/* barre titre sav ------------------------------------------------------------------------------------------------ */	

	
div#adresse {
	float:left;
	width:200px;
	height:120px;
	padding:5px;
	background-color:#336699;
	font-size:0.8em;
	color: #ffffcc;
	border-radius:10px 0 0 0;
	}
	
div#panier {
	float:right;
	width:200px;
	height:120px;
	padding:5px; 
	background-color:#336699;
	text-align:center;	
	border-radius:0 10px 0 0;
	}
	
div#titre {
	width:576px;
	height:130px;
	background-color:#336699;	
	margin-left:212px;
	margin-right:212px;
	}
	
	
/* bloc menu nav ------------------------------ */	
div#menunav 
{
   background:#808259;
   width:998px;
   height:55px;
   border:1px solid #42432d;
   margin-top:2px;
	}
	
#nav
{
	width:1000px;
	list-style-type:none;
	margin:0;
	padding-top:12px;
	padding-left:20px;
	border:0;
	position:absolute;
	}
 
#nav li
{
	float:left;
	width:122px;
	margin:0;
	padding:0;
	border:0;
	}			
		
#nav .sousmenu
{
	display:none;
	list-style-type:none;
	margin:0;
	padding:0;
	border:0;
	}
	
#nav .sousmenu li
{
	float: none;
	margin:0;
	padding:0;
	border:0;
	width:129px;
	border-top:1px solid transparent;
	border-right:1px solid transparent;

}			

#nav li a:link, #nav li a:visited
{
	display:block;
	height:1%;
	color:#ffffcc;
	background:#b2b580;
	margin:0;
	padding:4px 8px;
	border-right:1px solid #fff;
	text-decoration:none;
	}
	
#nav li a:hover { background-color:#a1a373; }

#nav li a:active { background-color:#5f879d; }

#nav .sousmenu li a:link, #nav .soussenu li a:visited
{
	display:block;
	color:#fff;
	margin:0;
	border:0;
	text-decoration:none;
	background:transparent url("../../icones/fondtr.png") repeat;
	}
	
#nav .sousmenu li a:hover
{
 background-image: none;
 background-color: #989b6d;
}		

#nav li:hover > .sousmenu { display: block; }	


/* menu sav --------------------------------------------------------------------------------------------------------- */	
div#menusav {
	clear:both;
	float:left; 
	width:200px;
	height:750px;  
	background-color:#336699;
	margin-top:2px;
	}

/* page sav --------------------------------------------------------------------------------------------------------- */
div#pagesav {
	width:778px;
	float:right;
	overflow:auto;
	height:730px;  
	background-color:#993366;
	margin-top:2px;
	padding:10px;
	}

