
/*  reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
{
	display: block;
}

body {
	line-height: 1;
	margin: 0;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

table tr td{
padding:5px 3px !important;
}


/* fin reset */

/* général */
body {
	background: #E9E9E9;
	font-size: 13px;
	line-height: 18px;
	font-family: 'aller_lightregular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	overflow-x: hidden;
}

.formation {
	background: #E9E9E9 !important;
}

#pagePrincipale{
	margin-top: 15px;
}

a {
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transform: translateZ(0);
}

a{
    color:#CF0A2C;
  cursor: pointer;
}

a:hover{
    color:#ff5371;
}

hr,.line {
	clear: both;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	border-top-width: medium;
	border-right-width-value: medium;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: medium;
	border-left-width-value: medium;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: none;
	border-right-style-value: none;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: none;
	border-left-style-value: none;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: -moz-use-text-color;
	border-right-color-value: -moz-use-text-color;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: -moz-use-text-color;
	border-left-color-value: -moz-use-text-color;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	background-color: #CF0A2C;
	color: #CF0A2C;
	height: 2px;
}

/* div#buzy {
	position: absolute;
	left: 50em;
	top: 20em;
} */

fieldset{
	margin: 10px 20px;
	padding: 15px;
	border-bottom: 1px solid #D0D0D0;
}

input{
border:1px solid #CCC;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
padding:4px 6px;
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
box-shadow:none !important;
transition:all 0.2 ease !important;
background:#f8f8f8 !important;
font-size:14px !important;
font-family: 'Open Sans', sans-serif !important;
}

input:hover{
border:1px solid #CCC !important;
}

input:focus{
border:1px solid #999 !important;
background:#fff !important;
}


legend{
	color:#333;
	font-size: 14px;
	background-size: 6px 6px;
	-moz-background-size: 6px 6px;
	-webkit-background-size: 6px 6px;
}


.table_window{
	border: none !important;
}
.table_window th,.table_window td {
	padding: 5px;
}
.table_window th{
	font-weight: bold;
	vertical-align: top;
}
select[disabled] {
    color: graytext;
}

/* fin général */



/*Element de formulaire*/
select {
	font-size: 10px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

input[type="text"],textarea,input[type="file"] {
	background-color: #fff;
	border-radius: 4px;
	/*box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset;*/
}

input[type="file"]{
	padding:4px 6px;
	margin-top: 10px;
}

input[type="button"]{
	background: none repeat scroll 0 0 #CF0A2C;
    border-radius: 4px !important;
    color: #F2F2F2;
    cursor: pointer;
    display: inline-block;
    height: 27px;
    line-height: 27px;
    margin: 2px;
    padding: 0 6px;
    text-align: center !important;
    text-shadow: 1px 1px 0 #333333;
    cursor: pointer;
    transition:all 0.2s ease;
}

input[type="button"]:hover{
	color:#CCC;
}

input[type="text"]:hover,textarea:hover {
	border: 1px solid #666;
	border-radius: 4px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset;
}

input[type="text"]:focus,textarea:focus {
	border: 1px solid #41A1FF;
	box-shadow: 0 0 1px 1px #41A1FF;
}

#idContainerPasswd table{
	margin-top:15px;
}

#idContainerPasswd table th{
	font-weight: bold;
	padding-right: 6px;
}

#idContainerPasswd table input{
	background: #fff !important;
	padding:2px 5px !important;
	border-color:#999 !important;
	transition:all 0.2s ease;
}

#idContainerPasswd table input:focus{
	background: #f4f4f4 !important;
	border-color:#CF0A2C !important;
}

/* Fin Element de formulaire */

/* Bouton */
.boutonlnk, .boutonlnk:hover, input[type="button"], input[type="submit"]{
	display: inline-block !important;
	margin: 2px !important;
	padding: 0 6px !important;
	cursor: pointer !important;
	background: #CF0A2C !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFF !important;
	height: 27px !important;
	line-height: 27px !important;
	text-shadow: none !important;
	text-align: center !important;
	border:none !important;
}

.boutonlnk:hover, input[type="button"]:hover, input[type="submit"]:hover {
	background: #a50b26 !important;
	color: #FFF !important;
}

