@charset "utf-8";
body {
	text-align: center;
}

#container {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	font-family: "Trebuchet", "Arial", "Verdana";
	border: solid 0px black;
}


#header {

	width: 96%;
	height: 70px;
	text-align: center;
	
	padding-top: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	
	border: 1px solid white;
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
    behavior: url(/PIE.htc);
	background-color:  #fab5ff;
} 

#header img    {
	margin-top: 5px;
}

#header h1 {
	
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#header h2 {
	padding-top: 2px;
	margin-bottom: 1px;
	color: pink;
}

#headerGauche  {
	width: 26%;
	height: 64px;
	float: left;
	margin-top: 2px;
	margin-left: 3%;
	
	border: solid black 0px;
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
    behavior: url(/PIE.htc);
	
}

#headerGauche img  {

	max-width: 22%;
}

#headerCentre   {
	width: 29%;
	height: 70px;
	float: left;
	
	margin-left: 6%;
	
	border: 1px solid white;
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
    behavior: url(/PIE.htc);
	background-image:url(../images/Banniere-web2.jpg);
	background-position: center, center;
	background-repeat: no-repeat;
	-webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
}


#headerDroite   {
	width: 26%;
	height: 64px;
	float: left;
	padding-top:0px;
	margin-top: 2px;
	margin-left: 6%;
	
	border: solid black 0px;
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
    behavior: url(/PIE.htc);
	
}
#headerDroite  p {
	
	font-size: 1.25vw;
	font-family: "Comic Sans MS", cursive;
	margin-top: 0px;
	color: #bf076e;
	
}
#headerDroite  h3 {
	
	font-size: 99%;
	font-family: "Comic Sans MS", cursive;
	margin-top: 8px;
	color: #bf076e;
	
}
#headerDroite img  {

	max-width: 23%;
}


#headerDroite  a  { /* Les liens qui ne sont pas sous le curseur. */
	color: white; 
	text-decoration: none; /*  pas de soulignement*/
	
}
	
#mainContent{
	width: 96%;
	font-family: "Arial Black", Gadget, sans-serif;
	margin-top: 18px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: auto;
	background-color: #fab5ff;
}

#mainContent h1 {
	text-align: center;
	color: #00827c;
}

#mainContent h3 {
	text-align: center;
	
}

#mainContent a   {
	width: 40%;
	background-color: #fab5ff;
}

#mainContent #mainForm {
	text-align: justify;
	font-size: 90%;
	width: 94%;
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: silver;
	font-family: "Arial Black", Gadget, sans-serif;
}

#mainContent #mainForm  text{
	text-align: right;
	}

#mainContent #mainForm fieldset {
		
		width: 92%;
		padding-left: 12x;
		padding-right: 12px;
		margin-right: auto;
		margin-left: auto;		
		background-color: white;
}

#mainContent #mainForm  legend {
		font-size: 115%;
}

#mainContent #mailForm  {

	font-size: 90%;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	background-color: white;
	font-family: "Arial Black", Gadget, sans-serif;
}

#mainContent #mailForm fieldset {
		
		width: 82%;
		padding-left: 8x;
		padding-right: 18px;
		padding-bottom: 8px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 6px;
		background-color: #f3f5de;
		
}

#mainContent #connectForm  {

	font-size: 1.25vw;
	width: 100%;
	height: 360px;
	margin-top: 4px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	
	font-family: "Arial Black", Gadget, sans-serif;
	
	border: solid 0px #0007dd;
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
    behavior: url(/PIE.htc);
	
}

#mainContent #connectForm  h4 {
	
		text-align: center;
		color: #bf076e;
		margin-top: 4px;
		margin-bottom: 2px;
		

}

#mainContent #connectForm  a { /* Les liens qui ne sont pas sous le curseur. */
	
	font-size: 86%;
	
	text-align:center;
	color: #bf076e;
	font-weight: bold;
	padding: 4px;
	background-color: white;
	
}

#mainContent #connectForm a:visited { /* Les liens lorsque le curseur est dessus. */
	
	font-size: 82%;
	text-align:center;
	color: #bf076e;
	font-weight: bold;
	padding: 4px;
	background-color: white;
}

#mainContent #connectForm a:hoover { /* Les liens visités. */
	
	font-size: 86%;
	text-align:center;
	color: #bf076e;
	font-weight: bold;
	padding: 4px;
	background-color: white;
	
}
	
