/***************/
/** GENERIQUE **/
/***************/
li, ul, ol, p, h1, h2, h3, h4, h5, h6 {
    padding:0;
    margin:0;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}

.none {
	display: none;
}

.gras {
	font-weight: bolder;
}

img{
	border: 0;
}

/



.box_blue{
	background: #a8d4f7;
	border-radius: 10px;
}

.blue{
	color:#005292;
	font-weight: bolder;
}

/**************/
/**** BODY ****/
/**************/

body {
	margin:0;
	padding:0;
	font-family: arial,helvetica,sans-serif;
	background:#e5e5e5 url('images/background.jpg') repeat-x;
	line-height: 1em;
}

.container {
	width:960px;
	height:auto;
	margin:0 auto;
	padding: 0 10px;
	font-size:0.9em;
	background: #fff;
	box-shadow: 1px 0px 2px #c0c0c0,0px -1px 2px #c0c0c0;
}

header {
	position: relative;
	margin-bottom: 10px;
	height: 86px;
}
header .logo_ediser {
	background: url('images/logo_ediser.jpg') no-repeat;
	width: 190px;
	height: 51px;
	margin-top: 35px;

}

header .titre_page {
	background: url('images/titre_page.jpg') no-repeat;
	width: 481px;
	height: 30px;
	margin-top: 50px;

}

header .top_nav {
	bottom:0;
	right: 0;
	width: 245px;
	position: absolute;
}

header .top_nav a {
	display: block;
	color: #353535;
	text-decoration: none;
	font-size: 0.8em;
	margin: 0 0 12px 0;

}

header .top_nav a:hover{
	text-decoration: underline;
}

header .top_nav a.contact_grey:before{
	content: url('images/pic_contact_grey.png');
	float: left;
	margin-right: 10px;
}

header .top_nav a.caddy_grey:before{
	content: url('images/pic_panier_grey.png');
	float: left;
	margin-right: 10px;
	
}

body nav.topNav {
	
	background: #005292; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTI5MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMDg0YzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #005292 0%, #3084c4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#005292), color-stop(100%,#3084c4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #005292 0%,#3084c4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #005292 0%,#3084c4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #005292 0%,#3084c4 100%); /* IE10+ */
	background: linear-gradient(to right,  #005292 0%,#3084c4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005292', endColorstr='#3084c4',GradientType=1 ); /* IE6-8 */
	border-radius: 5px;
	color: #88bee7;
	font-size: 1.2em;
	text-align: center;
	height: 32px;
	line-height: 1.8em;
}

body .shadow{
	background: url('images/shadow_nav.png') no-repeat;
	width: 957px;
	height: 17px;
		margin-bottom: 5px;
}

body nav .separate {
	background: url('images/separate.jpg') no-repeat 0 5px;
	width: 2px;

	height: 22px;
	margin: 0px 30px;
	display:inline-block;
}

body nav a {
	color: #fff;
	text-decoration: none;
}


body nav a:hover {
	color:#a8d4f7;
	
}

section p {
	font-size: 1.3em;
	line-height: 1.3em;

}
section a{
	display: block;
	width: 200px;
	color: #000;
	text-decoration: none;
	padding:7px;
	float: left;
	margin: 20px 12px;
	border:1px solid transparent;

}


section a:hover {
	background: #fff;
	border:1px solid #c0c0c0;
	border-radius: 5px;
	box-shadow: 1px 1px 2px #c0c0c0,-1px -1px 2px #c0c0c0;
}

section a h2 {
	font-size: 0.75em;

}
section a h3 {
	font-size: 0.65em;
	color:#555;
}
 hr {
 	background: #fff;
 	color: #c0c0c0;
 }
article {
	text-align: center;
	padding-top: 15px;
	height: 40px;
	
}

article a{
	background: #005292 url('images/icone_livre.png') 10px 5px no-repeat;
	border-radius: 5px;
	color: #fff;
	padding: 10px 20px 10px 65px;
	text-decoration: none;
}

article a:hover{
	background:#A8D4F7 url('images/icone_livre.png') 10px 5px no-repeat;
	color: #005292;
	border:1px solid #005292;

}