@charset "UTF-8";
/* CSS Document */
body{	font-family: 'Averia Sans Libre', cursive;
		font-size:18px;
		width:100%;
		background-color:#f5fdef;
		margin:0px;
		padding: 0px;
		}

h1{		color:#3333cc;
		font-size:32px;
		text-align: center;
		line-height: 50px;
		margin-top:0px;
		}
/*HEADER*/
header{	position: fixed;
		top:0px;
		width:100%;
		height: 44px;
		background-color:#e9fed5;
		border-style: solid;
		border-color: #009966;
		border-bottom-width: 2px;
		border-top-width: 0px;
		border-left-width: 0px;
		border-right-width: 0px;
		margin:0px;
		padding:0px;
	z-index: 7100;
		}

.icd {	position:relative;
		float:right;
		width:270px;/*Un peu plus que la somme des largeurs des icônes.*/
		margin-right:20px;
		margin-top:-70px;
		padding:0px;
		/*border:1px solid blue;*/
		}
.icg {	position:relative;
		float:left;
		margin-left:20px;
		margin-top:-70px;
		width:270px;/*Un peu plus que la somme des largeurs des icônes.*/
		padding: 0px;
		/*border:1px solid red;*/
		}
/*FIN DU HEADER*/

/*CHOIX FRANÇAIS OU ANGLAIS*/
.imgeffetfr{	height:92px;
				background-image:url("Images/DrapeauFRetOmbre.png");
				background-repeat: no-repeat;
				background-position: center 92px;
				}

.imgeffetfr:hover{	height:96px;
					background-image:url("Images/DrapeauFRetOmbre.png");
					background-repeat: no-repeat;
					background-position:center -96px;
					}
.imgeffetus{	height:92px;
				background-image:url("Images/DrapeauUSetOmbre.png");
				background-repeat: no-repeat;
				background-position: center 92px;
				}

.imgeffetus:hover{	height:96px;
					background-image:url("Images/DrapeauUSetOmbre.png");
					background-repeat: no-repeat;
					background-position:center -96px;
					}
.pourus {
	position:relative;
	float:left;
	text-align: center;
	margin:300px auto;
	padding:0px auto;
	width:50%;
	/*border:1px solid black;*/
	display: inline-block;
	/*animation:pulsations 1.0s ease infinite;*/
	overflow: hidden;
	color:#3333cc;
}

.pourfr {
	position:relative;
	float:left;
	text-align: center;
	margin:300px auto;
	padding:0px auto;
	width:50%;
	/*animation:pulsations 1.0s ease infinite;*/
	/*border:1px solid black;*/
display: inline-block;
overflow: hidden;	
}

.frpara {display: inline-block;
	position: absolute;
	top:520px;
	left:0px;
font-size: 24px;
	text-align: center;
	width:50%;
		margin:0px 0px;
	/*border:1px solid black;*/
}
.frusparatitre {	font-size: 32px;
					text-align: center;
					width:100%;
					margin:0px 0px;
	
					}
.frusparatitre a{	text-decoration: none;
					color:#3333cc;
					}
.frusparatitre a:hover {	color:#ff6600;
							text-shadow: 1px 1px 1px #ff6600;
							text-decoration: none;
							}
.uspara {display: inline-block;
	position: absolute;
	top:520px;
	left:50%;
	font-size: 24px;
	text-align: center;
	width:50%;
	margin:0px 0px;
	/*border:1px solid black;*/
	color:#3333cc;
}
.frpara a{		text-decoration: none;
				font-weight: 600;
				}
.frpara a:hover{color:#ff6600;
				text-shadow: 1px 1px 1px #ff6600;
				}
.uspara a{		text-decoration: none;
				font-weight: 600;
				}
.uspara a:hover{color:#ff6600;
				text-shadow: 1px 1px 1px #ff6600;
				}
/*FIN DE FRANÇAIS OU ANGLAIS*/
h2 {color:#3333cc; padding-left:10px;}
h3, li {color:#FF6600;}
ul {margin:0px; padding: 0px;}

/*Classes des couleurs.*/
.bleu 		{color:#3333cc;}
.orange		{color:#ff6600;}
.vertclair	{color:#f5fdef;}
.vertmoyen	{color:#e9fed5;}
.vertfonce	{color:#009966;}

/*--PIED DE PAGE*/
footer{			position: fixed;
				bottom: 0px;
				left:0px;
				width:100%;
				height:30px;
				background-color:#e9fed5;
				border-top:2px solid #009966;
				z-index: 7000;
				}
footer div{		position:relative;
				font-size: 20px;
				}
/*
.hpage{		width:33%;
				position:relative;
				float:left;
				text-align: center;
				}
.hpage a{	color:#3333cc;
				font-weight: 700;
}*/
.contact{		width:auto;
				position:relative;
				float:left;
				text-align: left;
				padding-left:20px;
				color:#3333cc;
				}
.contact a{		text-decoration: none;
				font-weight: 700;
				}
.contact a:hover{color:#ff6600;
				text-shadow: 1px 1px 1px #ff6600;
				}
.date{			width:auto;
				position:relative;
				float:right;
				text-align: right;
				padding-right:20px;
				color:#ff6600;
				}
/*FIN DU PIED DE PAGE*/

@media screen and (max-width:780px)
	{/*Modifications à faire lorsque la taille de l'écran est inférieure à 780px.*/
	nav li a {	padding:8px;
				}
	.menu-mobile{	display: block;
					text-align: center;
					padding: 6px 0px;
					font-size:24px;
		color:#009966;
				}
	nav ul{	display: none;
		}
	nav input[type=checkbox]:checked ~ ul{display: block;}
	nav ul li, nav ul li a {	width:100%;
								text-align: center;
	
							}
	nav ul li a, nav ul li:hover a{	padding: 6px 0px;
									}
	nav li:hover .submenu {	display:block;
							position: static;
							background-color: #f5fdef;
							}
		
		h1{font-size: 24px;
		line-height: 38px;}
		.icg{padding-top: 20px;
		margin-left:0px;
		transform: scale(0.8,0.8);}
		.icd{padding-top: 20px;
		margin-right:0px;
		transform: scale(0.8,0.8);}
		
		.frusparatitre{font-size:24px;
		}
		.frpara, .uspara{font-size: 20px;}
}
