/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#header{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#87e0fd+0,40a1e3+100 */
background: #87e0fd; /* Old browsers */
background: -moz-linear-gradient(top,  #87e0fd 0%, #40a1e3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #87e0fd 0%,#40a1e3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #87e0fd 0%,#40a1e3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#40a1e3',GradientType=0 ); /* IE6-9 */

min-height: 100px;
}

#header img{
	margin: auto;
	display: block;
}

#nav{
	width: 980px;
	margin: auto;
}

#nav li{
	float: left;

}

#nav a{
	text-decoration: none;
	color: #fff;
	font-size: 17px;
	font-family: grobold;
	line-height: 40px;
	display: block;
	border-right: 1px solid #549a24;
	padding: 0px 25px;
	text-transform: uppercase;
}

a:hover{
 background: rgba(255,255,255,0.3);
 transition: all 0.3s;
}

#menu{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6cb23d+0,58a922+47,58a922+53,6cb23d+100 */
background: #6cb23d; /* Old browsers */
background: -moz-linear-gradient(top,  #6cb23d 0%, #58a922 47%, #58a922 53%, #6cb23d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #6cb23d 0%,#58a922 47%,#58a922 53%,#6cb23d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #6cb23d 0%,#58a922 47%,#58a922 53%,#6cb23d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cb23d', endColorstr='#6cb23d',GradientType=0 ); /* IE6-9 */

min-height: 40px;
color: white;
}

p{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: #b3b3b3;
	line-height: 20px;

}

#content{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fb972a+0,b74c0c+100 */
background: #fb972a; /* Old browsers */
background: -moz-linear-gradient(top,  #fb972a 0%, #b74c0c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fb972a 0%,#b74c0c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fb972a 0%,#b74c0c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb972a', endColorstr='#b74c0c',GradientType=0 ); /* IE6-9 */

min-height: 100px;
}

#container{
	width: 980px;
	margin: auto;
	background: #fff;
	
}
.colGauche{
	width: 210px;
	background: #fff;
	float: left;
	min-height: 100px;
	height: 500px;
}

.colGauche li{
	
}

.colGauche a{
	display: block;
	line-height: 40px;
	font-family: grobold;
	text-decoration: none;
	background: #87e0fd; /* Old browsers */
background: -moz-linear-gradient(top,  #87e0fd 0%, #40a1e3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #87e0fd 0%,#40a1e3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #87e0fd 0%,#40a1e3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#40a1e3',GradientType=0 ); /* IE6-9 */
	color: #fff;
	padding: 0 0 0 20px;
	text-shadow: 1px 1px 2px black;
	border-bottom: 1Px solid black;
}

.colGauche p a{
	display: block;
	line-height: 40px;
	font-family: grobold;
	text-decoration: none;
	color: #fff;
	padding: 0 0 0 20px;
	text-shadow: 1px 1px 2px black;
	border-bottom: 1Px solid black;
}

.colGauche a:hover{
	background: rgba(255,255,255,0.3);
	transition: all 0.3s;
}

.colGauche h1{
	font-family: grobold;
	font-size: 14px;
	padding: 40px 0 20px 15px;
	color: #f48f26;
}

.colGauche p{
	padding: 0 0 0 15px;
	font-size: 15px;
}

#underline{
	color: #f48f26;
	text-decoration: underline;
}

#bold{
	font-family: grobold;
	color: #f48f26;
}

#orangefont{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: #f48f26;
}

.colDroite{
	width: calc(980px - 210px);
	background: #f2f2f2;
	float: left;
	min-height: 100px;
}

.colDroiteAnniv{
	width: calc(980px - 210px);
	background: #f2f2f2;
	float: left;
	min-height: 100px;
	padding-bottom: 50px;
	height: 500px;
}

.rightalign{
	float: right;
	padding-right: 30px;
}
.colDroite h1{
	font-family: grobold;
	color: #f48f26;
	font-size: 20px;
	padding: 20px 0px 20px 10px;
	background: linear-gradient(-45deg, #ebebeb 12.5%, #fff 12.5%, #fff 37.5%, #ebebeb 37.5%, #ebebeb 62.5%, #fff 62.5%, #fff 87.5%, #ebebeb 87.5%);
	background-size: 4PX 4PX;
	background-position: 50px 50px;
	border-bottom: 1px solid #c5c5c5;
}
	
.colDroiteAnniv h1{
	font-family: grobold;
	color: #f48f26;
	font-size: 20px;
	padding: 20px 0px 20px 10px;
	background: linear-gradient(-45deg, #ebebeb 12.5%, #fff 12.5%, #fff 37.5%, #ebebeb 37.5%, #ebebeb 62.5%, #fff 62.5%, #fff 87.5%, #ebebeb 87.5%);
	background-size: 4PX 4PX;
	background-position: 50px 50px;
	border-bottom: 1px solid #c5c5c5;
}

.colDroite p{
	line-height: 20px;
	font-size: 14px;
	padding-bottom: 10px;
	color: #454545;
	padding: 30px 20px 0px 20px;
}

.colDroiteAnniv p{
	line-height: 20px;
	font-size: 14px;
	padding-bottom: 10px;
	color: #454545;
	padding: 10px 20px 0px 20px;
}

.colDroiteAnniv ul{
	line-height: 20px;
	font-size: 14px;
	padding-bottom: 10px;
	color: #454545;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	padding: 20px 40px 25px 40px;
}

.colDroiteAnniv li{
	line-height: 25px;
}

.retour{
	clear: both;
}

.colDroite1{
	float: left;
	width: 470px;
	background: url("images/cheque.png") right bottom no-repeat;
	height: 251px;

}

.colDroite1 h3{
	color: #f48f26;
	font-size: 20px;
	font-family: grobold;
	padding: 40px 0px 20px 20px;
	
}

.colDroite1 p{
	padding-left: 20px;	
}

.colDroite2{
	float: left;
	width: 300px;
}

.colDroite h2{
	color: #fff;
	font-family: grobold;
	padding: 10px 0px 10px 10px;
	border-right: 1px solid grey;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,b3b3b3+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #b3b3b3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#b3b3b3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#b3b3b3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3b3b3',GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px 2px black;
}

footer{
	height: 31px;
	background: #ebebeb;
	padding-top: 100px;
}

footer p{
	text-align: right;
	padding-bottom: 9px;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	font-size: 14px;
}