#mainContent #avis_message   {
	margin: auto;
	padding-top: 10px;
	text-align: center;
}	

#presentation   {

		width: 90%;
		padding-left: 16px;
		padding-right: 16px;
		margin-right: auto;
		margin-left: auto;
		border: solid 2px black;
	}	

#container #mainContent    table   {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 94%;
	border-collapse: separate;
	border-spacing: 4px 18px;
	
}

#mainContent   #tableauEtroit   {

	width: 80%;
	margin: auto;
}

#mainContent   #tableauEtroit  table th  {

	background-color: red;
}

#mainContent   #tableauEtroit  table td  {
	background-color: yellow;
	padding-left: 12px;
	}

#container #presentation   table   {

		width: 88%;
		background-color: #c3f5c6;
		border: solid 2px black;
		margin-right: auto;
		margin-left: auto;
		padding: 6px;
}

#container #presentation   table td   {	
		
		font-size: 98%;
}

#titre   {
	background-color: #dbd7cb;
	margin: auto;
	color: blue;
	border: solid 7px blue;
	
	-moz-border-radius: 14px; 
    -webkit-border-radius: 14px; 
    border-radius: 14px; 
    behavior: url(/PIE.htc);
}

#annonce    {
		width: 78%;
		height: auto;
		padding-top: 12px;
		padding-bottom: 12px;
		
		padding-left: 8px;
		margin-right: auto;
		margin-left: auto;
		
		border-left: solid 2px  #bae0d4;
		border-right: solid 4px  #bae0d4;
		border-top: solid 8px #00827c;
		border-bottom: solid 6px  #bae0d4;
		background-color: #f3f5de;
	}	

#annonce table   {

	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	margin-bottom:12px;
	padding-left: 20%;
	background-color: #f3f5de;
	}

#annonce table   input  {
	margin-right: 12px;
}

#annonce h4   {

	color: black;
	text-align: center;	
}

#annonce #bouton   {
	margin: auto;
	text-align: center;
	
	
}

#annonce #bouton input     {	
		
	background-color: white;
	color: blue;
	border: solid 2px black;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px; 
		border-radius: 5px; 
		behavior: url(/PIE.htc); 
	
	}

#photop  {
	width: 17%;
	height:160px;
	float:left;
	margin-right: 10px;
	background-color: white;
	
}

#photop img {
	max-width: 100%;
}


#contact  {
	
	float: left;
	width: 38%;
	max-width: 96%;
	font-size: 84%;
	margin-top: 12px;
	
}

#text_pub  {
	
	width:53%;
	font-size: 88%;
	margin-top: 18px;
	margin-right: auto;
	margin-left: auto;
	
}

#conteneur  {

		width: 80%;
		margin: auto;
		
	}
	
#mainContent  #inscription   {
	
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;	
}

#mainContent  #inscription   h3 {
	
	color:   #0007dd;
	border: none;
	-moz-border-radius: 5px; 
		-webkit-border-radius: 5px; 
		border-radius: 5px; 
		behavior: url(/PIE.htc);
	
	background-color: white;
}	

	
#mainContent  #inscription  table {
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}

#mainContent  #inscription  table td  a {
	
	max-width: 60%;
	
}


#menu    {
	margin: auto;
	width: 70%;
	padding-left: 12px;
	padding-right: 12px;
	
}

#mainContent  #menu  table {
	margin: auto;
	padding-left: 18px;
	padding-right: 18px;
	width: 70%;
	border: 2px solid #00827c;
	background-color: #f3f5de;
	
	text-align: justify;
}

#mainContent  #menu  table td    {

	text-align: center;
	font-size: 90%;
	
	padding-left: 12px;
	border: solid 2px #00827c;
	-moz-border-radius: 5px; 
		-webkit-border-radius: 5px; 
		border-radius: 5px; 
		behavior: url(/PIE.htc); 
	background-color: #c3f5c6;
	}

#mainContent #repertoire  table   {
	width: 94%;
	border: solid 2px #00827c;
	background-color: #c3f5c6;
	
}

#mainContent #repertoire  table  th {
	
	text-align: center;
	font-size: 90%;
	background-color:  #00827c;
	
	border: solid 2px black;
	
}

