/**
 * screen.css
 * styles d'affichage à l'écran
 * @auteur: WAHL Stéphane
 * @Date de création: 04/11/2008 
 * @Date de modification: 04/11/2008 
 */

@import "formstyle.css";
/*@import "academies.css";*/
@import "calendar-blue.css";

body {
	font-family: "Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	color: #696969;
	text-decoration: none;
	margin: 0px;
	padding-top: 10px;
}

img {
	border-width: 0px
}

a {
	text-decoration: none;
}

a:active {
	color: #708090; /*slateGray*/
}

a:hover {
	color: #808080; /*Gray*/
}

a:link {
	color: #696969;
}

a:visited {
	color: #808080; /* dimGray */
}

a.selectableItem:link, a.selectableItem:active, a.selectableItem:visited{
display:block;
padding:2px;
margin:1px;
}
a.selectableItem:hover{
	background-color: #8FBC8F;
	color: Green;
}

#entete {font-size:1em}
#contenu {font-size:1.3em}
#piedpage {font-size:0.9em}

h1 {font-size:2em}  /* affiché en 24px */
h2 {font-size:1.8em}  /* affiché en 18px */
h3 {font-size:1.6em}  /* affiché en 15px */
h4 {font-size:1.4em}  /* affiché en 12px */

label {
	float: left;
	text-align: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	vertical-align: middle;
	width: 150px;
}

fieldset p {
	height: auto;
	margin:5px 0px;
}

/* Entête -------------------------------------------------------------*/
#entete, #piedpage, #milieu {
	margin:0pt auto;
	min-width:800px;
	width:990px
}

#entete {
	/*background-image: url(../images/fond/fond_entete.png);
	background-repeat: repeat-y;*/
	background-color: #4682b4;
	display: none;
}

.descfrancevae {
	color: white;
	float: left;	
	font-weight: bold;
	font-size: 23px;
	margin: 0px 0px 0px 0px;
}

#logo {
	padding: 0px 0px 0px 0px;
}

#connexion {
	display: none;
}

#connexion img {
	vertical-align: bottom;
}

/* Menu --------------------------------------------------------------*/
#menu {
	display: none;
}


/* Footer -------------------------------------------------------------*/
#piedpage {
	display: none;
}

.clear {
	clear: both;
}

/* Contenu ------------------------------------------------------------*/
#milieu {
	margin:auto;
	position:relative;
}

#contenu {
	padding: 20px 5px;
}

p {
	margin: 0px;
	padding: 0px;
}

#contenu table {
	border-collapse: collapse;
	margin-left: 0px;
}

#contenu th {
	background-color: Gray;
	color: White;
	padding: 5px;
}

.bordures td {
	border-style: solid;
	border-width: thin;
	padding: 0px 2px;
}

.bordures td.date {
	padding: 0px 5px;
}

.bordures td.heuredebut {
	padding: 0px 0px 0px 20px;
}

.bordures td.heurefin {
	padding: 0px 10px;
}

#contenu h1 {
	color: #4682b4;
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

#contenu h2 {
	font-size: medium;
	margin: 0px;
	padding: 5px;
}

#contenu h3 {
	color: #4682b4;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: small;
}


#texteintro {
	float: left;
	margin: 0px 0px 0px 30px;
	width: 18em;
}

#texteintro h1 {
	font-size: 3em;
	font-variant: small-caps;
}

#texteintro h2 {
	font-size: 2em;
}

#contenu_left {
	margin: 10px 0px 20px 0px;
	width: 40em;
}

#contenu_right {
	float: right;
	width: 35em;
}

#contenu_carte {
	margin: 10px 0px;
}

#textegreta, #actualites {
	clear: both;
	border-color: #0384C8;
	border-style: solid;
	border-width: 1px;
	/*color: White;*/
	width: 18em;
	float: right;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 5px;
}

#textegreta h1, #actualites h1 {
	color: #0384C8;
	text-align: center;
}


#greta {
	list-style: none;
	float: left;
	margin: 20px 0px 0px 0px;
	width: 50em;
}


.tel, .fax, .mel, .www {
	background-repeat: no-repeat;
	padding-left: 25px;
}

.tel {
	background-image: url(../images/pages/tel.png);
}

.fax {
	background-image: url(../images/pages/fax.png);
}

.mel {
	background-image: url(../images/pages/mel.png);
}

.www {
	background-image: url(../images/pages/www.png);
}

.normal {
	color: Black;
	font-size: 12px;
}

.erreur {
	background-color: #F5CECE;
	background-image: url(../images/boutons/erreur.png);
	background-repeat: no-repeat;
	border-style: dashed;
	border-width: 1px;
	color: #B22222;
	padding: 10px 0px 5px 45px;
	width: 30em;
}

.reussite {
	background-color: #CCFFCC;
	background-image: url(../images/boutons/reussite.gif);
	background-repeat: no-repeat;
	border-style: dashed;
	border-width: 1px;
	color: Green;
	margin: 20px 10px 0px 5px;
	padding: 10px 0px 5px 45px;
	width: 30em;
}

.float {
	margin: -30px 0 0 0;
}

.center {
	text-align: center;
}

.justify {
	padding: 0px 5px 0px 0px;
	text-align: justify;
}

.left {
	text-align: left;
}

.intitule {
	margin: -20px 0px 0px 80px;
	text-align: center;
}

#contact fieldset {
	background-image: url(../images/boutons/contact.png);
	background-position: right;
	background-repeat: no-repeat;
}

/* catalogue */

#catalogue {
	background-image: url(../images/pages/crochets.png);
	background-repeat: no-repeat;
	background-position: right;
}

#legal a {
	text-decoration: underline;
}

.stitre {
	color: #000;
	font-weight: bold;
}

ul.pucerouge li {
	list-style-image: url(../images/puces/pucerouge.png);
}

.rouge {
	color: #B22222;
}

p.savoirplus a {
	background-color: #0384C8;
	color: #FFF;
	float: right;
	font-size: 11px;
	margin: 5px 5px 5px 0px;
	padding: 0px 5px 0px 5px;
}

/* Admin ------------------------------------------------------------*/

#boxlogin {
	background-image: url(../images/boutons/lock.png);
	background-repeat: no-repeat;
	background-position: left;
	margin: 10px 10px 10px 30px;
	padding: 10px 10px 10px 20px; 
	width: 22em;
}

.soustitre {
	display: block;
	text-align: center;
}

