body {
    color: #000000;
    background-color: #ffffff;
    margin: 10px 0px 0px 0px;
    background-image: url(rond_fond.jpg);
    }
#contenupage2 {
	text-align: center;
	}

/* MENU */
#menu1 {
	height: 25px;
	margin-bottom: 30px;
	}
#menu2 {
	width: 310px;
	margin-left: auto;
	margin-right: auto;
	}
#main-menu {
    padding:0;
    margin:0;
    list-style-type:none;
    }
#main-menu li {
    float: left; /*pour IE*/
    }
#main-menu li a {
    display: block;
    float: left;   
    color: #000000;
    text-decoration: none;
    text-align: center;
    padding: 0px 10px 0px 10px;
    font-weight: bold;
    }
#main-menu li a:hover {
    color: #18A6C6;
	text-decoration: underline;
    } 
#main-menu li a#menuselected {
    color:#8C8C8C;
    }
#main-menu li a:hover#menuselected {
    color:#18A6C6;
    }
#main-menu .c2lasm_menusepa {
    display: none;
	}

#contacttab td {
	text-align: left;
	}
#contacttab input[type=text], #contacttab textarea {
	background-color: #DEE8EB;
	border: 1px #496876 solid;
	width: 250px;
	color: #18A6C6;
	font-weight: bold;
	}
#contacttab #divsubmit {
	text-align: center;
	}
	
#bas {
	width: 100%;
	height: 20px;
	position: fixed;
	bottom: 0px;
	background-color: #9CB5C0;
	text-align: center;
	padding: 6px 0px 0px 0px;
	}
#bas a {
	color: #FF2F97;
	font-weight: bold;
	text-decoration: none;
	}
