/* ==== La Nantaise Stylesheets v1.0  ==== */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select,button { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #ff8069; color:#fff; text-shadow: none; }
::selection { background:#ff8069; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #ff8069;text-decoration:none; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #000; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #006EB3; }
a:hover { color: #ff8069; }
i{font-style:italic;}

/*
    // ========================================== \\
   ||                                              ||
   ||                  LA NANTAISE                 ||
   ||                                              ||
    \\ ========================================== //
*/
html{overflow-x:hidden;}
body{background:#fff url(../img/bg.png) top left repeat-x;;text-align:center;}

h1,h2,h1 a,h2 a{
		font:bold 24px Arial,verdana,sans-serif;
		color:#00ACE2;
		text-transform:uppercase;
		text-shadow: 0 1px 0 #006EB3;
		letter-spacing:1px;	
		margin-left:0;		
	}	
h1 a:hover,h2 a:hover{color:#006EB3;text-shadow: 0 1px 0 #fff;}

h2{background:transparent;}


#pagemain{
	position:relative; 
	width: 1600px;
	left:50%;
	margin-left:-800px;
	background:transparent;
	overflow-x:none;

}

#global{
	position:absolute;
	display:block;
	width:950px;
	background:transparent;
    top:0;             /* HAUTEUR DE LA BAN */
	margin-left:-475px;
	left:50%;
	text-align:left;
		
}

.clearer{clear:both;}

/*______HEADER___________________________________________________________________*/
header{
	position:relative;
	width:100%; height:auto; 
	margin:0 auto;
	background:transparent;
}

#top{
	display:block;
	background: #6CD8FA;
	color: #fff;
	padding: 6px 0;
	width:100%;
	top:0;
	text-align:left;
	text-transform:capitalize;
	font:normal 12px arial,sans-serif;
}

#logo {
	display:block;
	margin:30px 0;
	font:bold 42px arial,verdana, sans-serif;
	color:#4d4d4d;
	text-indent:-9999px;
	background: transparent url(../img/logo.png) no-repeat;
}


/*______NAV_______________________________________________________________________*/

nav{
	position:relative;
	width:948px; height:32px;
	background:transparent;
	border-top: solid 1px #6CD8FA;
	border-bottom: solid 1px #6CD8FA;
	outline: none; 
	padding:7px 0;
	z-index:0;
}

#menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

#menu li{
	float:left;
	position:relative;
	z-index:100;
	margin:5px 0;
}

#menu table{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:25px;
}

#menu a, #menu :visited {
	display:block;
	width:auto;
	color:#6CD8FA;
	background:transparent;
	text-decoration:none;
	text-transform:capitalize;
	border-left:1px solid #6CD8FA;
	text-align:center;
	font:normal 18px arial,verdana, sans-serif;
	padding:0 13px;
}

#menu #homelink, #menu #homelink :visited {
	display:block;
	width:16px;height:16px;
	border-left:0;
	background:transparent url(../img/home.png) no-repeat;
	background-position:center top;
	margin-top:4px;
}
#menu a#homelink:hover, #menu li.selected a#homelink{
	background-position:center bottom;
}	
#menu li a:hover, #menu li.selected a,#menu li.selected li a:hover{
color:#00ACE2;
background:#fff;
}

/*______SEARCH___________________________________________________________________*/
.searchform {
	display: inline-block;
	float:right;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	padding: 2px 5px;
	background:transparent;
	margin-top:1px;
}
.searchform input {
	font: normal 12px Arial, Helvetica, sans-serif;
}
.searchform .searchfield {
	background: #fff;
	height: 18px;
	padding: 2px 6px 2px 8px;
	width: 202px;
	border: solid 1px #fff;
	outline: none; 
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}

