/* 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;
}
/* -------- site web programme par siatris ----------- */
#programmationsiteinternet {
	width: 938px;
	background-position: center;
	text-align: center;
	margin-top: 30px;
}
#programmationsiteinternet p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
#programmationsiteinternet a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
/* layout CSS 
-------------------------------------- */
html {
	text-align : center;
	min-height: 100%;
	line-height:1px;
}
body {
	width:770px;
	height: 100%;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container {
	position:relative;
	width:100%;
	margin:0 auto;
	/*border: 1px solid #999999;*/
}
.clear { 
	clear:  both; 
}
/* GAUCHE 
-------------------------------------- */
#gauche {
	width: 174px;
	float: left;
	/*
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	*/
}
#gauche #branding {
	height: 230px;
	width: 100%;
	background-image: url("images/logo_easilyprint.jpg");
}
#gauche #branding h1 {
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1%;
}
#lemenu {
	width: 100%;
	height: 205px;
	padding-top: 25px;
}
/* MENU
-------------------------------------- */
#menu {
	height: 196px;
	width: 100%;
	position: relative;
	list-style-type: none;
	float: left; /* Contain floated list items */
}
#menu li {
  float: left; /* This corrects the */
  width: 100%; /* IE whitespace bug */
}
#menu li a {
  display: block;
  height: 28px;
  background: url(images/menu.gif) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1%;
}
#menu li#accueil a {
  top: 0;
  height: 28px;
  background-position: 0 0;
}
#menu li#simp a {
  top: 28;
  height: 28px;
  background-position: 0 -28px;
}
#menu li#serv a {
  top: 56px;
  height: 28px;
  background-position: 0 -56px;
}
#menu li#easy a {
  top: 84px;
  height: 28px;
  background-position: 0 -84px;
}
#menu li#actu a {
  top: 112px;
  height: 28px;
  background-position: 0 -112px;
}
#menu li#devis a {
  top: 140px;
  height: 28px;
  background-position: 0 -140px;
}
#menu li#depot a {
  top: 168px;
  height: 28px;
  background-position: 0 -168px;
}
/* -- hover -- */
#menu li#accueil a:hover {
  background-position: 0 -196px;
}
#menu li#simp a:hover {
  background-position: 0 -224px;
}
#menu li#serv a:hover {
  background-position: 0 -252px;
}
#menu li#easy a:hover {
  background-position: 0 -280px;
}
#menu li#actu a:hover {
  background-position: 0 -308px;
}
#menu li#devis a:hover {
  background-position: 0 -336px;
}
#menu li#depot a:hover {
  background-position: 0 -364px;
}
/* -- choisis -- */
#body_accueil li#accueil a {
  background-position: 0 -196px;
}
#body_simp li#simp a{
  background-position: 0 -224px;
}
#body_serv li#serv a {
  background-position: 0 -252px;
}
#body_easy li#easy a {
  background-position: 0 -280px;
}
#body_actu li#actu a {
  background-position: 0 -308px;
}
#body_devis li#devis a {
  background-position: 0 -336px;
}
#body_depot li#depot a {
  background-position: 0 -364px;
}
/* LOGIN 
-------------------------------------- */
#gauche #login {
	background-color: #F3F3F3;
	height: 120px;
	padding-top: 18px;
	padding-right: 12px;
	padding-left: 16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-bottom: 0px;
}
#login label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	height: 13px;
	padding-top: 5px;
	width: 100px;
	line-height: 12px;
	display: block;
}
#login .boite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	width: 110px;
	height: 14px;
	border: 1px solid #999999;
	line-height: 10px;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}
#login .bouton {
	background-image: url(images/btn_login.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 25px;
	overflow: visible;
	border: 0px none #F3F3F3;
	position: absolute;
}
/* ADMIN 
-------------------------------------- */
#gauche #admin {
	background-color: #D7D7D7;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#gauche #admin a {
	background-image: url(images/acces_admin.gif);
	height: 30px;
	width: 174px;
	display: block;
	text-indent: -9999px;
}
/* DROITE
-------------------------------------- */
#droite {
	width: 595px;
	float: left;
}
#droite #top {
	margin: 0px;
	padding: 0px;
	height: 92px;
	width: 595px;
}
#droite #top img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* CONTENU
-------------------------------------- */
#contenu {
	height: 100%;
	padding-left: 37px;
	width: 543px;
	margin-bottom: 15px;
}
#contenu h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F12124;
	margin-bottom: 7px;
	line-height: 18px;
}

#contenu h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F12124;
	line-height: 12px;
	padding-bottom: 7px;
}
#contenu h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 20px;
	line-height: 14px;
}
#contenu h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F12124;
	padding-bottom: 10px;
	line-height: 14px;
}
#contenu p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	line-height: 14px;
	padding-bottom: 10px;
}
#contenu p strong {
	font-weight: bold;
}
#contenu p em {
	font-style: italic;
}
#contenu a {
	color: #F12124;
	text-decoration: underline;
}
#contenu a:hover {
	text-decoration: none;
}
#contenu .imgdroite {
	/*border: 1px solid #999999;*/
	float: right;
	padding: 3px;
	margin-left: 10px;
}
#contenu .flash {
	float: right;
	padding: 3px;
	margin-left: 10px;
}
#contenu .icone_p {
	padding-bottom: 3px;
	padding-top: 10px;
}
#contenu ul{
margin-left: 20px;
	text-indent: 0;
	margin-bottom: 10px;
}
#contenu li {
	list-style-image: url(images/bullet_triangle.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	line-height: 13px;
	padding-bottom: 2px;
}

#contenu  ul ul {
	margin-left: 18px;
	margin-bottom: 10px;
}
#contenu  ul ul li {
	list-style-image: url(images/bullet.gif);
}
/* BLOCKQUOTE 
-------------------------------------- */
#contenu blockquote {
	background-image: url(images/triangle.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-bottom: 15px;
}
#contenu blockquote p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
	line-height: 13px;
}
#contenu blockquote p strong {
	font-weight: bold;
	color: #666666;
}
#contenu blockquote p em {
	color: #F12124;
}
#contenu blockquote ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 10px;
	margin-top: 0px;
}
#contenu blockquote li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
	line-height: 12px;
}
#contenu .icone {
	width: 130px;
	text-align: center;
	float: left;
	height: 130px;
}
#contenu .icone p {
	font-size: 11px;
}
#contenu .icone a {
	color: #999999;
	text-decoration: none;
}
#contenu .varia {
	float: left;
}
/* NEWS
-------------------------------------- */
#news  {
	line-height: 10px;
}
#news .container  {
	float: left;
	width: 500px;
	margin-right: 10px;
}
#news .unarticle  {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 15px;
	padding-bottom: 15px;
	display: block;
}
#news h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 14px;
	background-color: #5593B2;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#news .date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 11px;
	margin: 0px;
	padding: 0px;
}
#news .titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#news .textes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}
#news a {
	color: #F12124;
	text-decoration: underline;
	padding-bottom: 15px;
}
#news a:hover {
	text-decoration: none;
}
.spacer {
display:block;
height:20px;
}

/* FOOTER
-------------------------------------- */
#footer {
	background-color: #F12124;
	height: 20px;
	width: 100%;
	padding-top: 10px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	text-align: center;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
    text-decoration: NONE;
}
#droite #sm_vide {
	height: 40px;
	background-image: url(images/fond_sm.gif);
}
.erreur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
.negatif {
	display:block;
	background-color: #F7DFD7;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-bottom: 10px;
	line-height: 12px;
	width: 80%;
}
.negatif p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
.negatif img {
	float:left;
	padding-right:10px;
}

