/* style for the template, not the content
ici on met tout les style facile quand on
developpe le template dans sa premiere phase en
html et qu'on fait nos tests avec du texte bidon
*/

html {
  font-family:Arial,Tahoma,Helvetica,sans-serif;
  font-size:8pt;
  color:#3D5585;
}

.maintable {
  background-color:#eeeeee;
  background-image:url(http://www.sanperrio.com/web/templates/blue_glass2/images/fond.jpg);
  background-repeat:repeat-x;
  background-position:top left;

}

.gauche {
	border-right: 1px solid #ffffff;
}
.droite {
	border-left: 1px solid #ffffff;
}

/* Mainframe */
.contentpaneopen {
	color:#2D497A;
	font-size:8pt;
}
.contentpaneopen td {
	padding-left:5px;
	padding-right:5px;
}
/* FIN Mainframe */
