@charset "UTF-8";
/* CSS Document */

/* ----Home------------------------*/
a.home_inscription {
	letter-spacing:0px;
}
.roundcorner {
	border:none;
	padding:0;
}
.cornergrey{
	background:url(images/cornergrey-top.jpg) no-repeat 0 0;
	padding-top:5px;
	border:none;
	width:478px;
}
.cornergrey .cornerbottom{
	background:url(images/cornergrey-bottom.jpg) no-repeat 0 bottom;
	padding-bottom:5px;
}
.cornergrey .cornerbottom .middle{
	border-right:1px solid #cfcfcf;
	border-left:1px solid #cfcfcf;
	padding:0 5px;
}
.littlecornergrey{
	background:url(images/littlecornergrey-top.jpg) no-repeat 0 0;
	padding-top:5px;
}
.littlecornergrey .cornerbottom{
	background:url(images/littlecornergrey-bottom.jpg) no-repeat 0 bottom;
	padding-bottom:5px;
}
.littlecornergrey .cornerbottom .middle{
	border-right:1px solid #cfcfcf;
	border-left:1px solid #cfcfcf;
	padding:0 5px;
}
/* ----Kit démonstration-----------------------*/
.mgr70{
	margin-right:60px;
}
#kit{
	padding:4px;
	background-color:#b4d0ec;
}
/*----------------FONCTIONNEMENT----------------*/
#container #gallery {
	position:relative;
	border:1px solid #CCC;
}
#content .video {
	padding:10px 0 0;
	border:none;
}
.bigcornergrey{
	background:url(images/bigtopcorner.jpg) no-repeat 0 0;
	padding-top:10px;
	width:821px;
}
.bigcornergrey .cornerbottom{
	background:url(images/bigbottomcorner.jpg) no-repeat 0 bottom;
	padding-bottom:10px;
	width:821px;
}
.bigcornergrey .cornerbottom .middle {
	border-right:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	padding:0 10px;
}
/*----------------Reversement----------------*/
#reversement .ui-state-active, .ui-widget-content .ui-state-active {
    background: url("images/accordion-hover.jpg") no-repeat scroll 0 0 transparent;
    border:none;
    height: 50px;
}
#reversement .ui-state-default, .ui-widget-content .ui-state-default {
    background: url("images/accordion.jpg") no-repeat scroll 0 0 transparent;
    border:none;
    color: #43688B;
    font-weight: bold;
    height: 50px;
    text-transform: uppercase;
}
