/* Option Général du site */
/* display: inline;  /* Bloc ou inline */

*
{
	outline: none;
	font-size: 15px;
}

html
{
	background-image: url("Images/Fond-html.jpg");
	background-repeat: repeat-x;
	border: 0px solid black;
	background-color: #CAD8E3;
	padding:0px;
	margin:0px;
}

body
{
	width: 1000px;
	margin: auto;
	padding-top: 7px;
	background-image: url("Images/Fond-corps.jpg");
	background-color: #96B2CA;
	background-repeat: repeat-x;
	border-left: 2px solid #808080;
	border-right: 2px solid #808080;
	margin-bottom: -5px;
}

option
{
	color: black;
	font-size: 18px;
	text-align: center;
	font-family: "Times New Roman", "Comic Sans MS", "Trebuchet MS", Georgia, serif;
}

a img, img
{
	border: none;
	vertical-align: middle;
}

select, option
{
	color: black;
	text-align: center;
	font-family: "Times New Roman", "Comic Sans MS", "Trebuchet MS", Georgia, serif;
	font-size: 16px;
}

input, textarea, input, optgroup
{
	font-size: 15px;
	text-decoration: none;
	text-align: center;
}

.noborder, .noborder th, .noborder td
{
	border: 0px;
}

/* L'en-tête */

#en_tete 
{
	width: 980px;
	height: 180px;
	margin: auto;
	border: 1px solid #808080;
	background-image: url("Images/Banniere.jpg");
	background-color: White;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	border-bottom: 0px;
}


/* Les menus */

#Menu-haut
{
	height: 26px;
	width: 980px;
	margin: auto;
	border: 1px solid #808080;
	background-image: url("Images/Barre-Menu.jpg");
	margin-bottom: 5px;
	text-align: center;
}

#Menu-haut table
{
	width: 980px;
}

#Menu-haut td
{
	padding: 3px;
	width: 200px;
	border: 0px solid #FFF;
}

#Menu-haut a:hover
{
	color: #C0C0C0;
}

#Menu-haut a
{
	color: white;
	letter-spacing: 1px;
	font-size: 17px;
	text-decoration: none;
	text-align: center;
}

#menu
{
	float: left;
	width: 165px;
	margin-left: 10px;
}

.Image-menu1
{
	background-image: url("Images/Image-menu.gif");
	background-repeat: no-repeat;
	height: 95px;
	width: 130px;
	margin-left: 20px;
	margin-top: -10px;
}
.Image-menu2
{
	background-image: url("Images/Calendar.jpg");
	background-repeat: no-repeat;
	height: 66px;
	width: 66px;
	margin-top: 30px;
	margin-bottom: 5px;
	margin-left: 50px;
}
.Image-menu3
{
	background-image: url("Images/Galerie.gif");
	background-repeat: no-repeat;
	height: 66px;
	width: 66px;
	margin-top: 30px;
	margin-bottom: 5px;
	margin-left: 50px;
}
.Image-menu4
{
	background-image: url("Images/Admin.jpg");
	background-repeat: no-repeat;
	height: 66px;
	width: 66px;
	margin-top: 30px;
	margin-bottom: 5px;
	margin-left: 50px;
}

.Menu-SMF, .Menu-calendrier, .Menu-Galerie, .Menu-admin
{  
	height: 28px;
	text-align: center;
	border: 2px solid #808080;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	background-color: white;
	background-repeat: repeat-y;
	margin-bottom: 5px;
}

.Menu-SMF
{
	background-image: url("Images/Menu-General.jpg");
}
.Menu-calendrier
{
	background-image: url("Images/Menu-Calendrier.jpg");
}
.Menu-Galerie
{
	background-image: url("Images/Menu-Galerie.jpg");
}
.Menu-admin
{
	background-image: url("Images/Menu-Administration.jpg");
}

.Menu p
{
	display: inline;
	color: black;
	font-size: 15px;
	text-decoration: none;
	font-family:  "Comic Sans MS", "Times New Roman","Trebuchet MS", Georgia, serif;
}

.cadre-menu
{
	min-height: 22px;
	padding-top: 5px;
	padding-bottom: 2px;
	text-align: center;
	border: 1px solid #808080;
	background-color: white;
	background-repeat: repeat-y;
	background-image: url("Images/Fond-cadre-menu.jpg");
	margin-bottom: 2px;
}

