/* 
	Resets defualt browser settings
	reset.css
*/
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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }
img, div { border:none; margin:0; padding:0; outline:none}

/* FONT-FACES */
@font-face {
	font-family: 'GothamMedium';
	src: url('../typo/Gotham-Medium.ttf') format('truetype');
	font-style: normal;
}

@font-face {
	font-family: 'GothamBook';
	src: url('../typo/Gotham-Book.ttf') format('truetype');
	font-style: normal;
}

/*
	Page style
*/

html{
	height:100%;
}

body {
	overflow:auto;
	
	font-family : Arial; 
	font-style : normal;
	font-size : 13px;
	color : #ffffff;
	background-color:#000000;
	height:100%;
}


/* LIENS */
a, a:visited, a:active {
	color: #ffffff;
	text-decoration:none;
}
a:hover  {
	color: #fe3b00;
	text-decoration:none;
}
a.visited {
	color: #333333;
	text-decoration:none;
}

/* PAGE CONTAINER */
#page {
	margin:0 auto 0 auto;
	/*width:1020px;*/
}

#main {
	margin:auto;
	width:1020px;
	height:455px;
}

/* CENTRER LE CONTENU */
.centercolumn{
	width:1020px;
	margin: auto;
}

/* HEADER */
#header {
	width:100%;
	height:140px;
	background-color:#000000;
}

#content {
}

/* OFFRE */
#offre {
	width:968px;
	margin:auto;
	height:550px;
}

#offre #bloc {
	display:inline-block;
	width:280px;
	height:380px;
	margin:0px 20px 0px 20px;
}

#offre #bloc p {
	text-align:center;
}

#offre #boutonDecouvrez a {
	background:url("../img/boutonDecouvrez.png") 0 0;
	width:263px;
	height:43px;
	display:block;
	text-indent:-1500px;
	overflow:hidden;
	
	margin:55px auto 0px auto;
}

#offre #boutonDecouvrez a:hover {
	background-position: 0 -43px;
}

/* EQUIPE */
#equipe {
	background-image:url("../img/bandePapier.png");
	background-repeat:repeat;
	width:100%;
	height:450px;
	padding-top:30px;
}

#equipe #groupe {
	width:890px;
	margin:auto;
}

#equipe #bloc {
	display:inline-block;
	background-image:url("../img/equipe-bloc.png");
	background-repeat:false;
	width:407px;
	height:298px;
	color:#000000;
	margin:0px 10px 0px 10px;
}

#equipe #bloc p{
	position:absolute;
	margin:80px 0px 0px 60px;
	width:200px;
	text-align:left;
}

#equipe #bloc #etiquette{
	position:absolute;
	margin:15px 0px 0px 37px;
}

#equipe #bloc #photo{
	position:absolute;
	margin:70px 0px 0px 280px;
}

#equipe #bloc #mailFranck a {
	background:url("../img/boutonMailFranck.png") 0 0;
	width:220px;
	height:43px;
	display:block;
	text-indent:-1500px;
	overflow:hidden;
	
	position:absolute;
	margin:233px 0px 0px 110px;
}
#equipe #bloc #mailFranck a:hover {
	background-position: 0 -43px;
}

#equipe #bloc #mailAngelique a {
	background:url("../img/boutonMailAngelique.png") 0 0;
	width:220px;
	height:43px;
	display:block;
	text-indent:-1500px;
	overflow:hidden;
	
	position:absolute;
	margin:233px 0px 0px 110px;
}
#equipe #bloc #mailAngelique a:hover {
	background-position: 0 -43px;
}

#equipe #presentation {
	background-image:url("../img/presentation.png");
	background-repeat:none;
	width:484px;
	height:70px;
	margin: auto;
	text-align:center;
	margin-top:30px;
}

#equipe #presentation p{
	padding:14px;
}

/* FOOTER */
#footer {
	background-color:#000000;
	color:#ffffff;
	height:120px;
	padding:10px 10px 10px 10px;
	text-align:center;
}