.searchform .searchbutton {
	color: #fff;
	border: solid 1px #fff;
	font-size: 14px;
	height: 24px;
	width: 41px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);
 	padding:0; 
 	font:normal 16px 'Allan', cursive;
	-webkit-border-radius: 0 7px 7px 0;
	-moz-border-radius: 0 7px 7px 0;
	border-radius: 0 7px 7px 0;
	margin-left:-30px; 
	background: #5f5f5f;
	background: -webkit-gradient(linear, left top, left bottom, from(#009CFF), to(#006EB3));
	background: -moz-linear-gradient(top,  #009CFF,  #006EB3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#009CFF', endColorstr='#006EB3'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#009CFF', endColorstr='#006EB3'); /* ie8 */
}
.searchform .searchbutton:hover{
	background: #5f5f5f;
	background: -webkit-gradient(linear, left top, left bottom, from(#006EB3), to(#009CFF));
	background: -moz-linear-gradient(top,  #006EB3,  #009CFF);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#006EB3', endColorstr='#009CFF'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#006EB3', endColorstr='#009CFF'); /* ie8 */
}


/*______MAIN______________________________________________________________________*/
#main{
	display:block;
	width: 950px;
	float:left;
	height:auto;
	margin:0;
	background:#fff;
	padding:20px 0 0 0;
}


#primary{
	display:block;
	float:left;
	width: 770px;
	height:auto;
	margin:0;
	background:#fff;
}
	
#secondary{
	display:block;
	float:left;
	width: 170px;
	height:auto;
	padding-left:10px;
	margin:0;
	background:#fff;
}	

/*_______FOOTER___________________________________________________________________*/
footer{
	background:#fff;
	float:left;
	margin:0 0 0 0;
	padding:0;
	font:normal 11px Arial,Verdana,sans-serif;
	width:950px;
	height:auto;
	bottom:0;
	color:#6CD8FA;
}

#footer-links {
	float:left;
	display:block;
	width:950px;
	height:20px;
	text-align:center;
	background:#6CD8FA;
}

#footer-links li {
	display:inline;
}

#footer-links li a {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	line-height:20px;
	background:transparent;
	margin:0 10px;		
}

#footer-links li a:hover {
	color:#333;
	background:transparent;	
}

footer #copyrights {
	width:950px;
	text-align:center;
	margin:5px 10px;
	color:#6CD8FA;
}

#footer-partenaires {
	float:left;
	text-align:center;
	color:#6CD8FA;
	font-size:11px;
	font-weight:normal;
	margin:10px 0 20px 400px;
	background:transparent;
}

#footer-partenaires ul{
	background:transparent;
}

#footer-partenaires li {
	display:inline;
}

#footer-partenaires li a {
	text-decoration:none;
	color:#6CD8FA;
	font-size:11px;
	font-weight:normal;
}

#footer-partenaires li a:hover {
	text-decoration:underline;
	color:#333;
	background:transparent;
}

#footer-partenaires2{
	text-indent:-9999px;
}
/*_____PUBS________________________________________________________________________*/

#topban{
	position:absolute;
	display:block;
	width:468px;
	height:60px;
	background:transparent;
	top:50px;
	right:0;
	}


.pubsky{
	display:block;
	width:160px;
	height:600px;
	background:transparent;
	margin-left:5px;
}

.pubmega{
	display:block;
	width:728px;
	height:90px;
	background:transparent;
	margin:10px 0 10px 20px;
}

.pubmegahome{
	display:block;
	width:728px;
	height:90px;
	background:transparent;
	margin:0 0 0 20px;
}



/*______HOME_____________________________________________*/
#home h1{padding:5px 10px;}
#home{
	display:block;
	height:auto;
	}	
#slider{
	display:block;
	width:768px;
	height:165px;
	background:red;
	margin:17px 0 10px 0;	
}

#meteo{
	margin:-27px 0 0 -10px;
	z-index:50;

}
.left{
	display:block;
	float:left;
	position:relative;
	width:475px;
	height:225px;
	background:transparent;
	margin:0 0 10px 0;
	padding:0;
}

.left1{
	display:block;
	float:left;
	position:relative;
	width:475px;
	height:260px;
	background:transparent;
	margin:0 0 10px 0;
	padding:0;
}

	
	
.right{
	position:relative;
	display:block;
	float:left;
	width:283px;
	height:225px;
	background:transparent;
	margin:0 0 10px 10px;
	padding:0;
}

.right1{
	position:relative;
	display:block;
	float:left;
	width:283px;
	height:260px;
	background:transparent;
	margin:0 0 10px 10px;
	padding:0;
}

.large{
	display:block;
	position:relative;
	float:left;
	width:768px;
	height:90px;
	background:transparent;
	margin:0 0 10px 0;
	padding:0;
}

