body {
	color:#74767a;
	background:#fff;
	font-family: Arial, sans-serif;
	font-size:12px;
	padding:0;
	margin:0;
}

img {
	border:none;
}

a{
	color:#000;
	font-weight:bold;
	border:0;
	outline:none;
}

a:hover {
	text-decoration:underline;
}

.clr {
	clear:both;
}

li {
	list-style : none;
}

p {
	padding : 4px 0 4px 0;
}

* {
	margin : 0;
	padding : 0;
}


#registrationTable .contentpaneopen{
	font-family: 'Archivo Narrow',sans-serif;
	font-weight:700;
	font-size:20px;
	color:#e91720;
	width: 540px;
	border:1px #e5e5e5 solid;
	padding:10px;
	text-align:center;
	margin-bottom:20px;
}

#registrationTable .contentpaneopen #cbtf_11 .cbFieldsContentsTab .contentpaneopen{border:none;}

#cbfv_51{
	font-size:11px;
	color:#74767A;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:none;
	
}


h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#e91720;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
}



#wrapper{
	width:100%;
	/*max-width:1500px;*/
	margin:0 auto;
}

/* HEADER */
#header-wrapper{
	width:100%;
	height:171px;
	background:url(../images/bg_header.jpg) center center no-repeat #DCDCDC;
}

#header{
	width:1000px;
	height:171px;
	margin:0 auto;
	background: url(../images/header.jpg) center center no-repeat;
}


/* MENU TOP */
#top-menu-wrapper{
	width:100%;
	height:61px;
	background:url(../images/bg_menu_wrapper.jpg) top left repeat-x;
}

#top-menu{
	width:100%;
	height:61px;
	background:url(../images/bg_menu.png) center center no-repeat;
}


/* CONTENU PAGE */
#container {
	width:1000px;
	margin:0 auto;
	padding-top:16px;
	
}

#fil-ariane{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px; 
	color:#c5c5c5;
	margin-bottom:16px;
	text-transform:uppercase;
}


#breadcrumbs {
	height: 20px;
}

#centre{
	width: 680px;
	margin:0 auto;
}


.tableau-gauche{
	width:49%;
	float:left;
}

.tableau-droit{
	width:49%;
	float:right;
}

.date{
	font-size:11px;
	text-align:left;
	font-weight:normal;
	margin:10px 0;
}

#titre-page{
	border:1px #dcdcdc solid;
	width:530px;
	padding:10px;
	text-align:left;
	margin-bottom:10px;
}


#centre div.interne {
	padding: 10px;
}


#droite.normal {
	width: 100px;
	float: right;
}

#droite.large {
	width: 250px;
	float: right;
}

/* FOOTER*/
#footer-wrapper{
	width:100%;
	height:63px;
	background:url(../images/bg_footer_wrapper.jpg) top left repeat-x;
	float:left;
	margin-top:20px;
}

#footer-content{
	width:100%;
	height:63px;
	background:url(../images/bg_footer.jpg) top center no-repeat;
	float:left;
}

#footer {
	width:1000px;
	text-align: center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#9e9e9e;
	margin:0 auto;
}

#footer ul{
	list-style:none outside none;
	margin-top:23px;
}

#footer li{
	margin-right:40px;
	display:inline;
}

#footer a{
	text-decoration:none;	
	color:#9e9e9e;
}

#footer li:last-child{
	margin-right:0;
}

/*** modules bas ***/
div.entier {
	width: 100%;
}

div.moitie {
	width: 50%;
}

div.tiers {
	width: 33%;
}

div.modules_bas {
	float: left;
}

div.modules_bas div.interne {
	padding: 10px;
}

div.modules_bas ul li {
	line-height: 20px;
	margin-left: 10px;
}

div.modules_bas h3 {
	line-height: 35px;
}


/*** module gris ***/
div.moduletable_gris h3 {
	height: 36px;
	background: url(../images/titre_modulegris.png) left top repeat-x;
	line-height: 30px;
	color: #fff;
	font-weight: normal;
}

div.moduletable_gris {
	background: #9e9e9e url(../images/bas_modulegris.png) left bottom repeat-x;
	padding-bottom: 35px;
	color: #fff;
	margin-top: 10px;
}

div.moduletable_gris a {
	color: #fff;
	padding-left : 10px;
	line-height: 20px;
}

/*** formulaires ***/
input#modlgn-username, input#modlgn-passwd {
	width: 153px;
	height: 28px;
	line-height: 25px;
	background: url(../images/login_form.png) left top no-repeat ;
	border: none;
	margin: 0;
	padding: 0px 0 5px 10px;
}

#login-form fieldset{
	border: none;
}

#login-form li{
	line-height: 20px;
}

label{
	color:#000;
	font-weight:bold;
	text-transform:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;	
	display: block;
    float: left;
    font-weight: bold;
    vertical-align: top;
    width:150px;
	padding: 3px 3px 4px 6px;
}

input.button {
    background:url(../images/btn_formulaire.jpg) top left;
    border: medium none;
    color:#000;
    cursor: pointer;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	width:169px;
	text-align:left;
	padding-left:7px;
	height:37px;
}

.fieldCell input, .fieldCell select {
    margin:5px 0;
    vertical-align: top;
	border:1px #acacac solid;
	box-shadow: 0 0px 1px rgba(0, 0, 0, 0.3);
}

input{border:1px #acacac solid; margin: 3px 3px 4px 6px; padding:2px}

.login-fields{margin-bottom:5px;}

fieldset{border:none;}

h1{
	font-family: 'Archivo Narrow',sans-serif;
	font-weight:700;
	font-size:20px;
	color:#e91720;
	width: 540px;
	border:1px #e5e5e5 solid;
	padding:10px;
	text-align:center;
}

.inscription{
	text-align:center;
	color:#000;
	width:540px;
	
}

.btn{
	background-color: #FFD011;
    border: medium none;
    color: #000000;
    cursor: pointer;
    font-family: 'Archivo Narrow',sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
    padding: 5px;
    text-align: center;	
}

.btn-wrap{
	padding:0;
	
}