/* CSS Document */
html {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
body {
	
}

img {border:0;
	background-color: #FFF;
	border-radius: 10px;
	border-color: #000;
box-shadow: 4px 4px 4px #aaa;
}
.slogan {
	font-style: italic;
	color: #FFFFFF;
	
	 }
	 
	 
.text {
	/*font-weight: bold;*/
	color: rgb(51, 73, 73);
}
.textfin  {
	/*font-weight: bold;*/
	color: rgb(51, 73, 73);
        
}
.titre  {
	font-weight: bold;
	color: rgb(250, 250, 250);
	font-size: 24px;
	text-shadow: 0px 0px 9px #777;
}
td#savoir-faire
{
	font-weight: normal;
	font-size: 12px;
	padding: 10px;
	color: rgb(51, 73, 73);
	
}
td#titre
{
	font-weight: normal;
	font-size: 12px;
	padding: 10px;
	color: rgb(51, 73, 73);
	background-color:#D9DFD2;	
}
table#navigation
{
	valign:bottom;
	font-weight: normal;
	font-size: 12px;
	padding: 10px;
	color: rgb(51, 73, 73);
	background-color:#D9DFD2;
	padding: 10px; 
	text-align: center;	
	border: 1px solid rgb(250, 250, 250); 
	text-align: left; width: 100%;
	cellpadding:0;
	cellspacing:0;
}


td.menu {
	vertical-align:middle;
	text-align:center;
	border-top: 1px solid rgb(250, 250, 250);
	border-left: 1px solid rgb(250, 250, 250);
	color: rgb(51, 73, 73);
	font-weight: bold;
	width: 16.66%;
	font-style:italic;
	background-color: #DBE6E3;
}
a {text-decoration:none;color:#3E5C76;}
a:hover {text-decoration:none;color:#7295B3;}
a:visited {text-decoration:none;color:#3E5C76;}
a:visited:hover {text-decoration:none;color:#7295B3;}
