
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
.wrapper {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
.navigationTabs {
	height: 23px;
	line-height: 23px;
	border-bottom: 1px solid .ccc;
}
.navigationTabs li {
	float: left;
	height: 23px;
	line-height: 23px;
	padding-right: 3px;
}
.navigationTabs li a{
	float: left;
	dispaly: block;
	height: 23px;
	line-height: 23px;
	padding: 0 10px;
	overflow: hidden;
	color: .52697E;
	background-color: .eee;
	position: relative;
	text-decoration: none;
}
.navigationTabs li a:hover {
	background-color: .f0f0f0;
}
.navigationTabs li a.active {
	background-color: .fff;
	border: 1px solid .ccc;
	border-bottom: 0px solid;
}
.tabsContent {
	border: 1px solid .ccc;
	border-top: 0px solid;
	width: 698px;
	overflow: hidden;
}
.tab {
	padding: 16px;
	display: none;
}
.tab h2 {
	font-weight: bold;
	font-size: 16px;
}
.tab h3 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
}
.tab p {
	margin-top: 16px;
	clear: both;
}
.tab ul {
	margin-top: 16px;
	list-style: disc;
}
.tab li {
	margin: 10px 0 0 35px;
}
.tab a {
	color: .8FB0CF;
}
.tab strong {
	font-weight: bold;
}
.tab pre {
	font-size: 11px;
	margin-top: 20px;
	width: 668px;
	overflow: auto;
	clear: both;
}
.tab table {
	width: 100%;
}
.tab table td {
	padding: 6px 10px 6px 0;
	vertical-align: top;
}
.tab dt {
	margin-top: 16px;
}

.colorSelector {
	position: relative;
	width: 36px;
	height: 36px;
	background: url(../images/colorpicker/select.png);
}
.colorSelector div {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 30px;
	height: 30px;
	background: url(../images/colorpicker/select.png) center;
}
.colorSelector2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	background: url(../images/colorpicker/select2.png);
}
.colorSelector2 div {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: url(../images/colorpicker/select2.png) center;
}
.colorpickerHolder2 {
	top: 32px;
	left: 0;
	width: 356px;
	height: 0;
	overflow: hidden;
	position: absolute;
        z-index: 9999;
}
.colorpickerHolder2 .colorpicker {
	background-image: url(../images/colorpicker/custom_background.png);
	position: absolute;
	bottom: 0;
	left: 0;
}
.colorpickerHolder2 .colorpicker_hue div {
	background-image: url(../images/colorpicker/custom_indic.gif);
}
.colorpickerHolder2 .colorpicker_hex {
	background-image: url(../images/colorpicker/custom_hex.png);
}
.colorpickerHolder2 .colorpicker_rgb_r {
	background-image: url(../images/colorpicker/custom_rgb_r.png);
}
.colorpickerHolder2 .colorpicker_rgb_g {
	background-image: url(../images/colorpicker/custom_rgb_g.png);
}
.colorpickerHolder2 .colorpicker_rgb_b {
	background-image: url(../images/colorpicker/custom_rgb_b.png);
}
.colorpickerHolder2 .colorpicker_hsb_s {
	background-image: url(../images/colorpicker/custom_hsb_s.png);
	display: none;
}
.colorpickerHolder2 .colorpicker_hsb_h {
	background-image: url(../images/colorpicker/custom_hsb_h.png);
	display: none;
}
.colorpickerHolder2 .colorpicker_hsb_b {
	background-image: url(../images/colorpicker/custom_hsb_b.png);
	display: none;
}
.colorpickerHolder2 .colorpicker_submit {
	background-image: url(../images/colorpicker/custom_submit.png);
}
.colorpickerHolder2 .colorpicker input {
	color: .778398;
}
.customWidget {
	position: relative;
	height: 36px;
}


/* CALENDRIERS */

.content-header{
    background: #2eaadc;
    width: 100%;
    color: #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .content-header h1{
        margin: 0;
        padding-left: 2%;
        padding-top: 1%;        
        padding-bottom: 1%;
        font-size: 16px;
    }
    
    .content-header .navigation-area{
        margin: 0;
        padding-left: 2%;
        padding-top: 1%;        
        /*padding-bottom: 1%;*/
        font-size: 16px;
    }
    
        .content-header .navigation-area a{
            text-decoration: none;
            margin-right: 10%;
        }
        
            .content-header .navigation-area a:last-of-type{
                margin-right: 0px;
            }
        
    .content-header a.backbutton{
        border: 2px solid #021725;
        color: #021725;
        padding-top: 15px;
        padding-bottom: 15px;
        display: block;
        text-align: center;
        margin-top: 1%;
        margin-bottom: 2%;
        text-transform: uppercase;
        margin-left: 1%;
        margin-right: 1%;
    }
    
        .content-header a.backbutton:hover{
            text-decoration: none;
            background-color: #021725;
            color: white;
            transition: 0.4s;
        }
        
.action-button-area {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 25px;
}

    .action-button-area a.backbutton {
        float: right;
        width: 20%;
        margin-bottom: 1%;
        margin-top: 0;
        border: 2px solid #021725;
        color: #021725;
        padding-top: 15px;
        padding-bottom: 15px;
        cursor: pointer;
        font-size: 14px;
        margin-right: 1%;
        text-align: center;
        display: block;
        text-decoration: none;
        margin-left: 1%;
    }
    
        .action-button-area a.backbutton:hover{
            text-decoration: none;
            background-color: #021725;
            color: white;
            transition: 0.4s;
        }
    
.validationMessage{
    text-align: center;
    width: 100%;
    margin-top: 15px;
    border: 1px solid green;
    background-color: green;
    color: white;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}