.boutonlnk[disabled] {
	color: #777777 !important;
	background-color: #A0A0A0 !important;
}

.boutonlnkdisabled {
	display: inline-block;
	margin: 2px;
	padding: 0 6px;
	cursor: pointer;
	background-color: #A0A0A0;
	border-radius: 4px 4px 4px 4px;
	color: #777777;
	height: 27px;
	line-height: 27px;
	text-shadow: 1px 1px 0 #333333;
}

.boutonlnk>img {
	border: 0;
	margin-right: 4px;
	margin-bottom: 2px;
	vertical-align: middle !important;
}

.boutonlnkdisabled>img {
	border: 0;
	margin-right: 4px;
	vertical-align: middle !important;
}

/* fin bouton*/

/* Pour la buzydiv*/

.messagesInvisible {
	display: none;
}

.busydiv {
	color: #ffffff;
	width: 100%;
	height: 100%;
	position: fixed;
	overflow-x: hidden;
	overflow-y: hidden;
	top: 0px;
	left: 0px;
	z-index: 9999999;
	background-color: rgba(32, 32, 32, 0.8);
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
}

.busydiv div#message {
	position: relative;
	top: 40%;
	width: 200px;
	height: 100px;
	margin: auto;
	text-align: center;
}

#warningGradientOuterBarG {
	height: 20px;
	width: 200px;
	border: 1px solid #CF0A2C;
	overflow: hidden;
	background-color: #FFFFFF;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF),
		to(#CF0A2C) );
	background: -moz-linear-gradient(top, #FFFFFF, #CF0A2C);
	background: -webkit-linear-gradient(top, #FFFFFF, #CF0A2C);
	background: -ms-linear-gradient(top, #FFFFFF, #CF0A2C);
	background: -o-linear-gradient(top, #FFFFFF, #CF0A2C);
	background: linear-gradient(top, #FFFFFF, #CF0A2C);
}

.warningGradientBarLineG {
	background-color: #FFFFFF;
	float: left;
	width: 14px;
	height: 120px;
	margin-right: 24px;
	margin-top: -28px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.warningGradientAnimationG {
	width: 236px;
	-moz-animation-name: warningGradientAnimationG;
	-moz-animation-duration: 0.4s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-webkit-animation-name: warningGradientAnimationG;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-ms-animation-name: warningGradientAnimationG;
	-ms-animation-duration: 0.4s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: warningGradientAnimationG;
	-o-animation-duration: 0.4s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	animation-name: warningGradientAnimationG;
	animation-duration: 0.4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

#warningGradientFrontBarG {
	
}

@-moz-keyframes warningGradientAnimationG { 0%{
	margin-left: -38px;
}

100%{
margin-left
:
0px;
}
}

@-webkit-keyframes warningGradientAnimationG { 0%{
	margin-left: -38px;
}

100%{
margin-left
:
0px;


}
}

@-ms-keyframes warningGradientAnimationG { 0%{
	margin-left: -38px;
}

100%{
margin-left
:
0px;


}
}

@-o-keyframes warningGradientAnimationG { 0%{
	margin-left: -38px;
}

100%{
margin-left
:
0px;


}
}

@keyframes warningGradientAnimationG { 0%{
	margin-left: -38px;
}
100%{
margin-left
:
0px;


}
}
/*fin busydiv*/

.helpUser{
font-weight:bold;
color:#444 !important;
display:block !important;
line-height:26px !important;
margin-bottom:7px !important;	
padding:8px 15px !important;
background:#fff7c2 !important;
display:inline-block !important;
border-radius:5px;
border: 1px solid #ffde00 !important;

}
.divTitre {
font-weight: bold;
margin: 5px 1px;
font-size:16px !important;
}

.divTitre:before{
content:"\f111" !important;
font-weight:normal !important;
display:inline-block;
font-family:FontAwesome;
color: #CF0A2C;
font-size:7px;
margin-right:4px;
position:relative;
top:-2px;
}

.titreUnderline{ text-decoration: underline; }
.itemRep {margin: 10px 0}
.captcha {height: 100px}
.modify {width:600px; margin: 1 auto; }
.titreModify { /*background: none repeat scroll 0 0 #CF0A2C !important;*/
	background: url("../img/bg-boutons.png") repeat;
	background-size: 32px 32px;
	border-radius: 0px;
	color: #f2f2f2;
	padding: 5px !important;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 1px 1px 0 #333333;
	line-height: 22px;
	-webkit-box-shadow: 0px 1px 2px 0px #666;
	box-shadow: 0px 1px 2px 0px #666;
	margin: 10px 0 !important;
	height: 22px;
	
}

.contenuModify {
	border-radius: 3px !important;
	background: #fff !important;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	/*width: 94% !important;*/
	height: auto;
	margin: 10px 0;
	padding: 10px;
	font-size: 13px;
	text-align: justify;
}

/*#contenuPage div{
	background: green !important;
}*/

.titre{
	width:100%;
	max-width: 1250px;
	color:#333;
	font-size: 18px;
	font-weight: bold;
	text-shadow:none;
	line-height: 18px;
	padding: 5px 5px 20px 5px;
	margin-left: 10px;
	text-align: left;
	display: table;
	vertical-align: middle;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.titre:before{
	content:"\f007";
	margin-right:6px;
	font-family:FontAwesome;
	font-weight:normal !important;
	color:#CF0A2C;
	font-size:20px;
}


.contenu {
	border-radius: 3px !important;
	border-top-left-radius: 0 !important;
	background: #fff !important;
	/*-webkit-box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	box-shadow: 0 0 2px #999;*/
	/*width: 94% !important;*/
	width: 100%;
	max-width: 1250px;
	font-size: 13px;
	margin: 10px auto !important;
	padding:8px 0 !important;
	border:1px solid #AAA;
	-moz-box-sizing:border-box !important;
	-webkit-box-sizing:border-box !important;
	box-sizing:border-box !important;
	
}

.content-compte-web tr td, .content-compte-web th{
	border:none !important;
	border:none !important;
	vertical-align:middle;
}

.clear {clear: both;visibility: hidden}

.iframe-holder  {
    margin: 10px 0 !important;
 }

 #idContainerMailPerso fieldset{
 	margin-bottom: 25px;
 	background: #fff;
 	display: block;
 	clear: both;
 }
.large {width: 100%;}
.divRight {text-align:right;}
.red{color: red;}


.ajaxTabbedPanelPane-selected{
	text-align:left !important;
}

.ajaxTabbedPanel{
	
	margin: 0 !important;
	text-align:left !important;
	border-radius: 3px !important;
width: 100% !important;
max-width: 1250px;
font-size: 13px;
position:relative !important;
left:-2px !important;
top:5px !important;
	
}

.table-web-wrapper table tbody tr, td{
	border: 1px solid #B7B7B7;
}


@media screen and (max-width: 910px) {

	.titre{
		padding:5px 5px 10px 5px;
	}

	.contenu{
		margin-top:5px !important;
		border:none !important;
	}
	
	.ajaxTabbedPanel{
		left:0 !important;
	}

	.ajaxTabbedPanelTab-selected, .ajaxTabbedPanelTab-unselected{
		display:block !important;
		top:0 !important;
		left:0 !important;
		margin:0 !important;
		width:100% !important;
		box-sizing:border-box !important;
	}
	
	.ajaxTabbedPanelTab-selected a, .ajaxTabbedPanelTab-unselected a{
		display:block !important;
		top:0 !important;
		left:0 !important;
		right:0 !important;
		margin:0 !important;
		border-radius:0 !important;
		width:100% !important;
		padding:10px 12px !important;
		box-sizing:border-box !important;
		border-bottom:none !important;
		border-left:none !important;
		border-right:none !important;
	}
	
	.ajaxTabbedPanelTab-selected:last-of-type a, .ajaxTabbedPanelTab-unselected:last-of-type a{
	border-bottom:1px solid #AAA !important;
	}
	
	fieldset{
		margin: 10px 0;
		width:100% !important;
		max-width:100%;
		padding: 15px 15x 15px 15px;
		float:none !important;
		clear:both: !important;
		box-sizing:border-box !important;

	}
	
	.iframe-holder  {
    margin: 0 !important;
 	}

}














