body {
	margin: 0;
	font-family: Verdana;
	background-color: #93b4ea;
}

#nuage {
	background: url(img/nuages.png);
	background-repeat: repeat-x;
}

@font-face {
    font-family: "Rochester";
    src: url(font/Rochester-Regular.ttf);
}

#clearer {
	clear: both;
	height: 10px;
}

/*********** HEADER ***********/

#header {
	width: 100%;
	height: 140px;
}

#logoMD {
	margin: 40px 0 0 50px;
	float: left;
}

#logoMD img {
	border: none;
}

h1 {
	color: black;
	font-family: 'Rochester';
    font-size: 44px;
    text-align: center;
    text-shadow: 1px 1px 1px #FFFFFF;
}

#sociaux {
	width: 790px;
	margin: 0 auto;
}

#sociaux #sFb, #sociaux #sGo, #sociaux #sTw, #sociaux #sFo {
	width: 50px;
	height: 50px;
	display: inline-block;
	float: left;
}

#sociaux #sFb a, #sociaux #sGo a, #sociaux #sTw a, #sociaux #sFo a {
	display: block;
	width: 100%;
	height: 100%;
}

#sociaux #sFb {
	background: url(img/sociaux/fb_gris.png);
	background-size: 50px;
}

#sociaux #sFb:hover {
	background: url(img/sociaux/fb_color.png);
	background-size: 50px;
}

#sociaux #sGo {
	background: url(img/sociaux/go_gris.png);
	background-size: 50px;
}

#sociaux #sGo:hover {
	background: url(img/sociaux/go_color.png);
	background-size: 50px;
}

#sociaux #sTw {
	background: url(img/sociaux/tw_gris.png);
	background-size: 50px;
}

#sociaux #sTw:hover {
	background: url(img/sociaux/tw_color.png);
	background-size: 50px;
}

#sociaux #sFo {
	background: url(img/sociaux/forum_gris.png);
	background-size: 50px;
}

#sociaux #sFo:hover {
	background: url(img/sociaux/forum_color.png);
	background-size: 50px;
}

.like {
	width: 110px;
	display: inline-block;
	float: right;
	position: relative;
	top: 40px;
}

/*********** CONNEXION ***********/

#formCon {
	float: right;
	width: 330px;
	height: 115px;
	margin: 7px 50px 0 0;
	padding: 8px 20px 0 20px;
}

#formCon span {
	color: black;
	font-size: 0.7em;
}

.RondIns {
	float: right;
	border: none;
}

.zonetexte {
	border-radius: 8px;  
	height: 30px; 
	width: 200px;
	margin: 0 0 5px 0;
	color: grey;
	border: 1px solid white;
}

.zonetextearea {
	border-radius: 8px;  
	margin: 0 0 5px 0;
	color: grey;
	border: 1px solid black;
	padding: 5px;
}

.bCon {
	border-radius: 8px;
	height: 30px;
	margin: 0 0 5px 0;
	border: none;
	float: left;
}

.bConarea {
	border-radius: 8px;
	height: 30px;
	margin: 0 0 5px 0;
	border: none;
	float: right;
}

.lienIta {
	float: right;
	font-style: italic;
	margin: 6px 0 0 5px;
}

.lienIta a {
	color: black;
	text-decoration: none;
}

.lienIta a:hover {
	color : #330033;
}

.infoCompte {
	font-style: italic;
	float: right;
}

.infoRight {
	float: right;
	font-size: 1em !important;
}

.butonCompte {
	float: right;
	height: 23px;
	margin: 10px 0 0 0;
}

.butonCompte img{
	border: none;
}

.container a {
	color: white;
	text-decoration: none;
}

/*********** FOOTER ***********/

#footer {
	width: 100%;
	background: url(img/footer/plaine.png) bottom no-repeat;
	background-size: 100% 450px;
}

#allListe {
	width: 1030px;
	margin: 0 auto;
	border: 1px solid white;
	border-radius: 10px;
	background: url(img/fond.png);
	background-size: 1500px;
	background-position: 0;
	padding: 0 0 20px 0;
}

.liste {
	float: left;
	width: 340px;
}

.liste img {
	float : left;
	height : 100px;
	width: 100px;
	margin: 10px;
}

.liste p {
	font-size: 0.8em;
	color: black;
	font-weight: bold;
	margin: 0;	
}

.liste ul {
	list-style: none;
	margin: 45px 0 0 90px;
	padding-left: 30px;
}

.liste ul li {
	font-size: 0.8em;
	color: white;
}

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

#footer a:hover {
	color: #330033;
	font-style: italic;
}

#corps {
	width: 100%;
	padding: 8px 0;
}

#texteCorps2 {
	width: 1250px;
	margin: 0 auto;
	padding: 8px 20px;
	color: #330033;
	text-align: justify;
}

#texteCorps {
	width: 990px;
	margin: 0 auto;
	padding: 8px 20px;
	border-radius: 10px;
	color: #330033;
	text-align: justify;
	border: 1px solid white;
	background: url(img/fond.png);
	background-size: 1500px;
	background-position: 0;
}

#texteCorps a {
	text-decoration: none;
	color: black;
}

#texteCorps table {
	margin: 20px 0;
}

#texteCorps table img {
	width: 270px;
}

#texteCorps .logo {
	width: 300px;
}

.titre {
	display: block;
	width: 100%;
	font-size: 1.8em;
	text-align: center;
}

.sousTitre {
	font-weight: bold;
}

.sousTitre td img {
	width: 40px !important;
}

.texte {
	font-size: 0.75em;
}

.close {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #fff url(img/cross.png) no-repeat center center;
	width: 27px;
	height: 27px;
	text-indent: -9000px;
	outline: none;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	opacity: 0.7;
}

