body {
    background: url(../images/bg.jpg) repeat-x;
    background-position:top;
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    text-align:justify;
}

h1{
	color:#c00;
    font-size: 28px;
    font-weight: bold;
	text-transform:uppercase;
	width:158px;
}
h2{
	color:#FFF;
	background-color:#C00;
	border-bottom:4px solid #999;
    padding:8px;
    font-size: 16px;
    font-weight: bold;
	text-transform:uppercase;
}
p{	
	margin:0;
   padding:0;
}

/* TITRES*--------------------------------------------------------------------- */
#ColGaucheContact h2{
    clear:both;
    color: #000;
    font-size: 14px;
    margin:0;
    padding-bottom:5px;
}
#colMilieu h2 , #colContent h2{
    width:auto;
    padding:0 0 0 8px !important;
    height: 42px;
    line-height: 40px;
    font-size: 22px;
    font-weight: normal;
    margin:0;
    color: #003366;
}
#colMilieu h3 , #colContent h3{
    width:auto;
    padding:0 0 3px 0;
    clear:both;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
}
.TitreActu{
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    border-bottom:1px solid #ccc;
    width:auto;
}
.TitreActu a{
    color: #000000;
}
.TitreActu a:hover{
    text-decoration:none;
}
.H2encardActu{
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    border-bottom:1px solid #fff;
    width:auto
}

.titrecolonedroite{
    padding: 15px 0 15px 10px;
    color:#003366;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    width:100%;
    display:block;
    background-color: #E2EFF8;

}



/* MENU position par defaut*--------------------------------------------------------------------- */

#menu{
    margin:0;
    height:25px;
    line-height:25px;
    position:absolute;
    top:0;
    right:0;
    background: url(../images/fond-menu1.png) no-repeat;
    padding-left:20px;
    z-index:200;
    width:auto;

}


#menu ul{
    margin:0;
    padding:0;
}
#menu li{
    list-style-type:none;
    float:left;
    margin-right:15px;
    padding-left:10px;
    white-space:nowrap;
    background:url(../images/puce1.gif) no-repeat 0 9px;
}
#menu li a{
    color:#FFFFFF;
    text-decoration:none;


}
#menu li a:hover{
    text-decoration:underline;
}

/* MENU position 2--------------------------------------------------------------------- */

#menupos2{
    margin:0;
    height:25px;
    line-height:25px;
    position:absolute;
    top:0px;
    right:0px;
    padding-left:20px;
    z-index:200;
    width: 192px;
}
#menupos2 ul{
    margin:0;
    padding:0;
}
#menupos2 li{
    list-style-type:none;
    margin:0 0 2px 0;
    white-space:nowrap;
    clear:both;
}

#menupos2 li a{
    color:#FFFFFF;
    text-decoration:none;
    display:block;
    background:#999;
    padding:1px 0 1px 5px;
}

#menupos2 li a:hover{
    text-decoration:underline;
    display:block;
    background:#000;
}


/* MENU position 3--------------------------------------------------------------------- */

#menupos3{
    margin:0;
    height:33px;
    line-height:33px;
    position:absolute;
    top:264px;
    right:0px;
    background: #E2EFF8;
    z-index:200;
    width: 980px;
    border-bottom:3px solid #666666;
    font-size: 14px;
}


#menupos3 ul{
    margin:0;
    padding:0;
}
#menupos3 li{
    list-style-type:none;
    float:left;
    white-space:nowrap;
    height:31px;
    margin:0 1px 0 1px;
}
#menupos3 li a{
    color:#000;
    text-decoration:none;
    background:#AFCDE7;
    display:block;
    padding:2px 9px 0 9px;
    height:31px;float:left;



}
#menupos3 li a:hover{
    text-decoration:underline;
    background:#666666;
    display:block;
    text-decoration:none;
    color:#FFFFFF;
}


/* Header position par defaut----------------------------------------*/
#diaporama{
    position:absolute;
    top:85px;
    left:13px;
}

#contenuHeader{
    width:500px;
    position:absolute;
    top:80px;
    right:20px;
    padding-left:10px;
}
/* Header position 2------------------------------------------------- */
#diaporamapos2{
    position:absolute;
    top:87px;
    left:9px;
}
#contenuHeaderpos2{
    width:308px;
    position:absolute;
    top:22px;
    right:233px;
    padding-left:10px;
}

