/********* LAYOUT *********/

body{
        width:100%;
        background:url(/images/fond-principal.jpg) #66a4b3 0px 240px repeat-x;
	font-family:arial, verdana, sans-serif;
	font-size:12px;
        padding:0px;
        margin:0px;
        }

.fondBleu{
        background:url(/images/fond-deg-bleu.gif) repeat-x;
        height:240px;
        width:100%;
	margin:0;
	padding:0;
}
	
.bandeOrange{
        background:url(/images/fond-orange.gif) top center no-repeat;
        width:100%;
        height:240px;
	margin:0;
	padding:0;
        }

#principal{
        background:#FFFFFF;
        width:751px;
        margin:0px auto;
	position:relative;
}

#top_nav {
    background:url('/images/top_nav.jpg') no-repeat;
    float:right;
    width:231px;
    height:24px;
    margin:0;
    position:absolute;
    left:410px;
    top:0;
    padding:3px 0 0 110px;
    color:#fff;
}

    #top_nav a {
	color:#fff;
    }


#footer {
    background:#fff;
    width:751px;
    height:150px;
    color:#666;
    text-align:center;
    font-size:11px;
}

    #footer ul#footer_nav {	
	margin:10px 0;
	padding:0;
	list-style:none;	
	text-align:center;
	width:100%;
    }
    
	ul#footer_nav li {
	    display:inline;
	    margin:1px;
	    padding:0;
	    color:#000;
	}
	
	ul#footer_nav li a {
	    font-weight:normal;
	}
	
	#footer #copyright {
	    margin-top:10px;
	}
	
	#footer #notice {
	    margin:20px 0 0 10px;
	    text-align:center;
	    float:left;
	}
	
	#footer #notice img {
	    float:left;
	}
	
	#footer #notice_text {
	    float:left;
	    text-align:left;
	    width:652px;
	    vertical-align:middle;
	    margin:10px 0 0 7px;
	}


/***** PRODUCTS *****/
#product_details {
    float:left;
    width:495px;
}

    #product_details p{
	float:left;	
    }
        
    
#text {    
    padding:15px;
    float:left;
    background-color:#fff;
    width:711px;
}


ul#products {
    list-style:none;
    margin:0 20px 0 0;
    padding:0;
    float:left;
}

	ul#products li {
	    margin-bottom:5px;
	    color:#cc3300;	    
	}
	
	ul#products li a:link, ul#products li a:visited {
	    color:#3399cc;
	    text-decoration:none;
	    font-weight:bold;
	}

	ul#products li a:hover, ul#products li a:active {
	    color:#cc3300;
	    text-decoration:underline;
	}
	
	
/***** HOME PAGE *****/

#home_column {
    margin-top:30px;
    padding:10px 0 10px 10px;
    width:252px;
    float:left;
}

.pdf {
	color:#666;
	float:right;
	margin-right:20px;
}
.home_box {
    background:#fff url('/images/home_box.gif') no-repeat;
    width:250px;
    margin-bottom:50px;
    float:left;
}

    .home_box h3, .product h3 {
	padding:10px;
	text-align:left;
    }
    .home_box p {
	padding:8px;
    }

#home_products {
    margin-top:30px;
    padding:10px 0px 10px 10px;
    width:469px;
    float:left;
}

    #home_products .product {
	background:url('/images/product_box.gif') no-repeat;
	width:201px;
	height:234px;
	padding:0;
	margin:0 0 30px 33px;
	float:left;
	text-align:center;
    }
    
    .product p {
	margin:20px;
	text-align:left;
    }
    
    #home_products img {
	margin-top:10px;
    }

/*Les tableaux de caractéristiques*/

table {
    clear:both;
}
table tr.even {
	background-color:#fafafa;
}

table tr.odd {
	background-color:#f0f0f0;
}

table td {
		padding:5px;
		vertical-align:top;
}


/***** OTHER / GENERIC STUFF *****/
a {color:blue;}
a:link, a:visited {color:#3399cc;}
a:hover, a:active {color:#cc3300;}
.clear {clear:both;}

img {border:0;}
img#left_header {
    float:left;
}

img#right_header {
    float:left;
}

img.separator {
    margin:0 7px 0 7px;
}

h2 {
    padding:0;
    float:right;
    margin:2px 10px 2px 2px;
    color:#cc3300;
    font-style:italic;
    font-size:36px;
    font-weight:normal;
    font-family:georgia, trebuchet MS, serif;
    width:350px;
    text-align:right;
}

h3 {
    color:#cc3300;
    font-style:italic;
    font-size:24px;
    margin:3px;
    font-weight:normal;
    font-family:georgia, trebuchet MS, serif;
}


#user_notice {
	color:#990000;
	font-weight:bold;
	padding:20px;
	margin:0 10px;
	background-color:#fff;
	border:1px solid #ccc;
}

ul.error_summary {
	color:#ff0000;
}