@CHARSET "ISO-8859-1";

html {
	height: 100%;
}

body {
	background-color: white;
	text-align: center;
	background-image: url('../design/bg.png');
	background-repeat: repeat-x;
	height: 50%;
	font-family: serif;
}

h1 {
	font-size: 2em;
	color: gray;
	font-variant: small-caps;
}

h2 {
	font-size: 1.5em;
	/*color: royalblue;*/
	color: #4466DD;
	font-style: oblique;
}

#colGauche {
	margin-left: 5%;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 400px;
	text-align: left;
    margin-bottom: 25px;
}

#colGauche ul {
	list-style-type: square;
	list-style-position: inside;
	list-style-image: url("../design/puce.png");
}

#colGauche h2 { /*text-align: center;*/
	background-image: url('../design/sousmenubg.png');
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #FFFFFF;
}

#colGauche a {
	
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: gray;
	color: gray;
}

#colPrincipale a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: gray;
	color: gray;
}

#colPrincipale a:hover {
	border-bottom-style: none;
	text-decoration: underline;
	border-bottom-width: 1px;
	border-bottom-color: gray;
	color: gray;
}

#colGauche a:hover {
	border-bottom-style: none;
	text-decoration: underline;
	border-bottom-width: 1px;
	border-bottom-color: gray;
	color: gray;
}

#colPrincipale { /*margin-left: 5%;
	width: 600px;
	position: absolute;
	right: 200px;*/ /*margin-left: auto;*/
	margin-left: 300px;
	margin-right: auto;
	/*min-margin-right: auto;*/
	width: 60%;
	text-align: justify;
	height: 150%;
	display: block;
	margin-bottom: 150px;
}

#filariane,#filariane a {
	color: gray;
	margin-top: 10px;
	font-variant: small-caps;
}

#foot {
	position: fixed;
	bottom: 1px;
	right: 1px;
	color: white;
	background-image: url('../design/bottomBG.png');
	padding: 10px;
	color: white;
}

#foot a {
	color: yellow;
	font-variant: small-caps;
	font-size: 1.1em;
}

#site {
	height: 100%;
}

#randomImage img {
	max-width: 200px;
}

#supp img {
	position: relative;
	top: +25px;
}

.bis {
	position: relative;
	left: -32px;
}

.error {
	font-size: 1.5em;
	background-image: url('../design/errorBG.png');
	background-repeat: repeat-x;
	color: #4466DD;
	font-style: oblique;
	color: #FFF;
	padding: 10px;
	margin: 20px;
	position: relative;
	top: +20px;
}

.hrfoot {
	margin-top: 20px;
	width: 200px;
}

img {
	border: none;
	text-decoration: none;
	border-bottom-style: none;
}

.ok {
	font-size: 1.5em;
	background-image: url('../design/okBG.png');
	background-repeat: repeat-x;
	color: #4466DD;
	font-style: oblique;
	color: #FFF;
	padding: 10px;
	margin: 20px;
	position: relative;
	top: +20px;
}

.searchbouton {
	position: relative;
	top: +10px;
        width: auto;
}

img a {
	border: none !important;
	border-bottom-style: none !important;
	border-bottom-width: 0px !important;
	border-bottom-color: white !important;
}

.showPicture {
	position: relative;
	left: -250px;
}

.miniatures {
	margin: 5px;
	padding: 2px;
	background-color: lightgray;
}

#chSite {
	position: absolute;
	right: 2px;
	top: 2px;
}

.admin-img {
    height: 50px;
}