/* Header position 3------------------------------------------------- */
#contenuHeaderpos3{
    width:451px;
    position:absolute;
    top:88px;
    right:469px;
    padding-left:10px;
}

#diaporamapos3{
    position:absolute;
    top:9px;
    left:570px;
    right:0;
    width: 400px;
}

#diaporamapos3 img{
    float:right;
    max-width:390px;
    max-height:220px;
}


/* MENU des pages--------------------------------------------------------------------- */

#menuFullCol{
    clear:both;
    border-bottom:1px solid #ccc;
    width:auto;
    margin-top:5px;
    margin-bottom:10px;
    height:20px;
    line-height:20px;
}
#menuFullCol ul{
    margin:0;
    padding:0;
}
#menuFullCol li{
    list-style-type:none;
    float:left;
    border-right:3px solid #fff;
    color:#999999;
    font-size: 12px;

}
#menuFullCol li a{
    background:#B7D6EA;
    color:#000;
    font-size: 12px;
    text-decoration:none;
    display:block;
    padding:0 5px 0 5px;
}
#menuFullCol li a:hover{
    color:#000;
    font-size: 12px;
    text-decoration:none;
    background:#E2EFF8;
    display:block;
}

/* Actualit�s homepage position par defaut*--------------------------------------------------------------------- */

#ActuHomepage{
    position:absolute;
    left:650px;
    top:345px;
    right:5px;
    bottom:5px;
    background:url(../images/fond-transparent.png);
    height:150px;
    width:300px;
    padding:10px;
    z-index:1;
    margin:0;

}
/* Actualit�s homepage position 2*--------------------------------------------------------------------- */

#ActuHomepagepos2{
    position:absolute;
    left:427px;
    top:142px;
    right:5px;
    bottom:5px;
    background:url(../images/fond-transparent.png);
    height:150px;
    width:300px;
    padding:10px;
    z-index:1;
    margin:0;

}
#ActuHomepagepos2 p {
    margin:3px 0 3px 0;
    padding:0;
    color: #000000;
}
#ActuHomepagepos2 a{
    margin:0;
    padding:0;
    color: #000000;

}

#ActuHomepagepos2 a:hover{
    text-decoration:none;
}
/* Actualit�s homepage 3--------------------------------------------------------------------- */

#ActuHomepagepos3{
    position:absolute;
    left:49px;
    top:323px;
    right:5px;
    bottom:5px;
    background:url(../images/fond-transparent.png);
    height:150px;
    width:300px;
    padding:10px;
    z-index:1;
    margin:0;

}
#ActuHomepagepos3 p {
    margin:3px 0 3px 0;
    padding:0;
    color: #000000;
}
#ActuHomepagepos3 a{
    margin:0;
    padding:0;
    color: #000000;

}

#ActuHomepagepos3 a:hover{
    text-decoration:none;
}


/* Actualit�s contenu--------------------------------------------------------------------- */
#ActuHomepage p {
    margin:3px 0 3px 0;
    padding:0;
    color: #000000;
}
#ActuHomepage a{
    margin:0;
    padding:0;
    color: #000000;

}

#ActuHomepage a:hover{
    text-decoration:none;
}
.date{
    font-size: 10px;
    font-style: italic;
    font-weight: bold;
    color: #666666;
    margin:5px 0 3px 0;
}












/* CONTENEURS*--------------------------------------------------------------------- */

#conteneur{
    margin:30px auto 0 auto;
    width:980px;
    height:522px;
    background:url(../../../images/pages/photo-fond.jpg) no-repeat;
    position:relative;
    z-index:0;

}
.conteneurpage{
    height:300px !important;}

#headerpage{
    float:right;
    width:670px;
    margin:0;
    position:relative;}

#BlocPage{
    width:980px;
    margin:auto;
    padding:0;
}

#blocColones{
    clear:both;
    width:auto;
}
#blocColonesFull{
    clear:both;
    width:auto;
}
#colGauche{
    width:310px;
    float:left;
}
#contenuHeader ul{
    clear:both;
    width:auto;
    margin:0;
    padding:0;
    float:right;
    display:none;
}
#contenuHeader li{
    list-style-type:none;
    float:left;
    margin-right:20px;

}
#contenuHeader li img{
    border:1px solid #fff;
    padding:2px;
    width:66px;
    height:66px;
}

