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

html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

body {
	margin:0;
	padding:0;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	height:100%;
}

.cellproducts {
	margin-left:20px;
	color:#000;
}

.cellproducts A {
	color:#000;
}

.cellproducts A:hover {
	color:#10559f;
}

A {
	color:#FFF;
	text-decoration:none;
}

A:hover {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

.header {
	background-image:url(images/header.png);
	height:148px;	
}

.navigation {
	background-image:url(images/navigation.png);
	height:50px;	
}

#navigation {
	display:inline;
	margin:0;
    padding:0; 
    list-style:none; 
    text-align:center; 
}

#navigation li { 
    float:left;
	width:250px;
    color:#fff; 
}

#navigation li a { 
    color:#fff; 
    line-height:35px; 
    text-align:center; 
    text-decoration:none;
	font-size:18px;
	font-weight:bold;
	vertical-align:middle;
	display:inline-block;
}

#navigation li a:hover {
    color:#000; 
    line-height:35px; 
    text-align:center;
	font-size:18px;
	font-weight:bold;
	text-decoration:underline;
}

#selected {
    color:#CCC; 
    line-height:35px; 
    text-align:center;
	font-size:18px;
	font-weight:bold;
	text-decoration:underline;
	vertical-align:middle;
	display:inline-block;
}

.headcontent {
	background-image:url(images/content_head.png);
	height:19px;
}

.content {
	background-image:url(images/content.png);
	background-repeat:repeat-y;
}

.footer {
	background-image:url(images/footer.png);
	height:48px;
}

#product {
	width:660px;
	list-style:none;
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	padding:0 15px;
	color:#000;
	font-size:13px;
}

#product li {
	margin:0;
}

/* Temporaire site accueil */
.titre {
	font-size:36px;
	font-weight:bold;
}
.titre2 {
	font-size:26px;
	font-weight:bold;
}
.titre2 a {
	color:#000099;
	font-size:26px;
	font-weight:bold;
}
.titre2 a:hover {
	color:#FF0000;
}
.titre2 a:visited {
	color:#FFFFFF;
}

.choix {
	font-size:22px;
	font-weight:bold;
	text-decoration:underline;
}

.version {
	font-size:18px;
	font-weight:bold;
}
.version2 a {
	color:#000099;
	font-size:18px;
	font-weight:bold;
}
.version2 a:hover {
	color:#FF0000;
}
.version2 a:visited {
	color:#FFFFFF;
}

.petit {
	font-size:9px;
}
/* Fin temporaire accueil */

#over {
	width:80%;
	height:90px;
	margin-left:20px;
}

#over:hover {
	background:#FF9;
}

.images {
	margin:3px 8px 3px 20px;
	text-align:center;
}

.images:hover {
	border-color:#000000;
}

.image {
	border-color:#FFFFFF;
}

.image:hover {
	border-color:#000000;
}