/* CSS DMD */

/* Body */


html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color:#FFFFFF;
  background-image:url(images/bg_001.jpg);
  background-repeat: repeat-x;
	background-position: left top; 
  /* background-color:#006699; */
  font-size:100%;
  } 


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


/* General */
.txt_mini {

	font-family: Arial;
	font-size: 9px;
	line-height:11px;
}

#centpourcent {
   height: 100%;
     }



/* TreeMenu */
	 
#nav {
	position: relative;
	padding: 0px;
	white-space: nowrap;
	-moz-user-select: none;
	user-select:none;
	margin-right:0px;
}
.boutton {
	border: 1px solid #666666;
	font-family: Arial;
	font-size: 10px;
}

input,textarea {
	border: 1px solid #666666;
	font-family: Arial;
	font-size: 10px;
}

select {
padding:0px;
margin:0px;
border: 1px solid #666666;
overflow:hidden;
}

.button {
	z-index: 1000;
	cursor: pointer;
	padding:0px;
}

.buttonlabel{
	font-family:Arial; 
	font-size:12px;
	font-weight:bold;
	color:#369;
	border-bottom:1px solid #999;
}

.labelHover {
}
.labelDown {
	border-bottom:0px;
}

.labelHover.labelDown {
}

.menuItem {
	height: 16px;
}

.menuItem a:link, .menuItem a:visited, .menuItem a:active {
	font-family: Arial;
	font-size: 11px;
	color: #999;
	text-decoration: none;
	padding: 0px;
}

.menuItem a:hover {
	text-decoration: underline;
}

.menu {
	position: relative;
	padding-left: 10px;
	padding-bottom:10px;
	margin-bottom: 1px;
	border:1px;
	border-bottom:1px solid #999;
}
 
 #navleft {
	float: left;
	width: 170px;
	margin: 0px;
	padding: 0px;
}
#navleft p {
	padding:0px;
	margin:0px;
}

/* Sous Menus */
#navright {
	float: right;
	width: 150px;
	padding: 0px;
}
#navright p {	
	padding:0px;
	margin:0px;
}
#navright .title {
	padding:0px;
	font-family:Arial; 
	font-size:11px; 
	font-weight: bold;
	margin:0px 0px 1px 0px;
	color:#fff;
	background:#FFCC00;
	
}
#navright .subtitle {
	padding:7px 5px 7px 5px;
	font-family:Arial; 
	font-size:11px; 
	font-weight: bold;
	color:#666;
	background:#eee;
}

#navright .desc {
	padding:4px 5px 10px 5px;
	font-family:Arial; 
	font-size:9px; 
	color:#666;
	background:#eee;
}

#navright ul {
	padding-left: 16px;
	padding-top:10px;
	margin:0px;
	font-family:Arial; 
	font-size:10px; 
	color:#999;
	background:#eee;
}

#navright li {
	padding-bottom: 10px;
	list-style-type: square;
	font-family:Arial; 
	font-size:10px; 
	color:#999;
	background:#eee;
}

#navright .datedujour {
	padding:5px 5px 0px 0px;
	font-family:Arial; 
	font-size:11px;
	text-align:right;
	color:#999;
}


#navright a
{
	color: #CC3300;
	/* text-decoration: underline; */
}


/* Main */
#content .title {
	font-family:Arial; 
	font-size:16px; 
	color:#369;
	font-weight: bold;
}

#content .title_top {
	font-family:Arial; 
	font-size:18px; 
	color:#FFF;
	font-weight: bold;
	letter-spacing: -1px;
}

#content p {
	font-family: Arial;
	font-size: 11px;
	line-height:15px;
}

#content {
margin-top: 20px;
}

h1 {
font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}
h2 {
font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 17px;
}
.type_offre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing:O;
	color:#990000;
}
.txt_normal {


	font-family: Arial;
	font-size: 10px;
	line-height:11px;
}
.txt_normal2 {


	font-family: Arial;
	font-size: 11px;
	line-height:13px;
}
.border_black {
	border: 1px solid #000000;
}

#txt_normal2 {
	font-family: Arial;
	font-size: 11px;
	line-height:15px;
}


/* Tableau fiche entreprise */
#tbl_ets .table {

border: 1px solid #000000;
}

#tbl_ets td {
padding: 2px;
font-family: Arial;
	font-size: 11px;
}

.exemple {
	font-family: Arial;
	font-size: 10px;
	color: #CC0000;
}

.txt_ssmenu {

	font-family: Arial;
	font-size: 9px;
	line-height:16px;
}

.titre_fil {
font-family:Arial;
	font-size:11px;
	font-weight:bold;
	 
	 color: #990000; 
}

.news_box_title{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	 padding:2px; 
	 color: #006699; 
	/* background-color: #FFFFCC; */
	margin-bottom:2px;
}

.news_box{
	margin:10px;
	border-style: solid;
	border-width: 0px;
	/* border-color:#CCCCCC; */
	padding:2px;
	font-family: Arial;
	font-size:10px;
	color: #CCCCFF;
}

.news_box_date{
	font-size:9px;
	color: #990000;
	/* font-style:italic; */

	text-align:right;
	margin-bottom:5px;
}


/* AJOUTER CI-DESSOUS VOS CSS POUR EVITER LES DOUBLONS AVEC DMD, MERCI */


.txt_titre {

font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	letter-spacing:-1px;
}