.left2{
	display:block;
	float:left;
	position:relative;
	width:200px;
	height:225px;
	background:transparent;
	margin:0 0 10px 0;
	overflow:hidden;
	padding:0;
}

	
	
.right2{
	position:relative;
	display:block;
	float:left;
	width:558px;
	height:225px;
	background:transparent;
	margin:0 0 10px 10px;
}
	
	
#home h2{
	border-bottom:1px solid #00ACE2;
	color:#00ACE2;
	padding:5px 0;
	letter-spacing:-2px;
	margin-bottom:10px;
}

#home h3{margin-top:3px;}
#home h3 span{margin:3px 5px 0 0;color:#FF8069;}
#home .right2 h3 a,
.sidebox h3 a{
	color:#FF8069;
	}
a.homelink{
	position:absolute;
	right:0;
	bottom:0;
	font-weight:bold;
	font-style:italic;
	}

a.linkimg img {
	display:block;
	width:273px;
	height:70px;
	background:#fff;
	margin :0 0 10px 5px;	
	padding:0;
	border:1px solid #00ACE2;
}

a.homegames{
	display:block;
	float:left;
	width:125px;
	height:120px;
	background:#fff;
	margin :10px 12px 10px 0;	
	padding:0;
	border:1px solid #00ACE2;
	}

.button, .button span {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.button {
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	margin-bottom:10px;
}
.button.full, .button.full span {
	display: block;
}
.button:hover, .button.hover {
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */
}
.button:active, .button.active {
	top:1px;
}
.button span {
	position: relative;
	color:#fff;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
	border-top: rgba(255, 255, 255, .2) 1px solid;
	padding:0.6em 1.3em;
	line-height:1em;
	text-decoration:none;
	text-align:center;
	white-space: nowrap;
}

.button.small span {
	font-size:12px;
}
.button.medium span {
	font-size:14px;
}
.button.large span {
	font-size:18px;
}
.button.black {
	background-color: #333333;
}
.button.gray {
	background-color: #666666;
}
.button.white {
	background-color: #FFFFFF;
}
.button.white span{
	color: #666666;
}
.button.red {
	background-color: #e62727;
}
.button.orange {
	background-color: #ff5c00;
}
.button.magenta {
	background-color: #A9014B;
}
.button.yellow {
	background-color: #ffb515;
}
.button.blue {
	background-color: #00ADEE;
}
.button.pink {
	background-color: #e22092;
}
.button.green {
	background-color: #91bd09;
}
.button.rosy {
	background-color: #F16C7C;
}
.button.brown {
	background-color: #804000;
}
.button.purple {
	background-color: #800080;
}
.button.cyan {
	background-color: #46C7C7;
}
.button.gold {
	background-color: #D4A017;
}
.wide{width:100%;text-align:center;}



/* PAGES _______________________________________________________________*/

.nanPage{
	display:block;
	width:100%;
	height:auto;
	background:#fff;
}

.nanPage #mainside {
	display:block;
	float:left;
	width:770px;
	background:#fff;
}

.nanPage #rightside{
	display:block;
	float:left;
	width:180px;
	background:#fff;
	margin-left:0;
	
}

h1.pagetitle,h1.pagetitle a{
	color:#fff;
	background:#009CFF;
	padding-left:10px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
}

h1.pagetitle a:hover{color:#006EB3;text-shadow: 0 1px 0 #fff;}	



#primary ul {
	margin:20px 20px 20px 40px;
	list-style:none;	
}

#primary ul li {
	margin: 10px 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #6CD8FA;
background:#fff;
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="ffffff", endColorstr="EAFAFD"); /* Pour IE seulement et mode gradient à linear */
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#EAFAFD));
background-image: -moz-linear-gradient(top center, #ffffff, #EAFAFD);
background-image: -o-linear-gradient(top, #ffffff, #EAFAFD); /*uniquement en mode linear*/
}

#primary ul li:hover {
border: 1px solid #ff8069;
background:#fff;
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="ffffff", endColorstr="FEEAE7"); /* Pour IE seulement et mode gradient à linear */
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#FEEAE7));
background-image: -moz-linear-gradient(top center, #ffffff, #FEEAE7);
background-image: -o-linear-gradient(top, #ffffff, #FEEAE7); /*uniquement en mode linear*/
}

#primary ul li a{
	display:block;
	padding: 8px 15px;
	width:100%;
	height:100%;
	font:bold 14px arial,verdana,sans-serif;
}

