nav {
	width: 1020px;
	height: 30px;
	text-align: center;
	z-index: 1;
	top: 41px;
	margin: auto auto;
	margin-bottom: 20px;
	margin-top: 3px;
	position: relative;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 3px solid #dcdcdc;
}


/* 
	Mise en forme des box
	
*/

.allbox {
	width: 900px;
	margin: auto;
	text-align: center;
}

.box {
	width: 100px;
	height: 100px;
	border: 4px solid #f7f7f7;
	box-shadow: 0 0 0 1px #c2c7c7;
	text-align: center;
	background-color: white;
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	padding: 5px 10px 5px;
	display: inline-block;
	margin-bottom: 10px;
}

.box.left {
	margin-right: 10px;	
	float: left;
}

.box.right {
	margin-left: 10px;	
	float: right;
}

.icon-box {
	font-size: 80px;
	line-height: 100px;
	position: relative;
	display: inline-block;
	text-align: center;
	text-decoration: none !important;
	text-shadow: 0px 1px 0px #ffffff;
}

.text-box {
	width: 279px;
	height: 100px;
	line-height: 100px;
	border: 4px solid #f7f7f7;
	box-shadow: 0 0 0 1px #c2c7c7;
	background-color: white;
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	padding: 5px 10px 5px;
	display: inline-block;
	margin-bottom: 10px;
}

.text-box p {
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
}

.text-box.left {
	float: left;
	margin-right: 10px;
}

.text-box.right {
	float: right;
}

.nomargin {
	margin: 0px;
}

@media screen and (max-width:1210px) {
	
	.allbox {
		width: auto;
		max-width: 900px;
	}


	.box {
		overflow: hidden;
	}

	.text-box {
		width: auto;
		display: block;
	}
	
	.text-box.left {
		margin-left: 138px;	
		float: none;
		margin-right: 0px;
	}
	
	.text-box.right {
		margin-right: 138px;
		float: none;
			
	}

	.nomargin {
		margin-bottom: 10px;
	}
	
}



/* 
	Mise en forme des liens 
	
*/

a:link {
	color: #777777;
	text-decoration: underline;
}

a:visited {
	color: #777777;
	text-decoration: none;
}

a:hover {
	color: #555555;
	text-decoration: none;
}

a:active {
  color: #555555;
  text-decoration: underline;
}


/* 
	Mise en forme formulaire
	
*/

form {
	border: none;
	margin: 0px auto;
	width: 95%;
}

fieldset {
	border: 4px solid #e6ebea;
	box-shadow: 0 0 0 1px #c2c7c7;
	margin: 10px auto;
	background-color: #f7f7f7;
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	padding: 5px 10px;
}

legend {	
	border: 4px solid #e6ebea;
	box-shadow: 0 0 0 1px #c2c7c7;
	margin: 10px auto;
	background-color: #f7f7f7;
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 18px;
}

label {
	font-size: 15px;
	vertical-align: middle;
}

input {
	border: 1px dashed;
	border-color:#444444;
	background-color: white;
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	text-align: center;
	margin: 2px;
}

input[type="submit"] {
	color: #777777;
	cursor: pointer;
}

textarea {
	border: 1px dashed;
	border-color:#444444;
	background-color: white;
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}

/* 
	Menu
	
*/
.icon-site {
	font-family: fontello;
	color: #777777;
	width: 30px;
	height: 38px;
	line-height: 38px;
	font-size: 36px;
	position: relative;
	display: inline-block;
	text-align: center;
	text-decoration: none !important;
	text-shadow: 0px 1px 0px #ffffff;
}

.topMenu {
	font-family: Verdana;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	text-align: center;
	text-decoration: none !important;
	text-shadow: 0px 1px 0px #ffffff;
	margin-right: 10px;
	position: relative;
}

.topMenu:hover {
	border-bottom: 3px solid #444444;
}

.icon-menu {
	font-size: 30px;
	width: 30px;
	display: inline-block;
}

a.topMenu .text-menu {
	position: absolute;
	width: 110px;
	line-height: 36px;
	background: #ededed;
	left: -41px;
	opacity: 0;
	visibility: hidden;
	border-radius: 6px;
}

a.topMenu .text-menu:before {
	content: '';	
	position: absolute;
	width: 110px;
	height: 26px;
	top: -1px;
	left: -1px;
	padding: 5px 0px;
	background: #ededed;
	border: 1px solid #c2c7c7;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.8);
	box-shadow: 0px 0px 5px rgba(0,0,0,.8);
	z-index: -3;
}

a.topMenu .arrow {
    z-index: -2;
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    top: -10px;
    left: 45px;
    background-color: #ededed;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(36deg) skewX(-20deg);
    box-shadow: 0px 0px 5px rgba(0,0,0,.8);
}

a.topMenu:hover .text-menu {
	top: 58px;
	visibility: visible;
	opacity: 1;
}


/* 
	Autres
	
*/

.clear {
	clear: both;
}

h1 {
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	background: url(../images/titre.png) no-repeat bottom;
}
