body{
	background-color:#f4f4f4;
	color:#717171;
	font-family:Arial !important;
}

#container{
	background: url(../images/background_middle.png) repeat-y;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
}

#header{
	background: url(../images/background_top.png) top no-repeat;
	padding-top:7px;
	padding-left:25px;
	padding-right:25px;
}
#header .banniere {

  width: 100px;
  float: left;
}
/*#header .logo img {
	display:none;
}*/
#header .logo
{
  float: left;
}

#footer{
	background: url(../images/background_bottom.png) bottom no-repeat;	
	padding-left:20px;
	padding-right:20px;
	padding-top:17px;
	padding-bottom:15px;
	clear:both;
}

#footer p{
        font-size: 12px;
	background-color:#eaeaea;
	text-align:center;
	color:#717171;
}

a
{
	color:#000000;
  /*font-weight: bold ;*/
  font-size: 11px ;
}

#header div{
	font-size:10px;
	text-align:right;
}

.menu
{
  background-color: #717171;
  clear: both;
	margin-top: 0px;
	height: 20px;
  border-top: 1px solid #FFFFFF;
}
.menu li
{
  background-color: #717171;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  display: block;
  float: left;
  font-weight: bold;
  height: 20px;
  margin-right: -3px;
  margin-top: 0;
}

.menu li a{
	color:#ffffff;
	padding-left:25px;
	padding-right:25px;
	height:20px;
	font-size:13px;
	display:block;
  float: left;
  text-decoration: none;
}

.menu li .current, .menu li:hover{
	background-color:#414141 !important;
}

#fil_ariane{
  font-style:italic;
  margin-bottom:5px;
  margin-left:1px;
  /*margin-top:13px;
  position:relative;*/
  text-align:left !important;
  top:180px;
}

.menu .sous_menu{
	display:none;
    padding-top:20px;
	position: absolute;
}
.menu .sous_menu li {
    
    float: none;
    display: block;
    margin: 0;
}
* html .ISIE67 .menu li a {
  
    margin-top:5px;
    margin-bottom:5px;
}
.ISIE67 .menu .sous_menu {
    position: absolute;
    margin-left: -100px;
}
* html .ISIE67 .menu a:hover {
   color:#414141;
}
/*
.menu li:hover .sous_menu{
	display:block;
	background-color:#ffffff;
}
.sous_menu li {
    float: none;
}
.menu li:hover .sous_menu li{
	display:block;
	background-color:#717171;
	margin-top:1px;
}
*/
#content{
	clear:both;
        margin-top: 30px;
}

#content_left{
  float: left;
  margin-left: 25px;
  margin-right: 17px;
  margin-top: -10px;
  min-height: 20px;
  width: 220px;
}

#content_right{
  background: url("../images/background_middle_content_right.png") repeat-y scroll 0 0 transparent;
  float: left;
  margin-right: 22px;
  margin-top: -10px;
  width: 676px;
}

#content_right #content_right_top{
	background:url(../images/background_top_content_right.png) no-repeat top;
	width:676px;
	height:11px;
}

#content_right #content_right_middle{
	padding-left:28px;
	padding-right:28px;	
}

#content_right #content_right_bottom{
	background:url(../images/background_bottom_content_right.png) no-repeat bottom;
	width:676px;
	height:10px;
	clear:both;
}

#content_left .sous_menu{
	margin-top:3px;
	background-color:#d6d6d6;
	border-left: solid 1px #b0b0b0;
	border-right: solid 1px #b0b0b0;
	list-style-position:inside;
	list-style-image:url(../images/menu_list_image.gif);
}

#content_left .sous_menu li
{
	border-bottom:solid 1px #b0b0b0;
	border-top:solid 1px #ededed;
	padding-left:6px;
}

#content_left .sous_menu li:hover
{
  cursor: pointer;
  background-color: #717171;
}

#content_left .sous_menu li:hover a
{
  color: #ffffff;
}

#content_left .sous_menu .current
{
  background-color: #a0a0a0;
}

