@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	text-align:center;
	border:none;
	font:Verdana;
	font-family:Verdana;
}

.slideshow { height: 422px; width: 632px; margin: auto }
.slideshow img { padding: 15px; border: 1px solid #ccc; background-color: #eee; }

.link{
	font-size:11px;
	text-decoration:none;
	color:#000;
}

a, link:visited {
	color:#4497e6;
	text-decoration:none;
}

link:hover, link:focus {
	text-decoration:underline;
	color:#76b4ee;
}

.link_white{
	font-size:11px;
	text-decoration:none;
	color:#FFF;
}

a, link_white:visited {
	color:#CCC;
	text-decoration:none;
}

link_white:hover, link:focus {
	text-decoration:underline;
	color:#CCC;
}


.white_text{
	color:#FFF;
	font-size:12px;
}

.introduction{
	color:#333;
	font-size:14px;
	text-align:justify;
}

.small{
	color:#333;
	font-size:12px;
	text-align:justify;
}

.liens_bleus {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	color:#369;
	text-decoration:none;
	font-weight:bold;
}


h1{
	color:#FFF;
	font-size:28px;
	font-weight:bolder;
	margin:2px;
}


h4{
	color:#FFF;
	font-size:14px;
	font-weight:bolder;
	margin:2px;
}

.titre {
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	background-color:#369;
	color:#FFF;
}
.input_box
{
border:1px solid #33F;
background-color:#D7EEFF;
font-family:Verdana, Geneva, sans-serif;
font-size: 11px;
font-style: normal;
line-height: 14px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color:#33F;
text-decoration: none;
padding-left:3px;
width:500px;
}

/*CAROUSEL*/

#jCarouselLite .carousel  {
    padding: 10px 0 0 0;
    margin: 0 0 20px 10px;
    position: relative;     
}
    #jCarouselLite .digg {
        position: absolute;
        left: 610px;
        top: 110px;
    }
    #jCarouselLite .main {
        margin-left: 40px;
    }

    #jCarouselLite .demo em {
        color: #FF3300;
        font-weight: bold;
        font-size: 60%;        
        font-style: normal;
    }
    #jCarouselLite .carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
        float: left;
    }              
    #jCarouselLite .carousel a.prev, #jCarouselLite .carousel a.next {
        display: block;
        float: left;
        width: 30px;
        height: 143px;
        text-decoration: none;
        background: url("/image/imageNavLeft.gif") left 60px no-repeat;
    }
        #jCarouselLite .carousel a.next {
            background: url("/image/imageNavRight.gif") right 60px no-repeat;
        }
            #jCarouselLite .carousel a.next:hover {
                background-image: url("/image/imageNavRightHover.gif");
            }
            #jCarouselLite .carousel a.prev:hover {
                background-image: url("/image/imageNavLeftHover.gif");
            }    
            #jCarouselLite .carousel a:hover, #jCarouselLite .carousel a:active {
                border: none;
                outline: none;
            }                 
    #jCarouselLite .carousel .jCarouselLite {
        border: 1px solid black;
        float: left;
        background-color: #dfdfdf;
        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
    }
        #jCarouselLite .carousel ul {
            margin: 0;
        }
        #jCarouselLite .carousel li img, 
        #jCarouselLite .carousel li p {
            background-color: #fff;
            width: 150px;
            height: 118px;
            margin: 10px;
        }
        
        #jCarouselLite .widget img {
            cursor: pointer;
        }
            #jCarouselLite .mid {
                margin-left: 80px;
                width: 400px;
                height: 300px;
            }
            #jCarouselLite .vertical {
                margin-left: 170px;
            }
                #jCarouselLite .vertical .jCarouselLite {   /* so that in IE 6, the carousel div doesnt expand to fill the space */
                    width: 170px;
                }
            #jCarouselLite .imageSlider li img, 
            #jCarouselLite .imageSlider li p, 
            #jCarouselLite .imageSliderExt li img , 
            #jCarouselLite .imageSliderExt li p {
                width: 400px;
                height: 300px;
            }
            
/*IMAGES DEFILANTES*/

.li_defile{
	padding:0;
	margin:0;
	padding-top:2px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:0px;
	background-color:#FFF;
}

.picture_border{
	border:#000 thin solid;
}

.menu_li{
	padding:5px;
	padding-bottom:10px;
	padding-top:10px;
	font-size:18px;
}