#primary ul li a:hover{	color:#ff8069;}
 
.infopage{
	display:block;
	margin:20px 10px;
	}
.infopage h3{	
	color:#00ACE2;
	}
#primary .infopage ul li{
	border:0;
	background:transparent;
	list-style:square;
}
#cinemabox{
	margin:10px 0 0 180px;
	text-align:left;
	}

/* Table
-------------------------------------------------------------------------------*/
.dataTables_wrapper{
	display:block;
	width:100%;
	margin:10px 0;	
}

#datalist_filter{
	display:block;
	margin:0 0 10px 0;
	padding:10px;
	border: 1px solid #ff8069;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background:#fff;
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="ffffff", endColorstr="FEEAE7"); /* Pour IE seulement et mode gradient à linear */
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#FEEAE7));
background-image: -moz-linear-gradient(top center, #ffffff, #FEEAE7);
background-image: -o-linear-gradient(top, #ffffff, #FEEAE7); /*uniquement en mode linear*/
font:bold 14px arial,verdana,sans-serif;
color:#ff8069;
		
}

#datalist_filter input{
	border: 1px solid #ff8069;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background:#fff;
padding:5px;
width:590px;
	
}

#datalist,#datalist2{width:100%;}
#datalist thead, #datalist2 thead{
	border-bottom:1px solid #00ACE2;

	}
#datalist thead th,
#datalist2 thead th{
	min-width:90px;
	background:#00ACE2;
	color:#fff;
	padding:5px 2px;
	font:bold 14px arial,verdana,sans-serif;
	cursor:pointer;
	}

#datalist tbody tr,
#datalist2 tbody tr{
	font:normal 12px arial,verdana,sans-serif;
	border-bottom:1px solid #f1f1f1;
}
	
#datalist tbody tr.even,
#datalist2 tbody tr.even{background:#EBFAFD;}	
#datalist tbody tr.odd,
#datalist2  tbody tr.odd{background:#DCF6FC;}
	
#datalist tbody td,
#datalist2  tbody td{
	padding:5px 0;
}

/* actualite */

#actu .item {
	margin:10px 0;
	padding:5px 0;
	border-bottom:1px solid #f1f1f1;
	}
#actu .item p{
	margin:5px 5px;
}

#actu .item p small{
	color:#ccc;
}
/* flux cinema */

.cinema { 
font-family: arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}

.cinema a { 
font-family: arial, Helvetica, sans-serif;
font-size: 11px;
color: #00ACE2;
}


/* jeux*/

.imggame{
	display:block;
	float:left;
	width:125px;
	height:120px;
	background:#fff;
	margin :10px 50px 40px 20px;	
	padding:0;
	border:1px solid #00ACE2;
	text-align:center;
	
}

/*___NEWS __________________________________________________________*/

.news-content {background:#fff;	padding:10px;}
.news-content img {	float:left;	margin:0 10px 10px 0;}
.news-content.even {background:transparent;}

.actu .day-date {
	text-align:right;
	padding:2px 5px 2px 0;
	font-weight:bold;
	background:#c558cb;
	color:#fff;
	margin-top:-1px;
}

.actu-title{margin:5px 0 0 0;}
.actu-title a {
	font-size:14px;;
	font-weight:bold;
	color:#009CFF;
	text-decoration:none;
	background:transparent;
}
.actu-title a:hover {text-decoration:underline;	background:transparent;}

#actus h3{
	font-size:18px;
	font-weight:bold;
	color:#009CFF;
	text-decoration:none;
	background:transparent;
}

.actu-meta {
	color:#c558cb;
	font-style: italic;
	margin:5px 0 0 10px;
	font-size:11px;
}
.actu-meta2 {
	font-size:9px;
	color:#c558cb;
	font-style: italic;
}

.actu-picture {
	margin:8px 10px 4px 10px;
	float:left;
	border:1px solid #009CFF;
	padding:1px;
	background:#fff;
}