#content_left .sous_menu .current a
{
  color: #ffffff;
}

#content_right_menu h1
{
 font-size: 12px;
 
}

.cms_content_block
{
  /*border: 1px solid #000000 ;*/
  margin-bottom: 20px;
  /*margin-left: 10px;*/
  /*margin-right: 10px;*/
}

.cms_content_block li
{
  font-size: 11px ;
  margin-left: 20px ;
}

.cms_content_block td
{
  font-size: 11px ;
}

.cms_content_block h2
{
  font-size: 14px;
  color: #575555;
  font-weight: bold ;
}

.cms_content_block p
{
  font-size: 11px;
  
}

.zoom_block{
  margin-top: 15px;
  border: solid 1px #afafaf;
  background-color: #f4f4f4;
}


.zoom_block h1
{
  font-weight: bold ;
  padding-left: 15px;
  font-size: 14px;
  color: white;
  background-color: #717171;
  text-transform: uppercase;
}


.zoom_block p
{
  margin: 10px 10px 10px 10px !Important;
  font-size: 11px;
  color: #7f7f7f;
  
}

/*
.zoom_block span
{
  padding-left: 10px;
  color: #7f7f7f;

}*/

.zoom_block img
{
 margin: 10px 10px 10px 10px;
 max-width: 200px !Important;
  
}

.zoom_block p a
{
  /*text-decoration: underline;*/
  font-size: 11px;
  color: #3e3e3e;
}

.zoom_block_bottom
{
  background: url("/images/gabarit1/shadow_zoom_block.png") no-repeat bottom;
  clear:both;
  height:16px;
  width:220px;
}

/* Pour IE6-7 */
* html .ISIE67 #content_left {

    margin: 14px;
}
.ISIE67 #content_right #content_right_middle {
    padding: 0;
    margin-left: 28px;
    margin-right:0;
}

.ISIE67 #connexion a {
    margin: 0;
    float: none;
}
.ISIE67 #connexion .signin {
    padding-left: 10px;
    padding-bottom:6px;
}

.cms_h1
{
  font-size: 25px ;
  font-weight: bold ;
}

.sous_menu a
{
  color: #717171;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.zoom_block label
{
  font-size: 11px ;
  font-weight: bold;
  margin-left: 20px;
}

.zoom_block #signin_username
{
  margin-left: 10px;
  width: 190px;
  height: 13px;
}

.zoom_block #signin_password
{
  margin-left: 10px;
  width: 190px;
  height: 13px;
}

div.signin_forgot
{
  font-style: italic;
  margin-right: 13px;
  text-align: right;
}

div.signin_forgot a
{
  color: #717171;
  font-size: 10px
}

.zoom_block .signin
{
  background: url("/images/valider_connexion.png") no-repeat scroll 0 0 transparent;
  border: medium none;
  color: white;
  font-size: 11px;
  font-weight: bold;
  margin-top: 10px;
  padding-left: 18px;
  text-transform: uppercase;
}

div.signin_button
{
  text-align: center;
}

.cms_zoom_lastest_companies
{
  margin-bottom: 10px ;
  margin-left: 26px ;
}

.cms_zoom_lastest_companies li
{
  color:#000000;
  font-size: 11px ;
}

.cms_zoom_lastest_companies a
{
  text-decoration: none;
}

.cms_participants_list
{
  font-size: 11px ;
}

.cms_structures_list_table
{
  color: #000000 ;
  width: 100% ;
}

.cms_structures_list_table td
{
  border-bottom: 1px dotted #d6d6d6 ;
}

.cms_structures_list_table thead tr td
{
  font-weight: bold ;
}

.cms_structures_list_table a
{
  text-decoration: none ;
}

.align_right
{
  text-align: right;
}

.cms_participants_number
{
  color: #000000 ;
  float: right ;
  font-size: 11px ;
  font-style: italic ;
}

.message403
{
  clear: both;
  margin-top: 20px;
}

