* {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 11pt;
}

.bodytext {
	text-align: left;
}

ul {
	margin-top: 0px;
	margin-bottom: 15px;
}

li {
	margin-left: 70px;
	text-align: left;
}


/*corps*/
body {
	background-color: #00A8FF;
	background-image: url("images/fondBleu.png");
	background-repeat: repeat-x;
	text-align: center; /*centrer dans la page sous IE*/
}

/*page*/
#page {
	margin-left: auto; /*centrer dans la page sous Firefox*/
	margin-right: auto;
	border: 0px solid black;
	width: 910px;
}

/*menu*/
#menu_1 {
	text-align: center;
	float: left;
}

/*paragraphe*/
p {
	margin: 0px 20px 20px 20px;
}

/*titre 1*/
h1 {
	text-align: left;
	font-family: "Arial Black", sans-serif; 
	font-size: 14pt;
	font-weight: bold;
	color: #9f0f0f;
	margin: 0px 20px 20px 20px;
}

/*titre 2*/
h2 {
	text-align: left;
	font-family: "Arial Black", sans-serif; 
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #9f0f0f;
	margin: 0px 20px 20px 20px;
}

/*titre 3*/
h3 {
	text-align: center;
	font-family: "Arial Black", sans-serif; 
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	color: #000064;
	margin: 0px 20px 20px 20px;
}

/*titre 4*/
h4 {
	text-align: left;
	font-family: "Arial Black", sans-serif; 
	font-size: 11pt;
	font-style: italic;
	color: #2f2fd5;
	margin: 0px 20px 20px 40px;
}

/*image de la page l'entreprise*/
.img {
	margin: 20px 20px 20px 20px;
}
html>body .img {
	margin: 20px 20px 20px 20px;
}

/*lien hypertexte*/
a:link {
	color: #9f0f0f;
	text-decoration: underline;
}
a:visited {
	color: #9f0f0f;
	text-decoration: underline;
}
a:hover {
	color: #E00000;
	text-decoration: underline;
}

/*bandeau du menu*/
#bandeauJaune {
	margin-left: auto; /*centrer dans la page sous Firefox*/
	margin-right: auto;
	margin-top: 7px;
	width: 900px;
	height: 32px;
	background-color: #FFFF33;
}

/*image du bandeau du menu*/
#bandeauJaune img {
	margin-left: -3px;
	margin-right: -3px;
}
html>body #bandeauJaune img {
	margin: 0px;
}

/*presentation du contenu de page*/
#contenuExterieur {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: white;
	padding-bottom: 0px;
}

/*image du coin superieur gauche*/
.imgCoinsG {
	margin-left: -3px;
}
html>body .imgCoinsG {
	margin-left: 0px;
}

/*image du coin superieur droit*/
.imgCoinsD {
	margin-right: -3px;
}
html>body .imgCoinsD {
	margin-right: 0px;
}

/*image des coins inferieurs*/
.imgBas {
	margin-bottom: -3px;
}
html>body .imgBas {
	margin-bottom: -4px;
}

/*pied de page*/
#piedPage {
	margin: 10px 10px 0px 10px;
	width: 900px; }

/*paragraphe du pied de page*/
#piedPage p {
	text-align: center;
	font-family: "Arial", sans-serif;
	font-size: 9pt;
	color: #000058;
}

/*contenu de page*/
#contenu {
	margin: 0px 10px 0px 10px;
	width: 860px;
	background-color: white;
}
html>body #contenu {
	margin: 0px 10px 0px 20px;
	width: 870px;
}

