/* @override 
	http://www.mesplaquesdimmatriculation.com/test/stylespm.css
	http://mesplaquesdimmatriculation.com/test/stylespm.css
	http://mesplaquesdimmatriculation.com/stylespm.css
*/

html, body {
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	background-image: url(img/bords.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	background-color: #FFF119;
	height: 100%;
}

.centre #ensemble {
	text-align: left;
	position: relative; /* le paramètre position: relative permet de positionner les deux encadrés par rapport à ce conteneur */
	width: 850px; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	margin-left: auto;
	margin-right: auto;
	min-height : 100%;
	height : auto ! Important;
	height : 100%;

}

p.error {
	color: #ff0000;
	font-weight: bold;
	font-size: 15px;
}





a img {
	border: none;
	margin: 0;
	padding: 0;
}

#menu a:link, #logo a:link {
	text-decoration: none;
	border-bottom: 0px;
}
#menu a:visited, #logo a:visited {
	text-decoration: none;
	border-bottom: 0px;
}
#menu a:hover, #logo a:hover {
	text-decoration: none;
	border-bottom: 0px;

}
#menu a:active, #logo a:active {
	text-decoration: none;
	border-bottom: 0px;
}


a:link {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #FFF119;

}
a:active {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #000000;
}
#logo {
	position: relative;
	background-image: url(img/trame.gif);
	width: 850px;
	height: 100px;
}
#logo img {
	padding-left: 20px;
	padding-top: 15px;
}
#menu {
	position: relative;
	height: 30px;
	padding-left: 20px;
	background-color: #FFFFFF;
	width: 830px;
	margin-top: 0px;
}
a img {
	border:none;
}
#contenu {
	width: 850px;
	background-color: #FFFFFF;
	margin-top: 20px;
	position: relative;
}
#galerie {
	margin-left: 20px;
	margin-right: 20px;
}

#galerie img {
	border: 3px double #000000;
	margin: 0;
	padding: 0;
}

p {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
h1 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 28px;
	font-weight: normal;
	border-bottom: 3px double #000000;
	padding-bottom: 10px;
	letter-spacing: -1px;
	margin-left: 20px;
	margin-right: 20px;
	text-transform: lowercase;
}

table {
	width: 95%;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 15px;
	line-height: 1em;
}
th {
	padding: 10px;
	background-color: #FFF119;
	border-bottom: 5px solid #fff;
}
td {
	width: 250px;
	padding: 5px 10px;
}
.tableproduit {
	background-color: #f2f2f2;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}
input {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	background-color: #fff;
	font-weight: bold;
	padding: 5px;
	border: none;
	margin-right: 10px;
	text-: none;
	cursor: pointer;
	border-bottom: 1px solid #000;
}
input:hover {
	border-bottom: 1px solid #fff119;
}

input#mettre {
	margin-top: 10px;
	float: right;
	margin: 0;
	margin-right: -10px;
	margin-bottom: 15px;
	background-color: #fff119;
}

#boutons {
	margin-top: 10px;
	margin-left: 500px;
}
#boutons input {
	background-color: #fff119;
}
#contact p {
	margin: 10px 25px;
}
#contact label {
	font-weight: bold;
}
#contact input {
	background-color: #fff119;
}
#contact #blocmoitie {
	width: 40%;
	display: inline-table;
}
#contact div input.long {
	width: 350px;
}
#contact textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	padding: 5px;
	background-color: #fff;
	font-weight: bold;
	background-color: #fff119;
	width: 770px;
	border: none;
	border-bottom: 1px solid #000;
}
#pied {
	height: 25px;
	width: 830px;
	padding-left: 20px;
	background-color: #FFF119;
	line-height: 25px;
	position: absolute;
	bottom: 0;
}
.texteGros {
	font-size: 1.2em;
	line-height: 1.em;
}
.Gros {
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
}

#premier-element {
	margin-top: 0;
	height: 0px;
	position: absolute;
}
#dernier-element {
	margin-bottom: 0;
	padding-bottom: 40px;
}


a{outline: none;}
:focus{-moz-outline-style: none;}
