/*fond se trouvant derriere le logo de sertim en haut*/
.mydarkbackground
{
	background-image:url(../../images/zipper/css/squarefnd.jpg);
}
.myorangebackground
{
background-color:#FE8F01;
}
/*couleur de fond du menu horizontal en haut*/
.mybluemenubackground
{
	background-image:url(../../images/zipper/css/blueone.jpg);
}
/*fond bleu a rayure blanche pour le fond des GROS TITRES*/
.myindextitlebackground
{
	background-image:url(../../images/zipper/css/fnd.jpg);
	background-repeat:repeat;
}
/*fond de la cellule vide a gauche de 'accueil' dans la page d'accueil*/
.mydarkbluebgcolor
{
	background-color:#255483;
}
/*classe permettant d'afficher une ligne grise lors de l'alternance blanc-gris*/
.mygreybgcolor
{
	background-color:#EFEFEF;
}
/*classe permettant d'afficher une ligne blanche lors de l'alternance blanc-gris*/
.mywhitebgcolor
{
	background-color:#FFFFFF;
}
/*gris du fond des cellules de la page d'accueil*/
.myothergreybgcolor
{
	background-color:#EDEDED;
}
/*couleur de fond grise du menu ou se trouve les rubriques a gauche*/
.mymenugreygcolor
{
	background-color:#DDDDDD;
}
/*bleu clair de la tête des tableaux listant les articles*/
.mytablebluegcolor
{
	background-color:#9ABBDC;
}
/* classe permettant d'avoir le fil d'ariane en jaune et le fond de la cellule bleu*/
.myblueandyellow
{
	background-color:#255483;
	color: #FFCC00;
	font-weight:bold;
}
/* Titre de la page d'erreur*/
.myErrorTitle
{
	text-align:center;
	color:#FFFFFF;
	font-size:30px;
	font-weight:bold;
	vertical-align:middle;
}
/* Texte de la page d'erreur*/
.myErrorText
{
	text-align:center;
	color:#FFFFFF;
	font-size:20px;
	vertical-align:middle;
}

.myFixationTitle{
	padding:2px;
	width:200px;
	height:15px;
	background-color:#EEEEEE;
	background-repeat:repeat;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display:block;
	margin-top:1px;
	margin-bottom:1px;
}

/*conteneur de la page de fixation*/
.myFixationContent
{
	margin-top:10px;
	margin-right:5px;
	float:left;
	width:100%;
}

.myFixationContentIconLine
{
	width:650px;
	text-align:center;
	margin-bottom:15px;
}

.myFixationContentIcon
{
	width:100px;
	text-align:center;
	float:left;
	margin-left:10px;
}

.myFixationContentIconLeft
{
	width:100px;
	text-align:center;
	float:left;
}

.foot 
{ 
	font-size: 10px; 
	width: 100%; 
	border-top: 1px solid #CCCCCC; 
}

.indikyellow 
{
	color: #FFCC00;
	font-weight:bold;
}

.tete 
{
	color: #FE8F01;
	font-weight: bold;
	font-size: 18px;
}

.mywhite 
{
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}

.litwhite 
{
	font-size: 16px;
	color: #FFFFFF;
}

.footLink a:link
{
	color:#000000;
	text-decoration:none;
}

.footLink a:visited
{
	color:#000000;
	text-decoration:none;
}

.footLink a:hover
{
	color:#FF9900;
	text-decoration:none;
}

.footLink a:active
{
	text-decoration:none;
}

.orangeSertim
{
	color:#FE8F01;
}

.menuFixation
{
	width:200px;
	margin:0px;
	padding:2px;
	background-color:#FFFFFF;
	height:133px;
}

.select {
 font-size:10px;
 }
 
.entetetypo
{
 	font-size:12px;
	/*text-align:justify;*/
}

.ohmStyle {font-family: Symbol;}
.topleftBorder { border-top: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; }
.leftrightBorder { border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; }
.topleftrightBorder { border-top: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; }
.leftBorder { border-left: 1px solid #CCCCCC; }
.rightBorder { border-right: 1px solid #CCCCCC; }
.leftrightBorder { border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; }
.allborder { border: 1px solid #CCCCCC; }
.topleftbottomBorder {border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC;}
.toprightbottomBorder {border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC;}
.topleftbottomgreyBorder {border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; background-color:#EFEFEF;}
.topBorder {border-top: 1px solid #CCCCCC;}
.topbottomBorder {border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC;}