
#debug_bar * { color :black;}
h1 {	font-size: 20px}
h2 {	font-size: 18px}
h3 {	font-size: 16px}
h4,h5,h6 {	font-size: 14px}





@media screen and (max-width: 768px) {




	.pagecontentzone img {
		max-width: 100% !important;
		height: auto !important;
	}

	tbody, thead { float: left; }
	thead { min-width: 120px }
	td,th { display: block }

	.tablesorter td,.tablesorter th {
		display: table-cell;
	}

	.pagecontentzone img {
		max-width: 730px !important;

	}
}

@media screen and (max-width: 800px) {  

	.pagecontentzone img {
		max-width: 720px !important;
	}
}

@media screen and (max-width: 480px) {  

	.pagecontentzone img {
		max-width: 420px !important;
	}
}


@media screen and (max-width: 360px) {  

	.pagecontentzone img {
		max-width: 310px !important;
	}
}

@media screen and (max-width: 320px) {  

	.pagecontentzone img {
		max-width: 250px !important;
	}
}




@media screen and (max-width: 480px) {
	#openmobilemenu {
		display:block !important;
	}
	#topmenu {
		display:none;
	}

	ul.dropdown li {
		width:100%;
	}

	ul.dropdown li ul.sortable{
		visibility: visible;
		position: relative;
		width: 100%;
		display:block;
		left:0;
	}


	ul.dropdown li ul.sortable.niv_2 li a{
		padding-left : 10px;
	}

	ul.dropdown li ul.sortable.niv_3 li a{
		padding-left : 20px;
	}




}

select, option {
	color: black;
}
.warning {display:block;padding:10px; margin-right: 10px; padding-left:35px;background:url("../../../images/icons/icowarning.gif") 10px 50% no-repeat;border:2px solid #F2DD8C; background-color:#FFF5CC;color:black;}

.info {display:block;padding:10px; margin-right: 10px;  padding-left:35px;background:url("../../../images/icons/icoinfo.gif") 10px 50% no-repeat;border:2px solid #B8E2FB; background-color:#E8F6FF;color:black;}


.success {display:block; padding:10px; margin-right: 10px;  padding-left:35px;background:url("../../../images/icons/icodone.gif") 10px 50% no-repeat;border:2px solid #BBDF8D; background-color:#EAF7D9; color:black;}

.error {display:block;padding:10px; margin-right: 10px;  padding-left:35px;background:url("../../../images/icons/icodelete.gif") 10px 50% no-repeat;border:2px solid #FFAEAE; background-color:#FEEBEB;color:black !important;}

.error span, .success span, .info span, .warning span { color : black; }
.left {
	float:left;
}
.right {
	float:right;
}
.overflow {
	overflow:auto;
}
.clear {
	clear:both;
}
html {
	background:#333;
	margin:0;
	padding:0;
	}body {
		background:#333;

		padding: 5px 20px 20px 20px;
		margin:0;
	}
	.hidden {
		display:none;
	}
	.img_maj_trad {
		display: none;
	}

	a {
		color:white;
	}
	a:hover {
		color:grey;
	}
	#langues_selection {
		text-align:right;
		clear:both;
		overflow:auto;
		height : 20px;
		width:100%;
	}
	#langues_selection a {
		margin-right:10px;
	}
	#general {
		margin: 0 auto;
		padding: 10px;
		max-width: 1000px;
		background: white;
		/* overflow:auto; */
		zoom:1;
		color: white;
		background: #000;
		min-height: 200px;
		color:white;
		font-size: 12px;
	}


	#headerborder {
		border-bottom: 1px solid #666;
		margin:5px 0 !important;
	}
/*#topmenuborder {
border-bottom: 1px solid #666;
   clear: both;
    margin: -10px 0 10px;
    position: relative;
    top: -10px;
    width: 100%;
    }*/

/*
#topmenu ul {
	list-style-type: none;
	min-height: 30px;
	overflow:visible;
	
	color:#000;
	padding: 0;
}
#topmenu li {
	float: left;
	overflow:visible;
}
#topmenu ul a {
	border-right: 1px solid #666;
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 10px;
	display: block;
	line-height: 30px;
	text-decoration: none;
	color:#f5f5f5;
}
#topmenu ul a:hover {
	color: #f0f0f0;
	background: #222;
}

#topmenu ul li  ul {
	display:none;	
	width:200px;
	float:left;
	position:absolute;
	z-index: 200;
	margin-top: 20px;
}
#topmenu ul li  ul li{
	width:200px;
}
#topmenu ul li:hover  ul {
	display:block;
float:left;	
}
*/
#galerielist.ingalerie {
	height: 550px;
}
#galerielist {
	display:block;
	clear:both;	
	min-height:550px;
}
#page {
	min-height:780px;
	/* overflow:auto; */
}
#footer, #footer a {
	color: #444;
	font-size: 10px;
	text-align: right;
}
/* -------- */
.galerie {
	display:block;
	
	overflow : hidden;
	margin:10px 5px;
	float:left;
	text-align: center;
}
.galerie a {
	text-decoration:none;
	font-weight: bold;
}
.galerie h2 {
	font-size: 16px;
	
}
.galerie img {
	
	margin: 0 auto;
}

/*** formulaires **/

form {
	/*width: 90%;*/
	padding: 10px 20px;
	background: #444;
	border: 1px solid #666;
	color: #f6f6f6;
}

input {
	border: 1px solid #666;
	color: #666;
}
form p {
	margin: 1em 0;
	
}
form p.double {
	/* Emp�cher le d�passement des flottants 
	overflow: hidden;*/
	/* Idem pour IE6 
	width: 100%;*/
}
form p.double label {
	/*float: left;
	width: 150px;*/
	display:block;
	text-align: left;
	font-weight: bold;
	cursor: pointer;
}
form p.double label span.info_label {
	display: block;
	margin: 0 0 0.3em 0;
	font-size: .8em;
	font-weight: normal;
	cursor: default;
	color: #fff;
}
form p.double input,
form p.double select,
form p.double textarea {
	width: 250px;
	/*	margin-left: 12px;*/
	border: solid 1px midnightblue;
	padding: 4px 4px;
}
form p.double textarea {
	padding: 2px 0 0 4px;
	width: 320px;
	height: 6em;
	color:#666;
}
form p.double input[type="checkbox"] {
	width: auto;
}

form p.simple {
	margin-left: 160px;
}

form p { position:relative }
.inFieldLabels  { position:absolute; top:3px; left:3px}


input.good ,form p.double input.good {
	border: 1px solid green;
	background-image:none;
}
input.error , form p.double input.error{
	border: 1px solid red;
	background-image:none;
}
.socialicons {
	position:relative;
	margin : 0 8px 0px 0;
	/*top: 10px;*/
	overflow:auto;
	z-index: 1000;
}


.error  , .info , .success {
	color:black !important;
}

table.tablesorter tbody td {
	color:white;
}

body.noir #mod_tirages #tablechoixuploader *{
	color: #aaa;
}
body.noir #mod_tirages #UploaderFlash * {
	color:black;
}

#frm_selrep,#mod_reportages #breadCrumb {
    max-width: 95%;
}