/*
Feuille de style du site CSAG.
Développée par Romain Marion le 29/10/2008
*/
body {
	background-image: url(images/Hiver/fond.jpg);
	background-repeat: repeat;
}
/* Classes valables dans toutes les DIV */
.imageSlogan {
	float: none;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 105px;
	margin-left: 5px;
}
.image150 {
	float: left;
	height: auto;
	width: auto;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.captcha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	text-transform: lowercase;
}
.blocTexte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: center;
	display: block;
	border: 1px solid #999999;
}
#miniatureConteneur {
	height: 160px;
	width: 140px;
	float: left;
}
#miniatureEmplacement {
	display: block;
	height: 150px;
	width: 130px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	text-decoration: none;
	float: left;
}
#miniatureEmplacementCentre {
	float:left;
	background-repeat:no-repeat;
	height:135px;
	width:130px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	overflow:hidden;
	padding-top: 15px;
	text-decoration: none;
	list-style-image: none;
	background-image: url(images/fondMiniatures.png);
}
#miniatureEmplacementCentre a img {
	text-decoration: none;
	border:none;
}
/* Support des DIV : Bandeau, menu haut, menu gauche, page, info et pied */
#support {
	width: 955px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* Bandeau titre commun à toutes les pages. Le titre H1 est modifié en fonction du contenu de la page*/
#bandeau {
	height: 170px;
	width: auto;
	background-image: url(images/Hiver/bandeau.png);
}
#bandeau h1 {
	display: block;
	width: 500px;
	margin-top: -35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 230px;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: normal;
	height: auto;
	color: #FFFFFF;
	text-transform: uppercase;
	font-style: italic;
	background-image: url(images/h1Bandeau.png);
	text-align: center;
	padding: 0px;
}
/* Menu commun à toutes les pages */
#menuHaut {
	height: 50px;
	width: 955px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	float: none;
	clear: right;
}
#menuHaut ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menuHaut li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#menuHaut a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	color: #003590;
	text-decoration: none;
	display: block;
	float: left;
	text-transform: uppercase;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	height: 32px;
	width: 181px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-image: url(images/Hiver/BtnHaut.gif);
	clear: none;
	text-align: center;
}
#menuHaut a:hover {
	background-image: url(images/Hiver/BtnHautOver.gif);
}
#menuHaut a:active {
	background-image: url(images/Hiver/BtnHautClic.gif);
}
/* Menu adapté à la section */
#menuGauche {
	float: left;
	height: auto;
	width: 191px;
	margin: 0px;
	padding: 0px;
}
#menuGauche h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	font-weight: normal;
	color: #3366FF;
	margin-left: 5px;
}
#menuGauche h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #3399FF;
	margin-left: 5px;
}
#menuGauche p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
	padding: 0px;
	height: auto;
	width: 160px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#menuGauche img {
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#menuGauche ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menuGauche li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #903F00;
	display: block;
	width: 181px;
	height: 30px;
	background-image: url(images/Hiver/BtnGauche.gif);
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	background-repeat: no-repeat;
	text-align: center;
}
#menuGauche a:hover {
	background-image: url(images/Hiver/BtnGaucheOver.gif);
	background-repeat: no-repeat;
}
#menuGauche a:active {
	background-image: url(images/Hiver/BtnGaucheClic.gif);
	background-repeat: no-repeat;
}
/* Boites rouges d'informations urgentes ou rappels */
#infoDroite {
	float: left;
	height: auto;
	width: 180px;
}
#infoDroite ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: auto;
	width: 170px;
}
#infoDroite li {
	display: block;
	list-style-type: none;
}
#infoDroite a {
	background-image: url(images/Hiver/boiteBas.gif);
	background-repeat: no-repeat;
	display: block;
	width: 181px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #907300;
}
#infoDroite a:hover {
	color: #FFCC00;
}
#infoDroite h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	background-image: url(images/Hiver/boiteHaut.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 27px;
	width: 181px;
	color: #907300;
	padding-top: 3px;
	text-transform: uppercase;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#infoDroite p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	background-color: #CCCC99;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B09737;
	border-left-color: #B09737;
	line-height: normal;
	width: 172px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
/* Page centrale */
#page {
	float: left;
	height: auto;
	width: 575px;
}
#page table {
	width: 100%;
	height: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #3399FF;
	border-bottom-color: #3399FF;
}
#page th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #CC9900;
	text-decoration: none;
	background-color: #FFFFCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #3399FF;
	border-right-color: #3399FF;
	border-bottom-color: #3399FF;
	border-left-color: #3399FF;
}
#page td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #666666;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #3399FF;
	border-right-color: #3399FF;
	border-bottom-color: #3399FF;
	border-left-color: #3399FF;
	vertical-align: middle;
}
#page caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
	color: #CC9900;
}
#page h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	color: #903F00;
	font-style: italic;
	padding-left: 10px;
	margin-top: 5px;
	background-image: url(images/Hiver/h1Page.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 490px;
	padding-top: 5px;
	display: block;
	text-align: center;
	margin-left: 50px;
	text-transform: uppercase;
}
#page h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #003590;
	background-image: url(images/Hiver/h2Page.gif);
	display: block;
	height: 20px;
	width: 300px;
	background-repeat: no-repeat;
	margin-left: 50px;
	text-align: center;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: none;
	padding-bottom: 5px;
	padding-top: 5px;
}
#page p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	margin-left: 2px;
	margin-right: 4px;
	text-shadow: 0px 0px 9px #777;
}
#page h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #666666;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: underline;
	text-align: center;
}
#page h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #666666;
	border: 1px solid #333333;
	text-align: center;
}
#page ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #666666;
	list-style-type: circle;
}


#pied {
	height: 40px;
	width: 955px;
	float: left;
}
/* Pied commun à toutes les pages */
#pied p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #666666;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#pied ul {
	display: block;
	margin: 0px;
	text-align: center;
	padding: 10px;
}
#pied li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#pied a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
	color: #FFFFCC;
	background-color: #A7D2FF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#menuGauche caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	font-style: italic;
	text-decoration: underline;
}
#menuGauche td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
#menuGauche a {
	text-decoration: none;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.imageNonDecoree {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