.actu-picture-wrapper {
	padding:0 0 4px 4px;
	float:right;
	margin:0;
}
.actu-picture-wrapper .actu-picture{margin:4px 10px 0px 0px;}
.actu-content {	padding:5px 10px;}
.addthis_toolbox{margin-left:20px;}

#actus .read-it a {
	display:block;
	height:12px;
	line-height:12px;
	margin: 0 0 0 0px;
	background:transparent ;
	color:#911197;
	font-weight:bold;
	text-decoration:none;
}
#actus .read-it a:hover {text-decoration:underline;}

.actu-info {
	clear:both;
	margin:10px 0 0 0;
	height:20px;
	background:#fff;
	border-bottom:1px dotted #99D8FF;
}

a.comment_count {
	display:block;
	background:transparent url(../img/com.png) top left no-repeat;
	padding-left:18px;
	height:20px;
	line-height:14px;
	color:#006EB3;
	margin-left:10px;
}

#navlinks {
	border-bottom:1px solid #009CFF;
	line-height:25px;
	text-align:center;
	margin:0;
	height:18px;
	padding-bottom:7px;
	background:transparent;
}

#navlinks a {
	font-weight:bold;
	color:#009CFF;
	padding:0 5px;
	text-decoration:none;
	background:transparent;
}

#navlinks a:hover {
	color:#c558cb;
	background:transparent;
}

#navlinks .prev {float:left;}
#navlinks .next {float:right;}
#actu-comments {margin-top:25px;}
#actu-comments .boxedTitleWrapper {
	color:#fff;
	background:#009CFF;
	height:22px;
	line-height:20px;
}
#actu-comments h3{
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	padding:2px 0 1px 10px;
}

.boxed h4{
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	padding:2px 0 1px 10px;
	background:#009CFF;
	}
.boxed .boxedContent{margin:0;padding:0;}
.boxed .boxedContent ul{margin:5px 0 5px 10px;}
.boxed .boxedContent ul li{
	margin:0;
	padding:2px 0 0 16px;
	line-height:14px;
	height:17px;
	list-style:none;
	background:transparent url(../img/puce2.png) center left no-repeat;
	}

/*___ARCHIVES_____________________________________________*/
#actus-archives{
    display:block;
	width:160px;
}
#actus-archives h4{
	color:#fff;
	background:#006EB3;
	margin:0 0 4px 0;
	padding:2px;
	-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}

#actus-archives h5{
	color:#006EB3;
	background:#fff;
	margin:0 0 5px 0;
	padding:0 0 2px 0;
	border-bottom:1px dotted #006EB3;
}
#actus ul,
#actus-archives ul {
	margin:0 0 15px 0;
	background:transparent;
}

#actus-archives ul li {
	margin:0 -2px 0 10px;
	padding:2px 0 0 16px;
	line-height:14px;
	height:17px;
	list-style:none;
	background:transparent url(../img/puce3.png) center left no-repeat;
}

#actus ul li {
	margin:0 0 0 10px;
	padding:2px 0 0 16px;
	line-height:14px;
	height:17px;
	list-style:none;
	background:transparent url(../img/puce.png) center left no-repeat;
}
#actus ul li span{color:#c558cb;}

/*___COMMENTS___________________________________________________*/

.comment-content {
	position:relative;
	margin:10px 10px 20px 10px;
}

.reply{margin-left:50px;}

.comment-content .block {
	border:1px solid #99D8FF;
	border-width:1px 1px 0 1px;
	padding:10px;
	font-size:1em;
	background:#E5F5FF;
	font-family:Arial,Verdana,sans-serif;
}

.comment-content .block2 {
	border:1px solid #d8d8d8;
	border-width:1px 1px 0 1px;
	padding:10px;
	font-size:1em;
	background:#FFE9CF;
	font-family: Arial,Verdana,sans-serif;
}

.comment-content .block2 p,
.comment-content .block p {
	padding-right:55px;
}

.comment-note {
	position:absolute;
	top:2px; right:4px;
	color:#ff7c00;
	font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
	font-size:1.8em;
	font-weight:bold;
	letter-spacing:-0.03em;
	background: transparent url(../img/note-bg.png) bottom center no-repeat;
	width:55px; padding-bottom:8px;
	text-align:center;
}

