@charset "UTF-8";
body {
	background-color: #676767;
	background-image: url(../images/es/fondrepeat.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}




/* Menu */

#menu, #menu ul /* Liste */ 
{
    padding : 0; /* pas de marge intérieure */
    margin : 0; /* ni extérieure */
    list-style : none; /* on supprime le style par défault de la liste */
    line-height : 21px; /* on défini une hauteur pour chaque élément */
    text-align : left; /* on centre le texte qui se trouve dans la liste */
}
#menu .select {
	color: #DE6327;
}

#menu /* Ensemble du menu */
{
    font-weight : bold; /* on met le texte en gras */
    font-family : Arial; /* on utilise Arial c'est plus beau ^^ */
    font-size : 12px; /* hauteur du texte : 12 pixels */
}

#menu a /* Contenu des listes */
{
	color : #333333; /* couleur du texte */
	text-decoration : none; /* on supprime le style par défault des liens (la pluspart du temps = souligné) */
	width : auto; /* largeur */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 0;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 0;
	margin-left: 7px;
	display: block;
	 font-size: 13px;
}

#menu li /* Elements des listes */  
{
	float : left;
	/* pour ie qui ne reconnait pas "transparent" */
    border-right : 1px solid #fff;
	font-size: 13px;
}

/* ie ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
    border-right: 1px solid transparent ; /* on met une bordure transparante à droite de chaque élément */
}

#menu li ul /* Sous-listes */
{
	position: absolute; /* Position absolu */
	width: 230px; /* Largeur des sous-listes */
	left: -999em;
}


#menu li ul li /* Eléments de sous-listes */
{
	border-top-width: 1px;
	border-right-width: 0px;
	border-top-style: solid;
	border-top-color: #fff;
	margin-right: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-size: 12px;
}
#menu li ul li a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: left;
	padding-left: 5px;
}
#menu li ul li a:hover {
	color: #FFFFFF;
	background-color: #DD6324;
}

/* ie ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li        
{
	border-top : 1px solid transparent;
}

#menu li ul ul 
{
    margin      : -22px 0 0 144px ; /* On décale les sous-sous-listes qu'elles ne soient pas au dessus des sous-listes */   
    /* pour ie qui ne reconnait pas "transparent" (comme précédement) */
    border-left : 1px solid #fff ; /* Petite bordure à gauche pour ne pas coller ... */ 
}

/* ie ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #menu li ul ul        
{
    border-left : 1px solid transparent ; /* on met une bordure transparante sur la gauche de chaque élément */
}

#menu a:hover, #menu li ul a:hover /* Lorsque la souris passe sur un des liens */   
{
	color: #DE6624;
}

#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
    left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
	left: auto; /* Repositionnement normal */
	min-height: 0;
}
#header {
	width: 645px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 325px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 20px;
}

















#header a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#header a:hover {
	color: #666666;
}
#header #form1 #textfield {
	color: #999999;
	font-size: 10px;
	border: 1px solid #999999;
	width: 140px;
}
#header #form1 img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#content {
	width: 950px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
}
#avantages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#avantages ul {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 13px;
}
#avantages p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#avantages  #form1 {
	margin-left: 10px;
	margin-top: 5px;
}
#avantages #form1 #textfield {
	color: #999999;
	font-size: 11px;
	border: 1px solid #999999;
	width: 140px;
	height: 20px;
}
#avantages li {
	margin-left: -13px;
	padding-left: 0px;
}
#avantages .titre {
	font-family: "Trebuchet MS";
	color: #DE6327;
	font-size: 16px;
	margin-top: 50px;
	
}
#avantages h1 {
	text-align: center;
	font-size: 12px;
	
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header  .ok   {
	margin-right: 15px;
}
#header .drapeaux {
}
#catalogue h1 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/es/onglet-micromotorisation.jpg);
	height: 40px;
	width: 245px;
	line-height: 2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 60px;
}
#catalogue {
	margin-top: 35px;
}
#catalogue ul {
	list-style-image: url(../images/es/triangle-noir.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#catalogue a {
	color: #333333;
}
#catalogue a:hover {
	color: #D9642B;
}
#catalogue li {
	margin-bottom: 5px;
	margin-left: -10px;
}



#news h1 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/es/fond-onglet-novedades-evenements.jpg);
	height: 28px;
	width: 235px;
	line-height: 2em;
	padding-left: 70px;
	background-repeat: no-repeat;
	margin: 0px;
}
#news {
	margin-top: 0px;
}
#news .photoproduit {
	margin-right: 5px;
	margin-left: 17px;
}
#news p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#news  h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#news ul {
	list-style-image: url(../images/es/triangle-noir.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#news a {
	color: #333333;
}
#news a:hover {
	color: #D9642B;
}
#news h3  {
	color: #FFFFFF;
	text-align: center;
	display: block;
	margin: 0px;
}
#news h3 a {
	color: #FFFFFF;
	text-decoration: none;
	width: 214px;
	font-size: 12px;
	background-image: url(../images/es/fond-bouton.jpg);
	height: 25px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#news .deuxlignes  {
	padding-top: 3px;
	height: 31px;
}
#news h3 a:hover {
	color: #FFFFFF;
	background-image: url(../images/es/fond-bouton-over.jpg);
}
#news li {
	margin-bottom: 5px;
	margin-left: -10px;
}





