/* Page des styles CSS appliqués au site du Gymnase Auguste Piccard de Lausanne*/

/* Propriétés des classes et polices */

.contenu{
	color:#000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

/* Propriété sur les liens */

a:link {
	color: #006fbc;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #006fbc;
}

/* Propriétés éléments de base de la page */

body {
	background:url(./images/back_20ans.jpg) top left;//./images/back.jpg
	background-repeat: repeat;
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

hr {
	color: #006fbc;
	height: 1px;
}

h1 {
	font-size: 20px;
	font-style: bold;
	text-decoration:underline;
}

ul 
{
   list-style-type: circle;
}
 
td {
   height: 50px;
   text-align: center;
}

table {
  margin: auto;
}

/* Propriétés des DIV concordants avec leurs identifiants */

#cadrement_contenu {
	background:url(./images/spacer.png);
	width: 800px;
	overflow: hidden;
	margin: auto;
}

#header {
	background:url(./images/header.gif) top right;
	background-repeat:no-repeat;
	margin:auto;
	width: 100%;
	height: 107px;
	border-bottom:2px solid white;
}

#menu {
	width:100%;
	text-align:right;
	padding-top:4px;
	padding-bottom:4px;
	border-bottom:2px solid white;
}

#contenu_texte {
	border-left: 2px white solid;
	float:right;
	width: 560px;
	padding:15px;
}

#sous_contenu {
	float:left;
	width: 200px;
	margin: auto;
	padding-top:15px;
	font-size: 14.5px;
}

#footer{
	position:bottom;
	margin-top: 15px;
	bottom:0px;
	width: 600px;
	height: 100px;
	text-align: center;
	font-size: 13px;
}

#consignes {
	font-size: 14px;
	text-align: justify;
}

#archives {
	font-size: 13px;
	text-align: justify;
}

#brochure {
	font-size: 12px;
	text-align: justify;
}



/* Propriétés des CLASS */

.contact {
	height: 20px;
   text-align: left;
   border-bottom: 1px solid white;
}

.contact_2 {
	height: 20px;
   text-align: left;
   color: #006fbc;
   border-bottom: 1px solid white;
}

.horaire {
	text-align: left;
	height: 10px;
	margin-left: 5px;
}

.file {
	text-align: left;
	height: 10px;
	margin-left: 5px;
}

.file_2 {
	text-align: left;
	height: 10px;
	margin-left: 5px;
	color:#006fbc;
}

.perso {
	height: 10px;
   text-align: left;
   border-bottom: 1px solid white;
}

.blue {
	color: #006fbc;
	font-style: normal;
}

.blue_bold {
	color: #006fbc;
	font-weight: bold;
	font-style: normal;
}

.bold {
	font-weight: bold;
	font-style: normal;
}


.list_1 {
	list-style-type: disc;
}

.list_2 {
	list-style-type: circle;
}

.list_3 {
	list-style-type: square;
}

.p_brochure
	{
	font-size: 13px;
	text-align: justify;
}

.p_brochure_gras
	{
	text-decoration: underline;
	font-size: 13px;
	text-align: justify;

}
.semaine_spe
	{
	font-size: 13px;
	text-align: justify;
}

.justify
{
	text-align: justify;
	font-size: 13px;
}

.cop_m
{
	font-size: 9px;
}