/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #f8f8f8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #222;
}

html {
	overflow-y: scroll;
} 

#contact {
	display: block;
	position: absolute;
	padding: 20px 12px 0px 12px;
	width: 190px;
	height: 63px;
	top: 58px;
	left: 58%;
	background-color: #eee;
	font-family: "Courier New", Courier, monospace;
	color: #666;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	border-radius: 12px 12px 0px 0px;
	box-shadow: 0px -6px 5px #3156a2;
}

#contact p {
	margin: 2px 0px;
}

#contact a {
	color: #4071d5;
}

#header {
	width: 100%;
	height: 105px;
	background-color: #2e70be;
	background-image: url(../images/ban-linkedin-lorentz.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 28px;
	box-shadow: 0px 2px 6px #aaa;
}

#main {
	max-width: 760px;
	background-color: #FFF;
	margin: 0px auto;
	margin-top: 26px;
	padding: 10px 25px;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-box-shadow: 8px 8px 5px #aaa;
	-webkit-box-shadow: 8px 8px 5px #aaa;
	box-shadow: 8px 8px 5px #aaa;
}
#main ul li {
	margin-top: 8px;
}

#main ul li ul li {
	margin-top: 4px;
}


h1 {
	max-width: 760px;
	height: 50px;
	margin: 0px auto;
	padding: 70px 15px 15px 75px;
	color: #FFF;
	text-align: left;
	background-image: url(../images/h1-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 50px;
	cursor: pointer;
}

h2 {
	text-align: center;
	color: #2e70be;
	clear: both;
}

a {
	color: #cc3c00;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.code {
	margin: 0px;
	padding: 5px 4px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	border-style: solid;
	border-width: 0px 0px 0px 4px;
	border-color: #333333;
}

.retrait25 {
	padding-left: 25px;
}

.retrait50 {
	padding-left: 50px;
}

.retrait75 {
	padding-left: 75px;
}

.tagul a {
	font-family: "Courier New", Courier, monospace;
	color: #999;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

a.vignetteLink {
	display: block;
	width: 15%;
	color: #4071d5;;
	padding: 45px 3%;
	margin: 15px 10px;
	float: left;
	text-align: center;
	background-color: #fff;
	border-radius: 15px;
	border-width: 2px;
	border-style: dashed;
	border-color: #999;
	transition: all 0.25s;
	transform: rotate(-10deg);
}

a.vignetteLink:hover {
	color: #cc3c00;
	text-decoration: none;
	background-color: #eee;
	border-width: 4px;
	border-radius: 25px;
	border-style: solid;
	transform: rotate(0deg);
}

.done {
	color: #A09F9F;
}

.sousTitre {
	text-align: center;
	font-size: 1.1em;
	color: #F19600;
	font-weight: bold;
}

.boxWeek {
	height: 25px;
	padding: 8px;
	margin-bottom: 12px;
	border-radius: 8px;
	border: #eee 2px solid;
	box-shadow: 1px 1px 5px #aaa;
	overflow: hidden;
	cursor: pointer;
}

.boxWeek h3 {
	margin-top: 2px;
}

#footer {
	color: #999;
	text-align: center;
	margin: 15px;
}