.vignetteshome, .vignetteshome img {
    width:85px !important;
    height:85px	!important;
    margin-top:40px;
    margin-right:40px !important;

}
#ColGaucheContact{
    clear:both;
    color: #666666;
    text-decoration: none;
    font-size: 12px;
    margin:10px 0 10px 0;
}
#ColGaucheContact{
    clear:both;
    color: #666666;
    text-decoration: none;
    font-size: 12px;
    margin-left:8px;
}

#ColGaucheContact a{
    color: #6699CC;
}
#ColGaucheContact a:hover{
    text-decoration:none;
}
#colMilieu{
    width:448px;
    float:left;
    padding:10px;
    border-left:1px dotted #ccc;
    border-right:1px dotted #ccc;
    text-align:left;
    font-size: 12px;
}

#colMilieu img{
    max-width:440px !important;
    min-width: 150px;
    border:1px solid #ccc;
    padding:2px;
    margin:10px 0 10px 0;
    width: expression(document.body.clientWidth < 152? "150px" : document.body.clientWidth > 442? "440px" : "auto");
}
#colMilieu p img{
    max-width:420px !important;
    border:1px solid #ccc;
    padding:2px;
    margin:10px 0 10px 0;
}
#colMilieu p{
    font-size: 12px;
    margin-top:5px;
    text-align:left !important;
}
#colMilieu p a{
    color:#000000;
}
#colMilieu p a:hover{
    text-decoration:none;
}
#colMilieu a, #colContent a{
    color:#000000;
}
#colMilieu a:hover, #colContent a:hover{
    text-decoration:none;
}
#colMilieu table {
    width:400px !important;
    margin:5px 15px 0 0;
}
#colContent table{
    width:auto !important;
    margin:10px 15px 0 0;

}
#colContent table img{
    width:160px !important;
    height:140px;
    padding:2px;
    border:1px solid #CCE6FF;
}
#colContent p{
    margin:0;
    padding:0;
}
#colMilieu td, #colContent td{
    padding:2px 2px 2px 0;
    vertical-align:top;
}

#colDroite{
    width:310px;
    float:left;
}
#colDroiteImage{
    clear:both;
    margin:0 0 10px 0;
}
#colDroiteImage img{
    max-width:200px;
    width: expression(document.body.clientWidth < 202? "200px" : document.body.clientWidth > 202? "200px" : "auto");
}
#colDroiteImage p{
    font-size: 12px;
    color: #000000;
    margin:5px;
}
#colDroiteImage a{
    color: #000000;
}
#colDroiteImage a:hover{
    text-decoration:none;
}

#colContent{
    width:650px;
    float:left;
    margin:0;
    padding:10px;
    text-align:left;
    background:#fff;}


.imgColGauche{
    width:310px;
    clear:both;
    margin-bottom:15px;
}
.imgColGauche img{
    width:310px;
}


#phototeque{
    clear:both;
    margin:5px 0 10px 0;
}
#phototeque ul{
    padding:0;
    margin:0;
}
#phototeque li{
    list-style-type:none;
    margin:0 5px 5px 0;
    float:left;
}
#phototeque li img{
    padding:2px;
    border:1px solid #ccc;
    width:85px;
    height:70px;
}



/* FORMULAIRES --------------------------------------------------------------------- */

.formBouton { 
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    BACKGROUND:#E2EFF8;
    cursor:pointer;
    color:#000000;
    padding:4px;
    border:none;
    margin-right:5px;
}
#colMilieu form, #colContent form{
    width:auto;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    COLOR: #333333;
    font-size:11px;
    padding:2px;
}
#colMilieu input, #colContent input{
    FONT-SIZE: 11px !important;

}
.bouton{
    background:#efefe !important;
    padding:3px !important;
}
.bouton a{
    color:#333333 !important;
    text-decoration:none;
}
.bouton a:hover{
    color:#000;
    text-decoration:none;
}
#tri{
    width:auto;
    clear:both;
    font-weight:bold;
    background:#F5F5EB;
    vertical-align:middle !important;
}
#tri td{
    vertical-align:middle !important;
    padding-left:5px;
}
#tri form{
    color:#666666;
    font-size:11px;
    margin:0;
}