#mainContent #repertoire  table  td{
	
	padding-left: 6px;
	font-size: 90%;
	border: solid 1px black;
	background-color: white;
	
}
#mainContent #message  {
	color: red;
	width: 50%;
	text-align: left;
    margin-left: auto;
	margin-right: auto;

}

#mainContent #footer {
	
	font-size: 90%;
	width: 100%;
	margin-top: 1px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;	
	
}
#mainContent #footer  a { /* Les liens qui ne sont pas sous le curseur. */
	
	color: black;
	text-decoration: none; /*  pas de soulignement*/
	
	padding-left: 10px;
	padding-right: 10px;
	border: solid 0px #00827c;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	behavior: url(/PIE.htc); 
	background-color: #ff00ff;
	
}
#mainContent #footer a:visited { /* Les liens lorsque le curseur est dessus. */
	
	color: black;
	text-decoration: none;
	
	padding-left: 10px;
	padding-right: 10px;
	border: solid 0px #00827c;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	behavior: url(/PIE.htc); 
	
	background-color: #ff00ff;
}

#mainContent #footer a:hoover { /* Les liens visités. */
	
	color: black;
	text-decoration: none;
	
	padding-left: 10px;
	padding-right: 10px;
	border: solid 0px #00827c;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	behavior: url(/PIE.htc); 
	background-color: #ff00ff;
	
}
	
.couleurVertFonce  {
	color:  #047600;
	}
	
.messageErreur {
	color: red;
	margin-left:3%;
	}
.celluleTableau  {
		background-color: white;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

.table_cellule {
	text-align: right;
}  
.petit  {
	font-size: 85%;
	
}

.rouge    {
		color: red;
		text-align: center;
		font-size: 110%;
}

.resultats   {
	width: 80%;
	margin: auto;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}
.retour {
		
		text-align: center;
		font-size: 95%;
		width: 32%;
		max-width: 32%;
		margin-left: auto;
		margin-right: auto;
		border: solid 0px black;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px; 
		border-radius: 5px; 
		behavior: url(/PIE.htc);
		
		
}

.bouton     {

	background-color: #bae0d4;
	margin: auto;
	text-align: center;
	color: white;
	background-color: blue;
}	

.titre   {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	color: white;
	text-align: center;
	font-family: "Comic Sans MS", cursive;
	background-color: #a900ff;
	border: solid 2px black;
	-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		border-radius: 10px; 
		behavior: url(/PIE.htc); 
	
	}	
	
.gris  {
	width: 100%;
	height: auto;
	background-color: silver;
	
	
	}
	
.bleufonce {
	color: blue;
}

.centre  {
	text-align: center;
	font-size: 88%;
}
.droite   {
	
	width: 50%;
	max-width: 50%;
	font-size: 1.25vw;
	text-align: center;
	margin-left: 44%;
	padding: 4px;
	border: solid 1px  #ff00ff;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	behavior: url(/PIE.htc);
	
}

.centrerTexte   {

	width: 44%;
	max-width: 44%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	border: solid 1px  #ff00ff;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	behavior: url(/PIE.htc);
	background-color:  #fae9ff;
	
	}

.padding  {
	margin-left: 74px;
	color: #00827c;
}
.small {
	
	color: black;
	width: 96%;
	text-align: center;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	border: solid 0px black; 
	-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		border-radius: 10px; 
		behavior: url(/PIE.htc);ground-color: white;
	
	
}	

.insc {
	width: 94%;
	font-size: 80%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.submit  {
	margin-left: 120px;
}
.FieldsetGauche   {
	
	float: left;
	margin-top: 6px;
	margin-left: 3%;
	height: 226px;
	width: 44%;
	clear: right;
	border: 0px solid  #ff00ff;
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
    behavior: url(/PIE.htc);
	background-color: white;
	
	}

.FieldsetDroite   {
		
	float: left;
	margin-top: 6px;
	margin-left: 2.5%;
	height: 226px;
	width: 44%;
	border: 0px solid  #ff00ff;
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
    behavior: url(/PIE.htc);
	background-color: white;
	
	}
	
.Message18ansetPlus   {
	
	text-align: center;
	color: #a900ff; 
	width: 98%;
	font-size: 88%;
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
	background-color: white;
	border: solid 0px black; 
	-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		border-radius: 10px; 
		behavior: url(/PIE.htc);
	}
	