.cadre-menu a
{
   color: Black;
   text-decoration: none;
   font-size: 16px;
}

/* Corps de la page */

#corps
{
   width: 780px;
   min-height: 1000px;
   margin-left: 188px;
   color: black;
   background-repeat: repeat-x;
   background-image: url("Images/Corps.jpg");
   background-color: #EAEFF3;
   border: 1px solid #808080;
   text-align: justify;
   padding: 10px;
   padding-bottom: 5px;
}

.corps-interne
{
   border: 0px solid black;
   min-height: 880px;
}

.corps-fondpage
{
   border: 1px solid #808080;
   background-image: url("Images/Basdepage.jpg");
   background-repeat: no-repeat;
   height: 100px;
   margin: auto;
}

table
{
	border-collapse: collapse;
	margin: auto;
}

thead, .thead
{
	background-image: url("Images/Fond-thead.jpg");
	background-repeat: repeat-x;
	background-color:#C8D7E3;
}

td, th
{
   border: 1px solid black;
   vertical-align: middle;
   text-align: center;
   font-family: "Times New Roman", "Comic Sans MS", "Trebuchet MS", Georgia, serif;
   padding:5px;
   color: black;
   font-size: 15px;
}

.Inscription td, .Inscription th
{
   border: 1px solid black;
   vertical-align: middle;
   text-align: center;
   font-family: "Times New Roman", "Comic Sans MS", "Trebuchet MS", Georgia, serif;
   padding-left: 5px;
   padding-right: 5px;
   padding-top:5px;
   padding-bottom:5px;
   color: black;
   font-size: 18px;
}

#corps table tbody tr td p
{
   font-size: 15px;
}

.BSS, .BAEERS, .TIS, .HUET, .ISAF, .SBNP, .SPRS, .CAECSR
{
	font-weight: bold;
}

.BSS{color: red;}
.BAEERS{color: blue;}
.TIS{color: green;}
.HUET{color: teal;}
.ISAF{color: navy;}
.SBNP{color: olive;}
.SPRS{color: purple;}

.CAECSR{color: black;}


.Tableau-calendrier td
{
   height: 70px;
   width: 110px;
   background-repeat: no-repeat;
   background-color: #DCE5EC;
   padding-left: 0px;
   padding-right: 0px;
   font-size: 16px;
}

.Tableau-sans-bordure td
{
   border: 1px solid White;
}

.Tableau-inscription tr td
{
	font-size: 14px;
}

.centrer
{
	margin:auto;
	border: 1px solid #808080;
	padding: 0px;
	margin:0px;
}

#corps p
{
   display:inline;
   font-family: "Times New Roman", "Comic Sans MS", "Trebuchet MS", Georgia, serif;
   font-size: 16px;
   padding-right: 5px;
   padding-left: 5px;
   padding-top: 5px;
   color: black;
}

#corps a
{
	font-family: "Times New Roman", "Comic Sans MS", "Trebuchet MS", Georgia, serif;
	font-size: 16px;
	color: black;
	text-align: justify;
}

#corps h1
{
	font-family: "Times New Roman", Times, Arial, Times, serif;
	font-size: 30px;
	color: black;
	text-align: center;
	font-weight:normal;
}

#corps h3
{
	font-family: "Times New Roman", Times, Arial, Times, serif;
	font-size: 22px;
	color: black;
	text-align: center;
	font-weight:normal;
}

#corps h5
{
	font-family: "Times New Roman",Arial, Times, serif;
	text-align: center;
	font-size: 18px;
	color: black;
	font-weight:normal;
	margin: 12px;
}

#corps form
{
	font-family: "Times New Roman","Arial",Arial, Times, serif;
	text-decoration:none;
	padding:10px;
	color: black;
	text-align: justify;
	font-size: 18px;
}

/* Pied de page */

#pied_de_page
{
	width: 1000px;
	margin: auto;
	padding-bottom: 2px;
	text-align: center;
	background-repeat: no-repeat;
	font-family: "Times New Roman", "Comic Sans MS", "Trebuchet MS", Georgia, serif;
	color: black;
}

#pied_de_page i
{
	color: White;
	font-family: "Times New Roman", "Comic Sans MS", "Trebuchet MS", Georgia, serif;
}

#pied_de_page a, #pied_de_page p
{
	color: black;
	font-size: 13px;
	text-align: center;
	margin: 0px 0px 4px 0px;
}

#pied_de_page a
{
	text-decoration: underline;
}
