@charset "utf-8";
/* CSS Document
- - - - - - - - - - - - - - - - - - - - - - - -
SUGGESTION FIDUCIAIRE SARL
Style: screen
- - - - - - - - - - - - - - - - - - - - - - - -
*/

*{margin: 0; padding: 0}
body, html {height: 100.00%}
img { border: 0; margin: 0; padding: 0}
body {
	color: #333;
	font: 13px/1.6em Arial, Helvetica, sans-serif;
	background: #FFF url(../images/fd.gif) repeat-x top;
	margin: 20px 0;
}
a, a:visited {
	text-decoration: underline;
	color: #990002;
}
a:hover, a:focus {
	text-decoration: underline;
	color: #000;
}
h1, h2, h3, h4 {
	color: #990002;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	color: #333;
	margin: 10px 0 18px;
	font-size: 20px;
}
h2 {
	font-size: 16px;
	margin: 0 0 6px;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 22px;
	margin: 0 0 6px;
	letter-spacing: 0.1em;
}
.tx {
	color: #990002;
	font-weight: bold;
}
.clear {clear: both}
.sep {clear: both; margin-bottom: 2em; border-bottom: 1px solid #E3E2E3}

/*CONTENU: TEXTE ET SIDEBAR-COMMUNICATIONS A DROITE */
#wrapper {
	margin: 0 auto;
	width: 994px;
	border: 1px solid #CCC;
	background: url(../images/fd_contmain.gif);
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 0 16px 0 #ccc;
	-moz-box-shadow: 0 0 16px 0 #ccc;
	-webkit-box-shadow: 0 0 16px 0 #ccc;
}
#top {
	background: url(../images/fd_top.gif) repeat-x;
	height: 200px;
}
.left {
	float: left;
	width: 256px;
}
.left h1 {
	margin: 0 0 0 6px;
	border-style: none;
}
.right {
	float: right;
	width: 735px;
}
.right .slog {
	font: bold 17px/1.6em Arial, Helvetica, sans-serif;
	color: #333;
	height: 97px;
	padding: 40px 20px 0;
}
.right .slog  span {
	color: #990002;
}
.right .menu {
	background: url(../images/fd_menu.gif) repeat-x;
	height: 47px;
}
.right .in {
	padding: 0 20px 20px 30px;
}
.right .footer {
	height: 32px;
	padding: 28px 20px 0;
	background: #E5E5E5 url(../images/fd_footer.gif) repeat-x;
	font-size: 11px;
	clear: both;
}
#adresse {
	height: 206px;
	background: url(../images/fd_ad.png) no-repeat;
	padding: 15px 38px;
	font-size: 12px;
	line-height: 1.5em;
}

/*menu principal*/
.menu {border-bottom: 1px solid #CCC}
.menu ul {border: 0; margin: 0; padding: 0; list-style-type: none; text-align: center}
.menu ul li {
	display: block;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	border-left: 1px solid #FFF;
}
.menu ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 16px 30px;
	font: bold 14px Arial, Helvetica, sans-serif;
}
.menu ul li a:hover {
	-moz-border-radius: 3px;
 	border-radius: 3px;
	color: #FFF;
	background: #990002 repeat-x;
	text-decoration: none;
}
.menu li a.on {
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	background: #666;
	text-decoration: none;
}
.menu li.noborder {border:none} 

/*Contenu*/
#content {
	clear: both;
	padding-bottom: 0;
	height: 100% !important;
	overflow: hidden;
}
#content ul {
	color: #333;
	margin-left: 0px;
	list-style: url(../images/icone/bullet.png) none inside;
} 
#content ol {
	color: #666;
	text-align: left;
	list-style-position: inside;
}
#content li { margin: 0; padding: 0}
#copy {
	margin: 0 auto 20px;
	width: 994px;
	background: #FFF url(../images/fd_copy.png);
	height: 44px;	
}
#copyright {
	float: left;
	margin-top: 10px;
	font-size: 10px;
}
#designby {float: right; margin-top: 10px}
#designby a, #copy a {color: #990002}
#designby  a:hover, #designby  a:focus,  #copy a:hover, #copy a:focus {color: #000;
}
/*ACCESSOIRE, ALIGNEMENT ET IMPRESSION*/
.box_info {/* box arrondi pour info importante gris*/
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #CCC;
	background: #E5E5E5;
	margin: 15px 0px 10px;
	overflow:hidden
}
.imprimante {
	float: right;
	margin: 2px 0 0 5px
}
.photo {
	float: left;
	margin:0 20px 20px 0;
	border: 5px solid #E5E5E5;
}
.ceinture {
	margin-left: 20px;
	margin-bottom: 0px;
}
.float-left  {float: left; margin-right: 10px}
.float-right {float: right; margin-left: 10px}
.align-left  {text-align: left}
.align-right {text-align: right}
.align-center {text-align: center}
.noprint {}
