.art-content .art-postcontent-0 .layout-item-1 { 
	border: solid 1px #BFBFBF; 
	padding: 10px 0 10px 0;
	border-radius: 20px;  
	behavior: url(/pie/PIE.htc);
}
.ie7 .art-post .art-layout-cell {
	border:none !important; 
	padding:0 !important; 
}
.ie6 .art-post .art-layout-cell {
	border:none !important; 
	padding:0 !important; 
}

@font-face {
    font-family: 'ballantines-regular';
    src: url('../ballantines-regular-8039-webfont.eot');
    src: url('../ballantines-regular-8039-webfont.eot?#iefix') format('embedded-opentype'),
         url('../ballantines-regular-8039-webfont.woff2') format('woff2'),
         url('../ballantines-regular-8039-webfont.woff') format('woff'),
         url('../ballantines-regular-8039-webfont.ttf') format('truetype'),
         url('../ballantines-regular-8039-webfont.svg#ballantines-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe_print_bold';
	src:url('../Segoe_print_bold.eot') format('eot');
    src:url('../Segoe_print_bold.eot?#') format('eot'),    
        url('../Segoe_print_bold.woff') format('woff'),
        url('../Segoe_print_bold.ttf') format('truetype'); 
	font-weight: bold;
    font-style: normal;
}

img, object, embed, canvas, video, audio, picture {
   max-width: 100%;
   height: auto;
} 

.mycell {
	text-align:center;
	padding:1.2em 0 1em 0;
	border-radius:16px; 
	height:110px;
	/* controle espacement cellules */
	margin:0.32em;
	behavior: url(/pie/PIE.htc);
}

.mycell:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.myanchor {
	color: black !important;
	font-family: Segoe_print_bold !important;
	font-size: 1.8em !important;
	line-height: 1.1em !important;	
}

.thgest {
	text-align:center !important;
	font-size:1.2em;
	color:black;
}

.cellgest {
	text-align:left !important;
	vertical-align:middle !important;
	padding: 15px !important;
	width:33%; 
	border:1px solid grey;
}

.cellgest2 {
	vertical-align:middle !important;
	width:25%; 
	border:1px solid grey;
}

.cellphoto {
	color:white;
	background:black !important;
	border:none;
	width:25%;
	text-align:center !important;
	vertical-align:bottom !important;
}

.comment {
	text-align:center;
	padding:18px 0 4px 0;
	border-radius:16px; 
	color:#7C8796;
	background:white !important;
	width:auto;
	margin:0 5px 0 5px;
	padding:0 5px 0 5px;
}

input[type="submit"] {
	cursor:pointer;
	padding: 8px;
	color: white !important;
	text-decoration: none !important;
	font-weight: bold;
	font-size: 11pt !important;
	box-shadow: 4px 3px 2px #C0C0C0;
	background-color: #F7B135;
	border: none;
}

input[type="submit"]:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

input[type="file"] {
	cursor:pointer;
	padding: 8px;
	color: white !important;
	text-decoration: none !important;
	font-weight: bold;
	font-size: 11pt !important;
	box-shadow: 4px 3px 2px #C0C0C0;
	background-color: #00c7bd;
	border: none;
}

input[type="file"]:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.button:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.button a {
	cursor:pointer;
	padding: 8px;
	color: white !important;
	text-decoration: none !important;
	font-weight: bold;
	font-size: 11pt !important;
	box-shadow: 4px 3px 2px #C0C0C0;
	background-color: #70BA1C;
	border: none;
}

.rc {
	cursor:pointer;
	text-align:center;
	background-color:#FF6500; 
	color:white; 
	width:140px;
}

.spacing {
	width: 100%;
}

.select-wrapper{
	display: inline-block;
	background: url("/images/arrow.png") no-repeat left;
	cursor: pointer;
	width: 200px;
	height: 30px;
	line-height: 1.5em;
}

.myselect {
	width:100px;
	font-size:1.2em;
}

.titre {
font-weight:bold; 
font-size:large; 
text-align:center; 
padding: 5px;
}

.vertical-line {
padding-left:2em;
}