/*################## structure générale ##################*/
html, body {
	margin: 0;
	background-color:#efece2;
	font-family:sans-serif;
	font-size:15px;
}

#ensemble{
  min-height: 100%;
	width: 950px;
	padding: 0px;
	margin: 0 auto;
	position: relative;
	background-color: #ffffff;
	border-left:1px solid #dad7cf;
	border-right:1px solid #dad7cf;
}

#entete{
  height:100px;
  background:url(../img/bg_bandeau.jpg) repeat-x;
}

#corps{
  padding-bottom: 80px;
  overflow:hidden;
}

#bas{
  clear:both;
  position: relative;
	width: 950px;
	bottom: 0;
	height:70px;
	text-align:center;
	font-size:0.8em;
	padding-top:2px;
	color:#fff;
	background-color:#cc0000;
}

.clear {
    clear: both;
}

#bas span {
  padding:0px 20px;
}

#bas a {
  color:#fff;
}

img {
	border: 0px;
}

.droite {
	float: right;
}

.gauche {
	float: left;
}

/*######################### id ##########################*/
#entete a {
	margin: 10px 10px 0px 0px;
}

#entete a{
	margin: 10px 10px 0px 0px;
  color: #ffffff;
	text-decoration: none;
}

#entete a:hover {
  text-decoration: underline;
}

/*menu*/
#menu {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 950px;
	height: 30px;
	background-color:#ccc;
	background: url(../img/bg.jpg) repeat-x;
}

#menu li {
	display:inline;
	margin: 0;
}

#menu li a {
	display: block;
	height: 30px;
	line-height: 29px;
	padding: 0 10px;
	float: left;
	color: #333;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	border-right:1px solid #333333;
}

#menu li a:hover {
	background: url(../img/bg_over.jpg) repeat-x;
	cursor: pointer;
	color: #fff;
	line-height: 29px;
}

#menu li #menu_select {
	background-color:#666666;
	cursor: pointer;
	color: #ffffff;
	line-height: 29px;
}

#compte{
  width:950px;
  padding:3px 0px;
  background-color:#333333;
  color:#ffffff;
}

#compte a{
  color:#ffffff;
  padding:0px 20px;
  text-decoration:none;
}

#compte a:hover{
  text-decoration:underline;
}

/*contenu*/

#contenu{
  padding:10px;
}

#downloads{
  border-collapse:collapse;
}

#downloads th{
  background-color:#666;
  color:#fff;
}

#downloads th, td{
  padding:2px 5px;
  border:1px solid #aaa;
}

#downloads tr {
  background-color:#eee;
}

#downloads .grisfonce {
  background-color:#ccc;
}

#downloads caption{
  font-weight:bold;
  padding-bottom:5px;
  color:#cc0000;
}

.txt_red{
  color:#cc0000;
}

.info_importante{
  border:1px solid #ff9900;
  background-color:#ffcc66;
  padding:5px;
  text-align:center;
}

.txt_alert {
  color:#cc0000;
  font-weight:bold;
  text-align:center;
}

#cardiatech{ 
  margin-top:30px;
}

#cardiatech a{
  text-decoration:underline;
}

table#logo-clients {
    margin: 0px 15px;
    border-spacing : 10px;
}
