@CHARSET "UTF8";
.element{
}
input[type="checkbox"]{
margin-right:10px;
}
.cadre{
	border:2px solid #924A85;
	min-height:380px;
	padding-top:40px;
}
.cadre-no-boder{
	min-height:460px;
}
.btn-primary.gradient {
	border-color:#79126A;
    background: -moz-linear-gradient(top,  #924A85 50%, #79126A 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#924A85), color-stop(50%,#79126A)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #924A85 50%,#79126A 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #924A85 50%,#79126A 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #924A85 50%,#79126A 50%); /* IE10+ */
    background: linear-gradient(to bottom,  #924A85 50%,#79126A 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#924A85', endColorstr='#79126A',GradientType=0 ); /* IE6-9 */
    font-size:13px;
    padding:2px;
}
.btn-primary.gradient:hover, .btn-primary.gradient:focus, .btn-primary.gradient:active, .btn-primary.gradient.active, .open > .dropdown-toggle.btn-primary {
    background: -moz-linear-gradient(top,  #924A85 50%, #924A85 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#924A85), color-stop(50%,#924A85)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #924A85 50%,#924A85 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #924A85 50%,#924A85 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #924A85 50%,#924A85 50%); /* IE10+ */
    background: linear-gradient(to bottom,  #924A85 50%,#924A85 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#924A85', endColorstr='#924A85',GradientType=0 ); /* IE6-9 */
}
.btn-primary.gradient:active, .btn-primary.gradient.active {
    background: -moz-linear-gradient(top,  #79126A 50%, #79126A 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#79126A), color-stop(50%,#79126A)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #79126A 50%,#79126A 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #79126A 50%,#79126A 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #79126A 50%,#79126A 50%); /* IE10+ */
    background: linear-gradient(to bottom,  #79126A 50%,#79126A 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79126A', endColorstr='#79126A',GradientType=0 ); /* IE6-9 */
}
.bottomaligned {    
	position: absolute;
    bottom: 0;
    /*text-align: center;*/
 	width:100%;
}
div.paragraphe{
	/*margin-top:30px;*/
}
.alertMsg{
	background-color:#EACEF4;
}
ul{
margin-bottom:100px;
}
.colonne-centree
{
float: none;
margin: 0 auto;
}
h3{
	color: #7E2991;
}