
body {
	margin:0;
	color: #000033;
	background-color: #8aadc1;
	}

A:link {COLOR: #1077dd; text-decoration: underline;}
A:visited {COLOR: #cc66ff; text-decoration: none;}
A:hover {
	color: #FF0000;
	background-color:#FFff66;
	text-decoration: underline;
	cursor:hand;
}
A:active {
	color: #ffff66;
	text-decoration: none;
	background: #ff0000;
}

input {
	font-weight: bold;
}

input.prix { 
	background-color: yellow;
 	color: red;
	font-size: larger;
	text-align: center ;
} 

input.offert {
	background-color: yellow;
	text-align: center ;
} 

.popup {
	visibility:hidden;
	color: red;
	font-weight : bold;
}

.popup2 {display:none}

.attention {
	color: rgb(51, 102, 253);
	background-color: rgb(255, 255, 204);
	font-size: x-large;
	font-weight : bold;
}

.attentionp {
	color: rgb(51, 102, 253);
	background-color: rgb(255, 255, 204);
	font-size: large;
	font-weight : bold;
}

.attentiong {
	color: rgb(51, 55, 255);
	background-color: rgb(255, 255, 204);
	font-size: xx-large;
	font-weight : bold;
}

.message {
	color: rgb(251, 0, 52);
	background-color: rgb(255, 255, 204);
	font-size: x-large;
	font-style: italic;
	font-weight : normal;
}

.title {
	color: rgb(0, 44, 253);
	background-color: rgb(255, 255, 204);
	font-size: xx-large;
}

.title2 {
	color: rgb(0, 44, 253);
	background-color: rgb(255, 255, 204);
}

.nota {
	color: rgb(0, 44, 253);
	background-color: rgb(255, 255, 204);
	font-size: x-large;
	font-weight : normal;
}

.notap {
	color: rgb(0, 44, 253);
	background-color: rgb(255, 255, 204);
	font-size: large;
	font-weight: normal;
}

.notab {
	color: rgb(0, 44, 253);
	background-color: rgb(255, 255, 204);
	font-size: x-large;
	font-weight: bold;
}

.privi {
	color: rgb(102, 0, 153);
	background-color: rgb(255, 204, 153);
	font-size: x-large;
	font-weight: normal;
}

.pro {
	font-family: Verdana, Geneva;
	color: rgb(251, 0, 52);
	background-color: rgb(255, 255, 55);
	font-size: large;
	font-weight : normal;
}

.rouge {
	font-family: Verdana, Geneva;
	color: rgb(251, 0, 52);
	background-color: rgb(255, 255, 55);
	font-size: large;
	font-weight : normal;
}

.rougen {
	font-family: Geneva;
	color: rgb(251, 0, 52);
	background-color: rgb(255, 255, 55);
	font-size: medium;
	font-weight : normal;
}

.rougeng {
	font-family: Verdana;
	color: rgb(251, 0, 52);
	background-color: rgb(255, 255, 55);
	font-size: x-large;
	font-weight : normal;
}

.rougeg {
	font-family: Verdana;
	color: rgb(251, 0, 52);
	background-color: rgb(255, 255, 55);
	font-size: xx-large;
	font-weight : bold;
}

.rouges {
	color: rgb(251, 0, 52);
	background-color: rgb(255, 255, 150);
	font-size: x-large;
	font-weight : normal;
}

.petitrouge {
	color: rgb(251, 0, 52);
	background-color: rgb(255, 255, 55);
	font-size: x-small;
	font-weight : normal;
}

.screencolor {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color :#990000;
	font-weight : bold;
}

.petit {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

.tpetit {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}

.moyen{
	font-size: medium;
	font-family: arial;
}

.gros{
	font-size: xx-large;
	font-family: arial;
}

.arial {
	font-family: Arial, Helvetica, sans-serif;
}

.courrier {
	font-family: "Courier New", "MS Courier New", Courier, sans-serif;
}

#main {
	margin: 10px;
}

#about {
	position: absolute;
	border: 1px solid #dddddd;
	background-color: white;
	font-size: 12px;
	right: 25px;
	top: 15px;
}