/*table de contenu de page*/
.table_contenu {
	border: 0px;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

/*contenu de la partie gauche d'une page de produit*/
.contenu_gauche {
	width: 250px;
}

/*table de la partie droite d'une page de produit*/
.table_contenu_droit {
	border: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

/*contenu de la partie droite d'une page de produit porte*/
.contenu_porte {
	width: 190px;
	padding-bottom: 10px;
	padding-right:15px;
	vertical-align: bottom;
}

/*contenu de la partie droite d'une page de produit portail*/
.contenu_2_colonnes {
	border: 0px;
	width: 285px;
	width:expression(document.body.clientWidth > 285? "285px": "auto" );
	padding-bottom: 10px;
	padding-right:15px;
	padding-left:0px;
	margin-left:0px;
	margin-right:0px;
	padding-right:0px;
	vertical-align: bottom;
	font-size: 1px;
}

/*chemin de la page*/
.chemin {
	text-align: left;
	font-family: Arial;
	font-size: 9pt;
	color: #5959AC;
	margin-bottom: 2px;
	margin-top: -15px;
}

/*
texte accompagnant l'image d'un produit lorsque :
- il y a 2 colonnes et que l'element se trouve a  gauche
 ou
- il y a 3 colonnes
*/
.text_img {
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: bottom;
	width: 80px;
	font-size: 9pt;
	font-family: Verdana;
	color: black;
}

/*texte accompagnant l'image d'un produit lorsqu'il y a 2 colonnes et que l'element se trouve a droite*/
.text_img_droit {
	padding: 0px;
	text-align: right;
	vertical-align: top;
	width: 80px;
	font-size: 9pt;
	font-family: Verdana;
	color: black;
}

/*image d'un produit*/
.img_elt_3col {
	border: 1px solid black;
	font-size: 1px;
}


/*image d'un produit*/
.img_elt_3col img {
	max-width: 105px;
}

/*image d'un produit*/
.img_elt_2col {
	border: 1px solid black;
	font-size: 1px;
}


/*image d'un produit*/
.img_elt_2col img {
	max-width: 235px;
}

.cell_contenu_gauche {
	width: 250px;
}

#navigation {
  clear: both;
 /* margin-left: 15px;
 margin-left: 25px;*/
  width: 194px;
  height: 40px;
}

.tx-gsipagenav-pi1 {
  padding-top: 5px;
  width: 190px;
  height: 40px;
}
html>body .tx-gsipagenav-pi1 {
  padding-top: 5px;
}
#nav_home, #nav_previous, #nav_next {
  text-decoration: none;
  color: #FFFFFF;
}


/*#nav_home {
  padding-bottom: 38px;
  padding-left: 45px;
  padding-right: 45px;
  border: 1px solid #000000;
}*/

#nav_next {
	position: absolute;
	margin-left: 125px;
	margin-top: 0px;
	padding-bottom: 15px;
 	padding-left: 35px;
 	padding-right: 10px;
 	background-repeat: no-repeat;
	background-image: url("/fileadmin/templates/main/images/suivant_bleu.png");
	/*border: 1px solid #000000;*/
}

#nav_previous {
	position: absolute;
	margin-left: 65px;
	padding-bottom: 15px;
 	padding-left: 40px;
  	padding-right:15px;
  	background-repeat: no-repeat;
	background-image: url("/fileadmin/templates/main/images/precedent_bleu.png");
	/*border: 1px solid #000000;*/
}

#nav_next_gris {
	position: absolute;
	width: 50px;
	height: 30px;
	margin-left: 130px;
	margin-top: 0px;
 	background-repeat: no-repeat;
	background-image: url("/fileadmin/templates/main/images/suivant_gris.png");
	/*border: 1px solid #000000;*/
}


html>body #nav_next_gris {
	position: absolute;
	width: 50px;
	height: 30px;
	margin-left: 130px;
	margin-top: -18px;
 	background-repeat: no-repeat;
	background-image: url("/fileadmin/templates/main/images/suivant_gris.png");
	/*border: 1px solid #000000;*/
}

#nav_previous_gris {
	position: absolute;
	width: 50px;
	height: 30px;
	margin-top: 0px;
	padding-bottom: 0px;
 	padding-left: 0px;
  	padding-right:0px;
  	margin-left: 65px;
  	background-repeat: no-repeat;
	background-image: url("/fileadmin/templates/main/images/precedent_gris.png");
	/*border: 1px solid #000000;*/
}

html>body #nav_previous_gris {
	position: absolute;
	width: 50px;
	height: 30px;
	margin-top: -18px;
	padding-bottom: 0px;
 	padding-left: 0px;
  	padding-right:0px;
  	margin-left: 70px;
  	background-repeat: no-repeat;
	background-image: url("/fileadmin/templates/main/images/precedent_gris.png");
	/*border: 1px solid #000000;*/
}
