/** @file
 * Fichier de style principal.
 * Ce fichier de style est le fichier principal. Il s'applique à toutes les pages du site.
   * @author Matthieu Ambry
*/

.titre_principal {
	font-size: 2cm;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #0033CC;
	text-decoration: underline;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: Aucune;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	text-align: justify;
}
.sous_titre_principal {
	font-weight: bold;
	color: #000000;
}
a {
	color: #3333CC;
	text-decoration: none;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: Aucune;
	color: #3333CC;
}
.titre {
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #0031E7;
	text-decoration: underline;
	margin: 30px;
}
.erreur {
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FF3333;
	margin: 30px;
	text-align: center;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3333CC;
	font-weight: bold;
}
.lien_plan {
	font-weight: bold;
}
.lien_plan:hover {
	background-color: #99CDFF;
}
.lien_menu {
	font-weight: bold;
	cursor: hand;
}
.lien_menu:hover {
	background-color: #99CDFF;
	cursor: hand;
}
.erreur {
	color: #FF3333;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3333CC;
	font-weight: bold;
	font-size: 12px;
}
.rouge {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: Aucune;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FF3333;
	text-align: justify;
}
hr {
	color: #3333CC;
}
.gras {

	font-weight: bold;
}
select {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3333CC;
	font-weight: bold;
}
.lien_menu_orange {
	font-weight: bold;
	cursor: hand;
	color: #FF9933;
}
.lien_menu_orange:hover {
	background-color: #FFCC66;
	cursor: hand;
