body
{
	width: 800px;
	min-height: 800px;
	margin: auto;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Times, "Times New Roman", serif;
}

#head
{
	width: 800px;
	height: 169px;
	background-image:url(../img/logo.png);
}

#corps
{
	margin-left : 210px;
	margin-top : 10px;
	width : 600px;
}

#speedbarre { 
    margin: 0 ; 
    padding: 0 ; 
    list-style: none ; 
    text-align: center ; 
	font: 14px "Trebuchet MS", Times, "Times New Roman", serif;
    }

#speedbarre li { 
    display: inline ; 
    margin-right: 1px ; 
    color: #fff ; 
    background: #003659 ; 
    }

#speedbarre li a { 
    padding: 4px 20px ; 
    background: #003659 ; 
    color: #fff ; 
    border: 1px solid #600 ;  
    line-height: 1em ; 
    text-align: center ; 
    text-decoration: none ; 
    }

#speedbarre li a:hover, #navigation li a:focus, #navigation li a:active { 
    background: #FCC917 ; 
    text-decoration: underline ; 
    }

h1
{
	font-size: 18px;
	padding: 5px;
	background-color: #eee;
	margin: 2px;
}	

h2
{
	font-size: 16px;
	padding: 5px;
	margin: 2px;
	text-decoration: underline;
}	

p.accueil
{
	font-size: 14px;
	margin: 15px;
	padding-left: 5px;
	/*border-left: 2px solid #003659;*/
	line-height : 200%;
}

p.sign_accueil
{
	font-size: 14px;
	margin: 7px;
	text-align: right;
	padding-right: 5px;
	/*border-right: 2px solid #003659;*/
}

a img 
{
	border:none;
	text-decoration: none;
}

a
{
	color: #000;
}

.thumb_pre_produit
{
	margin: 20px;
	margin-top : 50px;
	margin-bottom: 0px;
	outline: none;
	border : none;

}

.desc_produit
{
	width: 100%;
}

.desc_produit th
{
   background-color: #003659;
   color: white;
   font-size: 16px;
}

.desc_produit td
{
   height: 80px;
   vertical-align: center; 
   border: none;
   text-align: center;
   padding: 10px;
   width: 50%;
}

.contact
{
	width: 100%;
}

.contact td
{
	text-align: left;
	padding: 2px;
	vertical-align: top;
}
.contact tr
{
	text-align: left;
}
.label
{
	background-color: #003659;
	color: white;
	font-size: 16px;
}
.contact input
{
	font-size: 12px;

}

.categories table
{
	width: 100%;
}

.categories td
{
	padding : 10px;
	font-size: 10px;
	text-align: center;
}

.sitemap
{
	display:block;
	font-size: 10px;
	width: 100%;
	text-align: left;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #aaa;
}

.pagination{
	margin: 0 ; 
    padding: 0 ; 
    list-style: none ;
	text-align: center;
}

li.active , li.noactive
{
	display: inline ; 
	padding: 5px;
	background-color: #aaa ;
	border: 1px solid #ccc;
}

li.active
{
	background-color: #779 ;
}

.message
{
	color: #003659;
	font-size:12px;
}

#coordo fieldset
{
	background-color: #ABABAB;
	color: black;
	border: 1px solid #454545;
	padding : 10px;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
	position: fixed;
	top: 10px;
	right: 10px;	
}

#coordo fieldset legend
{
	border: 1px solid #454545;
	background-color: #ABABAB;
	font-size: 20px;
	-moz-box-shadow: 8px 8px 12px #aaa;  
    -webkit-box-shadow: 8px 8px 12px #aaa;  
    box-shadow: 5px 5px 1px #000;
}

