body, html { width:100%; height:100%; }
body {
	bbackground-color:#fff;
	text-align:center;
	margin:0px;
	background: white url(null) fixed ; /* évite le sautillement */
}


a { text-decoration:underline; }
a:hover { text-decoration:none; }
p { margin-top:10px; }
img { border:0px; }
ul { 
	margin:0px 0px 0px -18px;
	padding-left:18px;
	list-style:none;
	}

h1 {
	margin:13px 0px;
	font-size:48px;
	color:#009DD1;
	line-height:40px;
	letter-spacing:-1px;
	text-transform:uppercase;
}	
	
h2 {
	margin:0px 0px 5px 0px;
	color:#009DD1;
	font-size:27px;
	line-height:22px;
	letter-spacing:-1px;
	text-transform: uppercase;
}

h3 {
	margin:0px 0px 3px 0px ;
	color:#009DD1;
	font-size:14px;
	line-height:13px;
}

h4 {
	margin:15px 0px 5px 0px ;
	color:#009DD1;
	font-size:20px;
	line-height:13px;
}

.left  { float:left; }
.right { float:right;}
.legal, .legal a { font-size: 10px;}
.input {
	height:15px;
	border-style:solid;
	border-color:#888889 #B8B8B8 #B8B8B8 #B8B8B8;
	border-width:1px;
	background: #fff url(../img/bg_input.gif) repeat-x;
	margin:1px 0px;
}
.input_frm {
	width:350px;
	font-weight:bold;
	padding-left:8px;
	margin-bottom:15px;
}
label.black { font-size:12px;}
label.l_margin { margin-top:3px; }

.none { display:none; font-weight:bold; padding-left:8px;}
.clear {
	clear:both;
	height:0px;
	line-height:0px;
}

.main_bloc {
	width:195px;
	margin-top:15px;
}

.dot_big {
		background:url(../img/dot_big.gif) repeat-x 0% 0%;
		padding-top:10px;
		padding-bottom:5px;
		
}

.dot_big a { 
	display:block;
	text-decoration:none;
	background:url(../img/plus.gif) no-repeat 100% 100%;
}
.dot_big a:hover { 
	color:#000;
}

#global {
	width:900px;
	text-align:left;
	margin:0px auto;
	background-color:white;
}
#header { 
	height:55px;
}

/************************************
	MENU
************************************/	

#menu {
	height:20px;
	background-color:#000;
}


#menu li {
	float:left;
}

#menu li span {
	display:none;
}

#n0 a, #n1 a, #n2 a, #n3 a, #n4 a, #n5 a, #n6 a, #lg0 a, #lg1 a
{
	display:block;
}

#n0 a:hover, #n1 a:hover, #n2 a:hover, #n3 a:hover, #n4 a:hover, #n5 a:hover, #n6 a:hover,
#lg0 a:hover, #lg1 a:hover 
{
	background: transparent none;
} 


#lg0, #lg0 a { 
	width: 18px;
	height: 20px;
}

#lg1, #lg1 a { 
	width: 20px;
	height: 20px;
}


#lg0 { background: url(../img/lg_fr-r.gif) no-repeat 0% 0%; }
#lg0 a { background: url(../img/lg_fr.gif) no-repeat 0% 0%; }

#lg1 { background: url(../img/lg_en-r.gif) no-repeat 0% 0%; }
#lg1 a { background: url(../img/lg_en.gif) no-repeat 0% 0%; }


/************************************
	/MENU
************************************/	


#smenu {
	width:100%;
	height:20px;
	background-color:#009DD1;
	margin-left:0px;
	padding-left:0px;
}
#smenu li {
	float:left;
	background:url(../img/puce.gif) no-repeat 100% 0%;
	padding: 0 17px 0px 12px ;
	text-transform:uppercase;
}
#smenu li a, #smenu li span { margin-top:4px; display:block; font-size:10px;}
#smenu li a { color:#000;  text-decoration:none; }
#smenu li, #smenu li a:hover { color:#fff }


#main_fla {
	width:900px;
	height: 380px;
	position: absolute;
	z-index:1001;
}

#main_home {
	width:100%;
	
	line-height:11px;
}



#footer {
	clear:both;
	margin-top:5px;
	height:80px;
}

#column_left { 
	width:765px;
	float:left;
	
}
#column_right { 
	width:135px;
	float:right;
	padding-top:20px;
}

#column_right p {
	
	background:url(../img/dot_big_module.gif) repeat-x 0% 0%;
	height:10px;
	margin: 10px 0px;
	padding:0px;
}

#module_newsletter {
	width:135px;
	height:168px;
	background:url(../img/module_newsletter.gif) no-repeat;
	text-align:center;
}


/************************************
	NEWS
************************************/
#news_header {
	width:100%;
	height:64px;
	background-color:#009DD1;
	margin-bottom:17px;
}
#news_header div {
	font-size:15px;
	font-weight:bold;
	color:white;
	float:right;
	margin:18px 50px 0px 0px;
}
#news_main_column {
	width:744px;
}

#news_main_column div {
	margin-bottom:10px;
	clear:both;
}
#news_main_column div.over {
	background-color:#EDEAEA;
	border:1px solid #009DD1;
}
 	


#news_columns_1 {
	width:195px;
}
#news_columns_2 {
	width:195px;
	padding:0px 15px;
}
#news_columns_3 {
	width:311px;
}

#news_edit {
	height:21px;
	background-color:#009CD0;
	margin: 0px 0px 8px 0px;
}

.move {
	display:block;
	width:79%;
	cursor:move;
	text-align:center;
}
.delete, .edit {
	cursor:pointer;
	display:block;
}

.emptyPlaceMarker
{
	border:#E10079 1px dashed;
	background-color: transparent;
}
	
#z {
	position: fixed;
	_position: absolute;
	width:100%;
	height:100%;
	z-index:6000;
	top:0px;
	left:0px;
	background-image: url(../img/trans.png);
	_background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/trans.png", sizingMethod="scale");
	back\ground-color: transparent;
	top: expression(documentElement.scrollTop+body.scrollTop);
}
	
	
#bloc {
	margin: 54px auto 0px auto;
	width:758px;
	color:white;
	text-align:left;
	border:1px solid white;
	padding:8px;
	background:black;
 }
#bloc a { color:white; }

/************************************
	/NEWS
************************************/

/************************************
	LOGIN
************************************/
#contener_admin {
	height:100px;
}

#show_loggin {
	position:absolute;
	top:10px;
	left:10px;
	display:block;
	width:12px;
	height:13px;
	cursor:pointer;
	z-index:1000;
}
fieldset { border: 1px solid #009DD1;  padding:0px 15px 5px 15px; }
legend { font-size:14px; font-weight:bold; color:#000; }
/************************************
	/LOGIN
************************************/


#sitemap {
	margin:0px 0px 0px 35px;
}

#sitemap dt {
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:15px;
}

#sitemap dd a { text-decoration:none; text-transform:uppercase; }
#sitemap dd a:hover { text-decoration:underline;}
	