body {
	margin: 0px;
	background: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
}

h1 {
	font-size: 25px;
	font-weight: bold;
	color:#2d8bc7;
	text-transform:uppercase;
	margin-bottom:20px;
}
h2 {
	padding : 15px 0px 5px 0; 
	font-weight:bold;
	font-size:12px;
}
h3 {
	font-weight:bold;
	font-size:12px;
}

a {
	color:black;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #868686;
}

#page {
	margin:0 auto;
	max-width:960px;
}

.nowrap {white-space: nowrap;}

/* header */
#header {
	text-align: center;
	margin-bottom:30px;
}
#header img{
	max-width: 100%;
}

#titre_header{
	font-weight: bold;
	font-size: 27px;
	text-align: center;
	color:#444444;
	margin-top:20px;
}
#soustitre_header{
	font-size: 25px;
	text-align: center;
	color:#444444;
}
sup{
    vertical-align: super;
    font-size: small;
}

@media screen and (max-width: 500px) {
	#titre_header{
		font-size: 22px;
	}
	#soustitre_header{
		font-size: 20px;
	}
}
@media screen and (max-width: 350px) {
	#titre_header{
		font-size: 18px;
	}
	#soustitre_header{
		font-size: 16px;
	}
}



/* menu */
#nav {
	padding-left:60px;
	/*height:39px;*/
	line-height:39px;
}
#nav a {
	display:inline-block;
	line-height:39px;
	/*height:39px;*/
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}
#nav a.selected, #nav a:hover {
	color:#2d8bc7;
}
#nav a:before {
	content:'/';
	color:#2d8bc7;
	font-weight:bold;
	font-size:25px;
	line-height:39px;
	padding-left:40px;
	padding-right:40px;
	vertical-align: bottom;
}
#nav a.first:before {
	content:'';
	padding:0px;
}

@media screen and (max-width: 650px) {
	#nav {
		padding-left:15px;
	}
	#nav a:before {
		padding-left:15px;
		padding-right:15px;
	}
}
@media screen and (max-width: 450px) {
	#nav {
		padding-left:5px;
		font-size:11px;
	}
	#nav a:before {
		padding-left:5px;
		padding-right:5px;
		font-size:20px;
	}
}
@media screen and (max-width: 375px) {
	#nav {
		font-size:10px;
	}
}
@media screen and (max-width: 340px) {
	#nav {
		font-size:9px;
	}
}



#content {
	background-color: #eaeeed;
	border: 1px solid #dedede;
	padding:30px 60px;
}
@media screen and (max-width: 650px) {
	#content {
		padding:30px 30px;
	}
}
@media screen and (max-width: 450px) {
	#content {
		padding:30px 20px;
	}
}
#hotline {
	margin-top:20px;
	margin-bottom:25px;
}
#footer{
	height:25px;
}

table				 {border-collapse:collapse;border-spacing: 0px;border:none;margin-bottom:2em;}

table td			 {vertical-align:top;padding:10px; border-bottom:1px solid #dedede; background-color: #f8f8f8;}
table th {vertical-align:top;padding:10px; border-bottom:1px solid #dedede; background-color: #dedede;}


table.info			 {border-spacing: 0px 0px;margin-left:0px;}
table.info td		 {padding-left:0px;}

table td.timeCol	 {width:30%;}
table td.contentCol	 {border-bottom:2px solid white;}
table td.top		 {border-top:2px solid #2d8bc7;}
table td.bottom		 {border-bottom:2px solid #2d8bc7;}


label {
	display:block; 
	float:left; 
	height:auto;
	line-height:20px;
	margin: 1px 0;
}
.label{
	width:120px;
}
.label_oui_non{
	margin-right:10px;
}

input[type=text], input[type=password], input[type=tel] {
	height:20px;
	background: #fff;
	border: 1px solid #d3dbdc;
	text-align:left!important;
	width: 100%;
	max-width:250px;
	margin: 1px 0;
	padding: 0 3px;
}
input[type=button], input[type=submit] {
	background: #fff;
	border: 1px solid #d3dbdc;
	text-align:left!important;
	padding:2px 10px;
	font-weight:bold;
	cursor: pointer;
}

input[type=radio] {
	display:block; 
	float:left;
	background: transparent;
	font-size:12px;
	font-family:arial;
} 
select {
	border: 1px solid #d3dbdc;
	text-align:left!important;
	font-size: 12px;
}

input.radio, input.checkbox, input.radio:focus, input.checkbox:focus{
	background: transparent;
	border: 0;
	width:auto!important;
}

#options_si_je_viens{
	display: none;
}
#options_si_je_viens.actif{
	display: block;
}

#option_si_accompagne{
	display: none;
}
#option_si_accompagne.actif{
	display: block;
}

#hotline	 {text-align:center;font-weight: bold;font-size: 13px; padding:0 10px;}
#footer		 {font-size: 11px;text-decoration: none;color: #868686;text-align:right;}


input.bouton_envoyer_inscription{
	background-color: #000000;
	border:none;
	color: #ffffff;
	cursor: pointer;
}

.bouton_envoyer_inscription:hover{
	background-color: #2d8bc7;
}

#conteneur_popin{
	background-color: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	position: fixed;
	display: table
}
#conteneur_popin.fermer{
	display: none;
}
#centrage_popin{
	display: table-cell;
	vertical-align: middle;
}
#popin{
	background-color: #ffffff;
	border: 1px solid #dedede;
    padding: 30px;
    position: relative;
    width: 320px;
    margin:auto;
    box-sizing: border-box;
}
@media screen and (max-width: 340px) {
	#popin{
		width:calc(100% - 20px);
		margin: 0 10px;
	}

}

#page_admin{
	width: 1400px;
	max-width: 100%;
	margin:auto;
}
#page_admin table{
	width: 100%;
}