#evenements h1 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/es/fond-onglet-novedades-evenements.jpg);
	height: 28px;
	width: 235px;
	line-height: 2em;
	background-repeat: no-repeat;
	margin: 0px;
	padding-left: 70px;
}
#evenements {
	margin-top: 0px;
}
#evenements .photoproduit {
	margin-right: 5px;
	margin-left: 17px;
}
#evenements p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: #FFFFFF;
	padding: 5px;
}
#evenements p .date {
	text-transform: uppercase;
	color: #DC6227;
	font-weight: bold;
}
#evenements  h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	color: #000;
}
#evenements   h3  {
}
#evenements ul {
	list-style-image: url(../images/es/triangle-noir.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#evenements a {
	color: #333333;
}
#evenements a:hover {
	color: #D9642B;
}
#evenements h3  {
	color: #000000;
	text-align: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#evenements h3 a {
	color: #FFFFFF;
	text-decoration: none;
	width: 214px;
	font-size: 12px;
	background-image: url(../images/es/fond-bouton.jpg);
	height: 25px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#news .deuxlignes  {
	padding-top: 3px;
	height: 31px;
}
#news h3 a:hover {
	color: #FFFFFF;
	background-image: url(../images/es/fond-bouton-over.jpg);
}
#news li {
	margin-bottom: 5px;
	margin-left: -10px;
}




.cellulemenu {
	background-image: url(../images/es/basmenu.jpg);
	background-repeat: no-repeat;
	background-position: left 40px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #333333;
}
#footer a:hover {
	color: #DD6327;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#contenupages {
	margin-top: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#contenupages p {
	margin-top: 5px;
	margin-bottom: 10px;
}
#contenupages h1 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #DE6328;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DF6327;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#img-titre {
margin-left:-130px;
}
#contenupages h2 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	text-align: center;
	color: #333333;
	margin-top: 0px;
}

#contenupages h4 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	text-align: left;
	color: #333333;
	margin-top: 0px;
}

#contenupages h2 .guillemets {
	color: #E06226;
	font-size: 25px;
}
#contenupages   h3  {
	color: #FFFFFF;
	text-align: center;
	display: block;
	margin: 0px;
}
#contenupages  h3 a {
	color: #FFFFFF;
	text-decoration: none;
	width: 214px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../images/es/fond-bouton.gif);
	height: 25px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contenupages  .deuxlignes  {
	padding-top: 3px;
	height: 31px;
}
#contenupages h3 a:hover {
	color: #FFFFFF;
	background-image: url(../images/es/fond-bouton-over.gif);
}
#contenupages ul {
	list-style-type: disc;
	margin-top: 0px;
	margin-bottom: 10px;
}
#contenupages .titreorange {
	color: #D96127;
}
#contenupages li {
	width: 180px;
	margin-left: -10px;
}
#contenupages form {
	margin-top: 0px;
}

#contenupages  #certifications a {
	color: #DE6327;
}
#contenupages #form2 .boutonradio {
	height: 20px;
	width: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#contenupages #form2 input {
	border: 1px solid #E1642B;
	width: 300px;
	height: 20px;
}
#contenupages #form2 textarea {
	border: 1px solid #E1642B;
	width: 450px;
	height: 200px;
}
#contenupages #form2 .labelpetit {
	width: 100px;
}
#contenupages #form2 table {
	border: 1px solid #DD6328;
	padding: 10px;
}
#contenupages #form2 .titres {
	font-family: Arial, Helvetica, sans-serif;
	color: #DE5F23;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
#contenupages #form2 .legendes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}
	
/* FORM 1 */	

#contenupages #form1 .boutonradio {
	height: 20px;
	width: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#contenupages #form1 input {
	border: 1px solid #E1642B;
	width: 300px;
	height: 20px;
}
#contenupages #form1 textarea {
	border: 1px solid #E1642B;
	width: 450px;
	height: 200px;
}
#contenupages #form1 .labelpetit {
	width: 100px;
}
#contenupages #form1 table {
	border: 1px solid #DD6328;
	padding: 10px;
}
#contenupages #form1 .titres {
	font-family: Arial, Helvetica, sans-serif;
	color: #DE5F23;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
#contenupages #form1 .legendes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	
	
/* FORM 1 */	

	
}
#contenupages #form3 .boutonradio {
	height: 20px;
	width: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#contenupages #form3 input {
	border: 1px solid #E1642B;
	width: 250px;
	height: 20px;
}
#contenupages #form3 textarea {
	border: 1px solid #E1642B;
	width: 250px;
	height: 200px;
}
#contenupages #form3 #direccion {
	border: 1px solid #E1642B;
	width: 250px;
	height: 50px;
}
#contenupages #form3 .labelpetit {
	width: 100px;
}
#contenupages #form3 table {
	border: 1px solid #DD6328;
	padding: 10px;
}
#contenupages #form3 .titres {
	font-family: Arial, Helvetica, sans-serif;
	color: #DE5F23;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
#contenupages #form3 .legendes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}
#contenupages #actu {
	background-color: #E7E7E7;
	padding: 10px;
	margin-bottom: 20px;
}
#contenupages #actu h1 {
	color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 0px;
	background-color: #CCCCCC;
	padding: 5px;
}
#contenupages  #actu  .vignette {
	margin-right: 10px;
	float: left;
	position: fixe;
	margin-bottom: 10px;
}
#contenupages #actu a {
	color: #DE6327;
}
#contenupages #actu span a {
	color: #000;
}

/* 3D CUBE */

.basicCube, .basicCube2, .basicCube3, .basicCube4, .basicCube5, .basicCube6, .basicCube7, .basicCube8, .basicCube9 {
	width: 121px;
	height: 121px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: left;
}

/*table .3d-cube {
	margin: 50px 0 0 50px;
}*/

.lpage a {
	color: #df6327;
	text-decoration: none;
}

.lpage a:hover {
	text-decoration: underline;
}
