/* 

FICHIER : admin.css
AUTEUR : Courtois Sébastien
DESCRIPTION : Styles pour l'interface d'administration

*/

*.error 
{
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

*.ok
{
	font-weight:bold;
	color:#009900;
}

.fond_popup
{
	scrollbar-face-color: #EF4D89;
	scrollbar-shadow-color: #E2256C;
	scrollbar-highlight-color: #F3BBD0;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #E2256C;
    scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	background-image: url(../images/fr/fond_popup.jpg);
	background-repeat: no-repeat;
}
.titres_formulaires {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: oblique;
	color: #EF4D89;
	text-align: left;
}

.navigation2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
.navigation2:hover {
	color:#F287B7;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.plan_site_fond {
	background-image: url(../images/fond_plan.jpg);
	background-repeat: no-repeat;
}

.plan_site_titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

.plan_site_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}

.navigation3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
.navigation3:hover {
	color:#F287B7;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.plan_site_titre_fond_société {
	background-color: #7BAFDF;
}

.plan_site_titre_fond_produit {
	background-color: #F287B7;
}


.plan_site_titre_fond_contact {
	background-color: #A976B3;
}

.plan_site_titre_fond_services {
	background-color: #F5A47A;
}

.navigation4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
.navigation4:hover {
	color:#7BAFDF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.navigation5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
.navigation5:hover {
	color:#A976B3;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.navigation6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
.navigation6:hover {
	color:#F5A47A;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.navigation7 {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
*.error2 {
	color: #FFCC99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	font-style: normal;
}
*.ok2 {
	font-weight:bold;
	color:#009900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