/*PANIER ------------------------------------------------*/

.panier{
    background:url(../images/panier.gif) 1px 4px no-repeat #E2EFF8;
    padding:4px 10px 4px 20px;
    font-size: 13px;
    border:1px solid #B7D6EA;
    width:95px;
    white-space:nowrap;
}
.panier a{
    color:#000000;
    text-decoration:none !important;
}
.panier a:hover{
    color:#990000 !important;
    text-decoration:none;
}
.prix{
    color:#990000;
    font-size: 14px;
    font-weight: bold;
    margin:5px 0 5px 0;
}

/*FOOTER------------------------------------------------*/
#footer {
    color: #666666;
    text-decoration: none;
    padding-top:10px;
    width:900px;
    margin:auto;
    text-align:center;
}
#footer a{
    color: #000;
}
#footer a:hover{
    color: #000;
    text-decoration:none;
}
.h3Catalogue{
    font-size: 16px;
    color: #000000;
    margin:0;
    color:#003366;
    border:1px solid #ccc;
    padding:3px !important;
}
.h3Catalogue a{
    color:#003366;
}
.h3Catalogue a:hover{
    text-decoration:none;
    color:#000;
}

.imageactu{
    clear:both;
    margin:5px 0 5px 0;
}

.imageactu img{
    max-width:150px;
    max-height:100px;
    padding:2px;
    border:1px solid #ccc;
}
/*--------------Axellium custom---------------*/
#header { max-width:1110px; margin:auto; height:370px;}
#logo {position:relative; top:10px; left:-8px; width:411px; float:left;}
#fond-logo { position:absolute; top:0; z-index:-10; width:1070px;}
#fond-logo img {}
.first-image {}
.image{ margin-left:-200px;}
#menu-top{ width:200px; float:right; }
#menu-top ul{ list-style:none; margin:17px 0 0 0; padding:0;}
#menu-top li{ width:200px; margin:4px 0;}
#menu-top a{ display:block; background-color:#c11718; width:196px; height:22px; padding:8px 4px 0 0; text-align:right; color:#FFF; text-transform:uppercase; text-decoration:none; font-family:Tahoma, Geneva, sans-serif; font-size:13px; font-weight:bold;}
#menu-top a:hover{ background-color:#FFF; color:#c11718;}
#separ { background-image:url(../images/separ.png); background-repeat:repeat-x; width:100%; background-position:top; height:76px; position:absolute; top:300px;}
#slogan { width:100%; margin:auto; padding-top:23px; text-align:center;}
#slogan img{ max-width:1001px; width:100%; height:100%; max-height:45px;}
#content-page {max-width:1110px; margin:auto;}
#footer-page {max-width:1110px; margin:auto;}
#clear {clear:both;}
#left {float:left; width:350px;}
#right {float:right; width:740px; padding:10px;}
#right p{ font-size:14px;}
#right ul{font-size:14px;}
.description { font-size:20px;}
.plus { background-image:url(../images/background-plus.jpg); background-repeat:no-repeat; background-position:top; width:740px; height:20px; padding:40px 0; text-align:center; font-size:16px !important; font-weight:bold;}
#fiche { float:left; width:180px; height:250px; background-color:#F5F5EB; margin:18px; border:1px solid #CC0000;}
#fiche h3{ background-color:#CC0000; color:#FFF; text-transform:uppercase; text-align:center; height:30px; margin:0; padding:10px 0 0;}
#fiche a{ text-decoration:none; color:#FFF;}
#fiche-image { text-align:center;}
#fiche-image img { max-height:136px; max-width:180px;}
#fiche-lien { font-size:16px; height:40px; padding:20px 0 0; text-align:center;}
#fiche-lien a{ color:#CC0000; text-decoration:underline;}
#photo-mini .first-toff { max-height:160px; max-width:160px;}
#photo-mini .last-toff { max-height:76px; max-width:76px; margin:2px; float:left;}
.title-fiche { background-color:#CC0000; color:#FFF; text-transform:uppercase; font-size:18px;}
/*
	Slideshow
*/

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

#slider {
	background-image:url(../images/fond-slide.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	position:relative;
	height:500px;
}

#slides {
	position:relative;
	top:14px;
	left:21px;
	z-index:100;
	width:309px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:309px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:570px;
	height:270px;
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:none;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