.comment-meta{
	height:33px;
	background: transparent url(../img/commentbg.png) top left no-repeat;
}

.comment-metapix{
	height:30px;
	background: transparent url(../img/commentpixbg.png) top left no-repeat;
}

.comment-icone{float:left;margin:8px 0 0 0; }
.comment-icone img {
	height:30px;
	width:30px;
	padding:3px;
	border:1px solid #99D8FF;
}
.comment-infos {float:left;}
.comment-infos p {
	margin:10px 0 0 30px;
	text-align:left;
	color:#99D8FF;
	font-size:11px;
}

a.diamond{color:#D63B92;}
a.gold{color:#3088ED;}
a.silver{color:#FF7C00;}
a.bronze{color:#000;}
a.unclassed{color:#9F9F9F;}

#mainside .abus form{
	background:transparent;
	margin:0;padding:0;
}
.abus {position:relative;float:right;margin:5px 0 0 0;background:transparent;}
.abus input.sendAbus {
	display:block;
	width:16px;
	height:16px;
	border:none;
	background:transparent url(../img/abus.png) no-repeat; 
	cursor:pointer;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.comNumb {position:relative;float:right;margin:7px 5px 0 0; font:normal 11px arial,verdana,sans-serif; color:#99D8FF;}

#comment-form {color:#006EB3;}
#comment-form h4,
#actu-comments #comment-form h4{
	height:18px;
	line-height:16px;
	background:transparent url(../img/pen.png) center left no-repeat;
	padding-left:18px;
	margin:0 0 10px 134px;
	color:#006EB3;
	font:bold 16px Arial,Verdana,sans-serif;
	letter-spacing:-0.03em;
}

#comment-error {
	width:60%;
	margin:15px 0 15px 134px;
	background:#ff1800;
	color:#fff;
}

#comment-error p {padding:5px;}
#comment-form fieldset {border:none;}
#comment-form p {margin:6px 0;}
#comment-form p.field label {
	display:block;
	float:left;
	font-weight:bold;
	padding:0 4px 4px 0;
	text-align:right;
	width:20%;
}

#comment-form .field input, 
#comment-form textarea {
	border:1px solid #CDCDCD;
	color:#005D99;
	font-size:1.1em;
	padding:1px 2px;
	width:60%;
	font-family:Arial,sans-serif;
}

#comment-form input.submit {
	cursor:pointer;
	width:130px;
	margin-left:300px;
	color:#7d7d7d;
	background:#F3F3F3;
	border:1px solid #CCC;
}

#comment-form input.submit:hover {
	background:#3088ED;
	border:1px solid #CCC;
	color:#fff;
}

fieldset#comment-rate {
	margin-left:134px;
	width:61%;
	border:1px dotted #eee;
	background:#FFFAF0;
}

.note-title {
	float:left;
	padding:14px 10px 0 20px;
	background:#FFFAF0;
}

.show-note {
	margin-left: 15px;
	color:#3088ED;
	font-family: Arial,Verdana,sans-serif;
	font-size:2.5em;
	letter-spacing:-0.03em;
	font-weight:bold;
	background:transparent;
}

.form-help,
.form-help2,
.form-info {
	padding-left:20%;
	width:60%;
	text-align:center;
}

.form-info a{
	color:#009CFF;
}

a.feedcom {
	display:block;
	float:right;
	height:16px; width:16px;
	background:transparent url(../img/feed.png) center left no-repeat;
	padding-top:0; margin:-20px 5px 0 0;
	cursor:pointer;
}
a.feedcom span{	display:none;}
a.feedcomvols {
	display:block;
	height:35px; width:auto;
	background:transparent url(img/follow.png) center left no-repeat;
	padding:10px 0 0 30px; 
	margin:10px 0 10px 133px;
	cursor:pointer;
	text-decoration:none;
}

a.feedcomvols span {
	height:26px;
	line-height:24px;
	background:transparent;
	color:#F3791C;
	font:bold 16px "Trebuchet MS",Verdana,Arial,sans-serif;
	letter-spacing:-0.03em;
}


