

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 }

    .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;
	}




}



.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;}

.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;}

.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;}

.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;}

.left {
	float:left;
}
.right {
	float:right;
}
.overflow {
	overflow:auto;
}
.clear {
	clear:both;
}
html {
	background:#f5f5f5;
	margin:0;
	padding:0;
}body {
	background:#f5f5f5;
	padding: 5px 20px 20px 20px;
	margin:0;
}
a {
	color:black;
}
a:hover {
	color:grey;
}
.hidden {
	display:none;
}
.img_maj_trad {
    display: none;
}

#langues_selection a {
	margin-right:10px;
}
#langues_selection {
	float:right;
	clear:both;
}
#general {
	margin: 0 auto;
	padding: 10px;
	max-width: 1000px;
	background: white;
	/* overflow:auto; */
	zoom:1;
	min-height: 200px;
	color: black;
	min-height: 500px;
	font-size: 12px;
}


#headerborder {
	border-bottom: 1px solid #666;
	margin:5px 0 !important;
}

/*
#topmenuborder {
border-bottom: 1px solid #ccc;

    clear: both;
    margin: -10px 0 10px;
    position: relative;
    top: -10px;
    width: 100%;
}*/


/*
#topmenu ul {
	list-style-type: none;
	clear:both;
	
	min-height: 30px;
	
	color:#666;
	padding: 0;
}
#topmenu li {
	float: left;
	
}
#topmenu ul a {
	border-right: 1px solid #f0f0f0;
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 10px;
	display: block;
	line-height: 30px;
	text-decoration: none;
	color:black;
}
#topmenu ul a:hover {
	color: #000;
	background: #f5f5f5;
}

#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;	
}
*/

#page {
	min-height:780px;
	/* overflow:auto; */
}
#footer, #footer a {
	color: lightgrey;
	font-size: 10px;
	text-align: right;
}
/* -------- */
#galerielist.ingalerie {
	height: 550px;
}
#galerielist {
	display:block;
	clear:both;
	text-align: center;
	min-height:550px;
}
.galerie {
	display:inline-block;
	
	overflow : hidden;
	margin:10px 5px;
	
	text-align: center;
	position:relative;
}
.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: #f9f9f9;
	border: 1px solid #ddd;
	color: black;
}
input {
border: 1px solid #dedede;;
}
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: #2580A2;
}
form p.double input,
form p.double select,
form p.double textarea {
	width: 250px;
/*	margin-left: 12px;*/
	border: solid 1px #dedede;
	padding: 4px 4px;
}
form p.double textarea {
	padding: 2px 0 0 4px;
	width: 320px;
	height: 6em;
}
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;
}

#frm_selrep,#mod_reportages #breadCrumb {
    max-width: 95%;
}