.close:hover {
	opacity: 1.0;
}

#texteCorps table {
	margin: 0 auto;
}

#texteCorps table td {
	text-align: center;
}

#texteCorps table span {
	font-size: 0.8em;
}

#texteCorps .compte td {
	text-align: left;
}

#texteCorps .compte input {
	padding: 0 5px;
}

#texteCorps .champs {
	width: 200px;
}

#compteBouton {
	width: 546px;
	margin: 0 auto;
}

#compteBouton img {
	border: none;
}

fieldset {
	width: 600px;
	margin: 0 auto;
	padding-bottom: 0;
}

fieldset img {
	width: 70px !important;
	height: 30px;
}

.btn {
	float: right;
	width: 10px;
	height: 10px;
	border: 1px solid grey;
	margin: 0 0 0 5px;
	border-radius: 50px;
}

#checkBtn {
	padding: 0 200px 0 0;
}

.error {
	color: red;
	font-weight: bold;
	font-style: italic;
	font-size: 0.7em;
	width: 200px;
	display: inline-block;
	text-align: center;
	position: relative;
	top: -12px;
}

.partenaire .titreChamps1, .partenaire .titreChamps2 {
	font-size: 0.7em;
	width: 250px;
	color: black;
	font-weight: bold;
}

.partenaire .titreChamps1 {
	background: white;
}

.partenaire .titreChamps1 img, .partenaire .titreChamps2 img {
	width: 30px !important;
}

.partenaire .titreChamps2 {
	background: silver;
}

.partenaire td {
	font-size: 0.9em;
	border-radius: 8px;  
	height: 30px; 
	margin: 0 0 5px 0;
	border: 1px solid black;
}

.partenaire td img {
	width: 175px !important;
	padding: 2px;
}

.cellHidden {
	border: none !important;
	background: transparent !important;
}

.go, .tw, .fb, .forum {
	display: inline-block;
	width: 100px;
	height: 100px;
	position: fixed;
	top: auto;
	left: -75px;
	right: auto;
}

.go {
	background-color: #d33b25;
	top: 0px;
}

.tw {
	background-color: #35ccff;
	top: 100px;
}

.fb {
	background-color: #2a3f80;
	top: 200px;
}

.forum {
	background-color: #92b70f;
	top: 300px;
}

.go img, .tw img, .fb img, .forum img {
	float: right;
	height: 100px;
}

.go a img, .tw a img, .fb a img, .forum a img {
	border: none;
}

.fb .fb-like, .go .google, .tw .twitter {
	display: inline;
	position: relative;
	top: 18px;
	left: 5px;
}

.forum a {
	display: block;
	width: 100%;
	height: 100%;
}

#accordion h3, #accordion2 h3, #accordionTitre h3 { 
	width: 935px;
	height: 30px;
	background: white;
	border-radius: 8px;
	border: 1px solid black;
	padding: 5px 25px 0 25px;
	margin: 2px 0;
	color: black;
}

#accordionTitre h3 {
	margin: 2px 0 20px 0;
	background: url(img/fond_barre.png);
	background-size: 100% 100%;
}

#accordionTitre .left {
	float: left;
}

#accordionTitre .right, #accordion .right, #accordion2 .right {	
	float: right;
}

#accordion h3:hover, #accordion2 h3:hover {
	cursor: pointer;
}

#accordion div, #accordion2 div {
	width: 955px;
	background: silver;
	border-radius: 8px;
	border: 1px solid black;
	padding: 0 0 0 30px;
}

#accordion div img, #accordion2 div img {
	float: right;
	width: 30px;
}

#accordion ul, #accordion2 ul {
	list-style-type: none;
}

#accordion ul li, #accordion2 ul li {
	color: black;
	font-size: 0.8em;
}

#accordion td, #accordion2 td {
	color: black;
	font-size: 0.8em;
	width: 200px;
}

#logoVisu {
	float: left;
	width: 150px;
	height: 150px;
}

#logoVisu img {
	width: 150px;
}

#count-part {
	width: 50px;
	text-align: center;
	margin: 0 0 0 380px;
	background: blue;
	color: white;
	font-weight: bold;
	border-radius: 5px;
	display: inline-block;
	position: relative;
	top: 8px;
	border: 2px solid black;
}

#count-pro {
	width: 50px;
	text-align: center;
	background: blue;
	color: white;
	font-weight: bold;
	border-radius: 5px;
	display: inline-block;
	position: relative;
	left: 83px;
	top: 8px;
	border: 2px solid black;
}

#count-proMembre {
	width: 50px;
	text-align: center;
	background: blue;
	color: white;
	font-weight: bold;
	border-radius: 5px;
	border: 2px solid black;
}

.description {
	float: right;
	margin: 0 15px 0 0;
	padding: 5px;
	font-weight: bold;
}

.blocTexte {
	width: 235px;
	color: black;
	font-weight: bold;
	font-size: 0.75em;
	margin-top: -15px;
	float: left;
}

#accordionLeft {
	float: left;
}

#accordionRight {
	float: right;
}

#legende {
	float: right;
	width: 190px;
	font-size: 0.8em;
	font-weight: bold;
}

#legende .barre {
	width: 15px;
	height: 15px;
	float: left;
	margin-right: 10px;
}

/********** RESPONSIVE DESIGN **********/

@media screen and (max-width: 1250px) {
	#texteCorps2 {
		display: none;
	}
}

@media screen and (min-width: 1110px) {
	#sociaux {
		display: none;
	}
}

@media screen and (max-width: 1110px) {
	#lienS {
		display: none;
	}

	#sociaux {
		display: block;
		visibility: visible;
	}
}

@media screen and (max-width: 1060px) {
	#nuage, #footer {
		width: 1060px;
	}
}