@charset "utf-8";
/* auteur: cedric */
/* Date de cr�ation: 11/09/2005 */


/* GENERAL ***************************************/
*{
	color: #828282;
}
html,body{
	height:98%;
	margin:0;
	text-align:center;
	background:#fff;
}

a {
	text-decoration:none;
	color:#828282;
}
a:hover {
	text-decoration:none;
	color:#a9a9a9;
}

img{
	border:0;
}

noscript{
	position:absolute;
	top:200px;
	left:0;
	color:red;
	text-align:center;
	width:100%;
}

.hasJS{
	display:none !important;
}
/* END GENERAL ***************************************/




/* COINTAINER SITE ***************************************/
#container_body{
	height:100%;
}


#body{
	height:705px;
	font-family:verdana, tahoma, ms sans serif;
	font-size:10px;
    border:1px solid #A9A9A9;
    width: 1050px;
}
/* END COINTAINER SITE ***************************************/




/* HEADER ***************************************/
#header{
	height:80px;
	float:left;
	background: url(/img/bg_header.jpg) no-repeat top center ;
	width:100%;
	border-bottom: 1px solid #a9a9a9;
}

/* menu */
#menu { 
	float:left;
	font-weight:bold;
	color: #828282;
	padding-top:60px;
	width:100%;
}
.navigation {
	color: #A9A9A9;
	list-style-type:none;
	display:inline;
	text-indent:0;
	margin:0;
	padding:0;
}
.navigation li {
	list-style-type:none;
	display:inline;
	margin-left:20px;
}
.navigation li a{
	text-transform:uppercase;
}

#menu strong{
	color:red;
}
/* end menu */

/* END HEADER ***************************************/



/* CONTENT ***************************************/
#content{
	height:624px;
	width:100%;
	float:left;
	clear:both;
}

/* css galeries */
#container_previews{
	padding-top:25px;
	height:599px;
	overflow:scroll;
	overflow-x:hidden;
}

.espace_bandeau {
	float:left;
	width: 740px;
	padding:2px;
	height:85px;
	border-top: 1px solid #a9a9a9;
	overflow: hidden;
	overflow:scroll;
	overflow-y:hidden;
}
.espace_photo , .espace_photo_edito {
	padding-top:5px;
	float:left;
	height:405px;
	width:100%
}
.espace_photo_edito {
	width:450px
}
.vignette {
	border-right:1px solid #a9a9a9;
}

/* jd gallery */
.imageElement{
	display:inline;
}
.scroll_preview_photos{
	width:100%;
	overflow:hidden;
}
#no_js_scrollbar{
	width:100%;
	overflow:scroll;
	height:80px;
	position:relative;
	top:530px;
	overflow-y:hidden;
	white-space: nowrap;
	display:none;
}


/*end jd gallery */

/*css galerie edito */
.espace_description {
	float:left;
	text-align:left;
	font-size:11px;
	width:250px;
	padding-left:50px;
	padding-top:150px;
}
.lien_preview{
	height:70px;
	line-height:70px;
	text-align:left;
	width:30%;
	float:left
}
.bandeau_preview{
	width:200px;
	overflow:hidden;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	height:70px;
	line-height:70px;
}
.cont2{
	height:71px;
	width:45%;
	margin-left:12%;
	_width:33%;
	text-align:center;
	float:left;
	overflow:hidden;
}

/* page contact */
.moitie1, .moitie2 {
	width:291px;
	float:left;
	text-align:left;
	padding-left:260px;
	margin-top:120px;
	font-size:11px;
}
.moitie2 {
	padding:80px 0 0 50px;
	width:350px;
	margin-top:150px;
}

#form_contact input,#form_contact textarea{
	width:200px;
	border:1px solid #A9A9A9;
}

#form_contact .submit_button{
	float:right;
	width:75px;
	background:#fff;
}

#form_contact #sending_error{
	color:red;
}

#form_contact #sending_ok{
	color:green;
}

/* end page contact */

/* END CONTENT ***************************************/


/* FOOTER ***************************************/
#footer{ 
	margin-left:auto;
	margin-right:auto;
	font-family:verdana, tahoma, ms sans serif;
	font-size:10px;
	line-height:20px;
	border:1px solid #A9A9A9;
	color:#a9a9a9;
	font-size:9px;
	margin-top:0px;
	border:0;
	height:0px;
	text-align:right;
	width: 1050px;
 }
#footer a{
	text-decoration:none;
	font-weight:bold;
	color:black;
}
#footer  a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#A9A9A9;
}
/* END FOOTER ***************************************/




#conteneur_intro_edito{
	overflow:scroll;
	overflow-x:hidden;
}


.intro_bas, .corps {
	float:left;
	width:100%;
	color:#828282;
}
.intro_bas {
	padding-top:25px;
}
.corps {
	background:white;
	color: black;
}

/******************************************************************************/
/* Messages de Status                                                         */
/******************************************************************************/
.mesg_ok,
.mesg_warning,
.mesg_error {
	width:335px;
  _width:400px;
  _height:60px;
  min-height:60px;
  margin:20px auto;
  text-align:left;
  border:1px solid #ddd;
  -moz-border-radius:10px;
  padding:5px 5px 5px 70px;
  line-height:60px;
  font-weight:bold;
}

.mesg_ok {
	background:#fff url(/admin/img/mesg_ok.png) 15px 50% no-repeat;
}

.mesg_warning {
	background:#fff url(/admin/img/mesg_warning.png) 15px 50% no-repeat;
}

.mesg_error {
	background:#fff url(/img/error.png) 15px 50% no-repeat;
}