/*__SEARCH________________________________________________________________________________*/
.searchCat{background:transparent;}
.searchCat h2{color:#c558cb;font-size:16px;margin:10px;}
.searchCat ul{border-left:2px solid #c558cb;margin-left:21px;}
.searchCat ul li{
	list-style:none;
	background:transparent url(../img/puce.png) center left no-repeat;
	padding-left:20px;
	margin-left:10px;
}

#searchResults .nores{
	height:auto;
	width:770px;
	background:transparent;
	font-weight:bold;
	margin: 20px 0 0 0;
	padding: 20px 0;
	text-align:center;
	color: #006EB3;
}


/*__LEGAL + CHARTE + FAQ ________________________________________________________________________________*/

#legal h3 ,
#legal h3 a{
	height:20px;
	color:#fff;
	background:#009CFF;
	text-transform:uppercase;
	padding:3px 0 0 10px;
	margin:20px 0 0 0px;
	text-decoration:none;
}

#legal h3 a:hover{
	color:#fff;
	text-decoration:underline;
	background:#009CFF;
}

#legal h4 {
	margin:5px 0 2px 0;
	padding:0 0 0 20px;
	color:#fff;
	background:#99D8FF;

}

#legal #mainside p {margin:10px;}


/* NYROMODAL
-------------------------------------------------------------------------------*/
.nyroModalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.7;
	
}
.nmReposition {
	position: absolute;
}
.nyroModalCloseButton {
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(../img/nyro/close.gif);
}
.nyroModalTitle {
	top: -26px;
	left: 0;
	margin: 0;
    font-size: 1.1em;
	color: #ddd;
}
.nyroModalCont {
	position: absolute;
	border: 4px solid #777;
	margin: 25px;
	background: #fff;
	z-index:200;
}
.nyroModalCont iframe {
	width: 600px;
	height: 400px;
}
.nyroModalError {
	border: 4px solid red;
	color: red;
	width: 250px;
	height: 250px;
}
.nyroModalError div {
	min-width: 0;
	min-height: 0;
	padding: 10px;
}
.nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile {
	position: relative;
	padding: 10px;
	min-height: 250px;
	min-width: 250px;
	max-width: 1000px;
}
.nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm {
	position: relative;
	overflow: hidden;
}
.nyroModalImage img {
    vertical-align: top;
}
.nyroModalHidden {
	left: -9999em;
	top: -9999em;
}
.nyroModalLoad {
	position: absolute;
	width: 100px;
	height: 100px;
	background: #fff url(../img/nyro/ajaxLoader.gif) no-repeat center;
	padding: 0;
}
.nyroModalPrev, .nyroModalNext {
	outline: none;
	position: absolute;
	top: 0;
	height: 60%;
	width: 150px;
	min-height: 50px;
	max-height: 300px;
	cursor: pointer;
	text-indent: -9999em;
	background: transparent url('data:image/gif;base64,AAAA') left 20% no-repeat;
}
.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {
	height: 100%;
	width: 40%;
	max-height: none;
}
.nyroModalPrev {
	left: 0;
}
.nyroModalPrev:hover {
	background-image: url(../img/nyro/prev.gif);
}
.nyroModalNext {
	right: 0;
	background-position: right 20%;
}
.nyroModalNext:hover {
	background-position: right 20%;
	background-image: url(../img/nyro/next.gif);
}

/* AUTOCOMPLETE
-------------------------------------------------------------------------------*/
#artupload .ac_input,#cosupload .ac_input{width: 350px;}

