@charset "UTF-8";
/* CSS Document */

body {
	margin:0 0 0 0;
	background-image: url(../images/autre-interface/edc_motif-de-fond.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #a9a79b;
}

#container {
	width:960px;
	height:auto;
	margin:0 auto;
	background:#FFF;
	position:relative;
}

#top {
	width:100%;
	height:34px;
	margin:0px 0px 0px 0px;
	z-index:1000;
}

#nav {
	background:url(../images/nav_backgr.jpg) repeat-x;
	width:755px;
	height:33px;
	margin:10px 0px 0px 0px;
	z-index:500;
	float:left;
}

.logo {
	width:253px;
	height:33px;
	margin:0 0 0 0;
}
#logo_accueil_photovoeux {
	background:url(../images/logo_cartedevoeux.jpg) top left no-repeat;
}

#column_content {
	float:left;
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 0px;
	width:745px;
	height:auto;
}

#column_right {
	width:189px;
	height:auto;
	margin:0px 0px 0px 0px;
	float:right;
}

.column_right table {
	width:175px;
	margin:0 auto;
}

.column_right_spacer {
	width:100%;
	height:10px;
}

.column_right_boxes {
	width:175px;
	height:auto;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
}

#column_right_conseillertitle {
	background:url(../images/titles_conseiller.jpg) top center no-repeat;
	height: 19px;
}

#column_right_boxblanktop {
	background:url(../images/titles_blank.jpg) top center no-repeat;
	height: 18px;
}

#column_right_boxcontent {
	width:175px;
	height:auto;
	background:#4b4b4d;
	text-align:center;
	color:#FFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#column_right_boxcontent p {
	font-size:10px;
	margin:0 auto;
	width:135px;
	padding:0px 20px 15px 20px;
    margin: 0px 0px 0px 0px;
}

#column_right_boxcontent a:link, #column_right_boxcontent a:visited {
	color:#FFF;
	text-decoration:none;
}

#column_right_boxcontent a:hover {
	color:#993399;
	text-decoration:none;
	font-weight:bold;
}

.bulles_bleue {
	margin:5px 0  0;
}

.linespacer {
	background:url(../images/linespacer.jpg) repeat-x;
	width:100%;
	height:28px;
	text-align:right;
	margin:5px 0 0 0;
}

.grey-dark {
	color:#58585A;
}

.grey-dark a:link, .grey-dark a:visited  {
	color:#58585A;
	text-decoration:none;
}

.grey-dark a:hover  {
	color:#000;
	text-decoration:none;
}

.violet {
	color:#993399;
}

.violet a:link, .violet a:visited {
	color:#993399;
	text-decoration:none;
}

h1 {
	font-size: 16px;
	color: #58585A;
	font-weight: lighter;
}

h2 {
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

/* hacks */

.clear {
	clear:both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

.spacer {
	width:auto;
	height:10px;
}

/*.tab_message_alerte {
    margin:5px 0px 0px 0px;
}*/

#overlay
{
	position: fixed !important;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #111111;
    opacity: 0.75;
    filter:alpha(opacity=75);
	z-index: 100001;
  /*position: fixed !important;
  position:absolute;
  z-index: 999;
  width:100%;
  height: 100%;
  border: 0px none;
  top:0px;*/
  /*opacity: 0.7;*/
  /*background-color: #000;*/
  display: none;
}
#overlay_content
{
  /*width:700px;
  height:700px;
  margin:80px auto 0px auto;*/
  position: absolute;
  z-index: 100002;
  left: 50%;
  top: 5%;
  margin-left: -370px;

  /*background-color: #fff;*/
  display:none;
}

