/* CSS reset
-------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/* layout CSS 
-------------------------------------- */
html {
	min-height: 100%;
	line-height:1px;
}
body {
}
.clear { 
	clear:  both; 
}
/* 
---------------------------------- MENU----------- */
#menu {
	background-image: url(../images/menu_fond.gif);
	width:100%;
	height: 33px;
}
ul#nav {
	width: 770px;
	height: 33px;
	position: relative;
	margin:0 auto;
}
ul#nav li {
  float: left;
  list-style: none;
}
ul#nav li a {
	position: absolute;
	display: block;
	height: 33px;
	text-indent: -9999px;
	font-size: 1%;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	width: 154px;
}
ul#nav li#nav_accueil a {
  left: 0;
  width: 129px;
  background-position: 0 0;
}
ul#nav li#nav_siatris a {
  left: 129px;
  width: 120px;
  background-position: -129px 0;
}
ul#nav li#nav_services a {
  left: 249px;
  width: 136px;
  background-position: -249px 0;
}
ul#nav li#nav_clients a {
  left: 385px;
  width: 124px;
  background-position: -385px 0;
}
ul#nav li#nav_portfolio a {
  left: 509px;
  width: 129px;
  background-position: -509px 0;
}
ul#nav li#nav_contact a {
  left: 638px;
  width: 132px;
  background-position: -638px 0;
}

/* -------- hover menu 1 ----------- */
ul#nav li#nav_accueil a:hover {
  background-position: 0px -33px;
}
ul#nav li#nav_siatris a:hover {
  background-position: -129px -33px;
}
ul#nav li#nav_services a:hover {
  background-position: -249px -33px;
}
ul#nav li#nav_clients a:hover {
  background-position: -385px -33px;
}
ul#nav li#nav_portfolio a:hover {
  background-position: -509px -33px;
}
ul#nav li#nav_contact a:hover {
  background-position: -638px -33px;
}
/* 
-------------------------------- contenu ----------- */

#centre {
	position:relative;
	margin:0 auto;
	width:770px;
}
#centre_infos {
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#centre_infos h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #333333;
	font-style: italic;
	font-weight: bold;
	line-height: 18px;
	display: block;
	height: 37px;
	width: 430px;
	margin-bottom: 5px;
}
#centre_infos h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 135%;
	color: #333333;
	font-style: italic;
	font-weight: bold;
	line-height: 16px;
	margin-top: 20px;
	display: block;
	height: 30px;
	width: 450px;
	margin-bottom: 5px;
}
#centre_infos h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 115%;
	color: #333333;
	font-style: italic;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 7px;
	margin-top: 10px;
	display: block;
	height: 22px;
	width: 600px;
}
#centre_infos h5 {
	font-weight: bold;
	color: #333333;
	font-size: 100%;
	margin-bottom: 10px;
}
#centre_infos h6 {
	font-weight: bold;
	color: #333333;
	font-size: 90%;
	margin-bottom: 20px;
	display: block;
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
}
#centre_infos p {
	font-size: 80%;
	color: #535353;
	line-height: 14px;
	margin-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
}
#centre_infos p em {
	font-style: italic;
	font-size: 90%;
}
#centre_infos a {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
#centre_infos a:hover {
	color: #000000;
}
#centre_infos ul {
	margin-left: 10px;
	margin-bottom: 20px;
	list-style-position: inside;
}
#centre_infos li {
	font-size: 80%;
	color: #535353;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

/* 
---------------------------------- FOOTER ----------- */
#prefooter {
	width: 768px;
	height: 150px;
	background-image: url(../images/prefooter.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#footer {
	background-color: #999999;
	width: 100%;
	height: 61px;
	background-image: url(../images/footer_fond.gif);
	text-align:center;
	position: relative;
}
#insidefooter {
	width: 770px;
	position:relative;
	height: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 40px;
}
#insidefooter p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	line-height: 14px;
	text-align:right;
}