.ac_results {
	padding: 0 4px 0 0;
	margin: 0 7px;
	border-left: 1px solid #006EB3;
	border-right: 1px solid #006EB3;
	border-bottom: 1px solid #006EB3;
	background-color: #fff;
	overflow: hidden;
	color:#006EB3;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}
.ac_over {
	background-color:#009CFF;
	color:#fff;
}


/*

	jQuery Bubble Popup v.2.3.1
	http://maxvergelli.wordpress.com/jquery-bubble-popup/
	
	Copyright (c) 2010 Max Vergelli
	
	Permission is hereby granted, free of charge, to any person obtaining a copy
	of this software and associated documentation files (the "Software"), to deal
	in the Software without restriction, including without limitation the rights
	to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
	copies of the Software, and to permit persons to whom the Software is
	furnished to do so, subject to the following conditions:
	
	The above copyright notice and this permission notice shall be included in
	all copies or substantial portions of the Software.
	
	THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
	IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
	FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
	AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
	LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
	OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
	THE SOFTWARE.

*/

	/* Layout Settings */
	.jquerybubblepopup{width:auto;height:auto;margin:0px;padding:0px;position:absolute;border:0px;z-index:100;text-align:center;background-color:transparent;}
	.jquerybubblepopup-ie{filter:progid:DXImageTransform.Microsoft.Shadow(color="#666666", Direction=135, Strength=3);} /* the plugin adds this class only if browser is IE; if IE9, it's added to main <DIV> else to <TABLE> */
	.jquerybubblepopup table{width:auto;height:auto;margin:0px;padding:0px;display:table;border-collapse:collapse;border-spacing:0px;border:0px;empty-cells:show;background-color:transparent;}
	.jquerybubblepopup tbody{display:table-row-group;vertical-align:middle;border:0px;background-color:transparent;}
	.jquerybubblepopup td{margin:0px;padding:0px;background-color:transparent;}
	.jquerybubblepopup-top-left,    .jquerybubblepopup-top-right,
	.jquerybubblepopup-bottom-left, .jquerybubblepopup-bottom-right{width:21px;height:21px;overflow:hidden;background-repeat:no-repeat;}
	.jquerybubblepopup-top-middle,  .jquerybubblepopup-bottom-middle{overflow:hidden;background-repeat:repeat-x;}
	.jquerybubblepopup-middle-left, .jquerybubblepopup-middle-right{overflow:hidden;background-repeat:repeat-y;}
	.jquerybubblepopup-tail{border:0px;margin:0px;padding:0px;display:inline;}

/*  
	Themes:

	The plugin adds the class of the theme (for example ".jquerybubblepopup-azure") 
	to the main <DIV> container, then you can edit the style of any element inside the 
	Bubble Popup markup for each theme.
	
	The following code defines fonts and backgrounds of the "innerHtml" for each theme:
*/
	.jquerybubblepopup-azure  .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-black  .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-blue   .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-green  .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-grey   .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-orange .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-violet .jquerybubblepopup-innerHtml, 
	.jquerybubblepopup-yellow .jquerybubblepopup-innerHtml
	{
		font-family:'Trebuchet MS',Arial;
		font-size:11px;
		font-weight:normal;
		color:#000000;
		background-color:#FFFFFF;
	}
	.jquerybubblepopup-all-azure  .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-all-black  .jquerybubblepopup-innerHtml, 
	.jquerybubblepopup-all-blue   .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-all-green  .jquerybubblepopup-innerHtml, 
	.jquerybubblepopup-all-grey   .jquerybubblepopup-innerHtml, 
	.jquerybubblepopup-all-orange .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-all-violet .jquerybubblepopup-innerHtml, 
	.jquerybubblepopup-all-yellow .jquerybubblepopup-innerHtml
	{
		font-family:'Trebuchet MS',Arial;
		font-size:11px;
		font-weight:normal;
		color:#FFFFFF;
	}
	.jquerybubblepopup-all-azure  .jquerybubblepopup-innerHtml{background-color:#0099FF;}
	.jquerybubblepopup-all-black  .jquerybubblepopup-innerHtml{background-color:#000000;} 
	.jquerybubblepopup-all-blue   .jquerybubblepopup-innerHtml{background-color:#0066CC;}
	.jquerybubblepopup-all-green  .jquerybubblepopup-innerHtml{background-color:#66FF00;} 
	.jquerybubblepopup-all-grey   .jquerybubblepopup-innerHtml{background-color:#666666;}
	.jquerybubblepopup-all-orange .jquerybubblepopup-innerHtml{background-color:#FF9933;}
	.jquerybubblepopup-all-violet .jquerybubblepopup-innerHtml{background-color:#C558CB;} 
	.jquerybubblepopup-all-yellow .jquerybubblepopup-innerHtml{background-color:#FFCC00;}


#parkinglist{
	width:100%;
	}
#parkinglist span{color:#ccc;}






/* MISC 
-------------------------------------------------------------------------------*/
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

@media all and (orientation:portrait) {
}

@media all and (orientation:landscape) {
}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}