/*  RESET /////////////////////////////////////////////////////////// */

/* 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;
}



/*  TYPO /////////////////////////////////////////////////////////// */

body {
	background-color:#ebeef1;
	font-family: 'PT Serif', serif;
	font-size: 100%;
	line-height:1.5em;
	color: #333;
	background-attachment: fixed;
	background-image: url(../img/paris.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:350px;
	-webkit-text-size-adjust: none;
}


em, i {
	font-style:italic;
}

strong, b {
	font-weight:bold;
}

a { 
	text-decoration:none;
	color:#798135;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:hover { 
	color:#4f6983;
}

.mcrypt-action {
	cursor:pointer; 
	text-decoration:none;
	color:#798135;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.mcrypt-action:hover { 
	color:#4f6983;
}

h1 {
	font-size:1.25em;
	line-height:1.5em;
	font-weight:bold;
	margin-top:6em;
}

h2 {
	font-size:1.125em;
	font-style:italic;
	color:#4f6983;
	margin-bottom:1em;
}

h3 {
	font-size:1.125em;
	color:#4f6983;
	letter-spacing:0.2em;
	text-transform:uppercase;
	margin-bottom:1.5em;
	padding:0.6em 0.2em;
	border-top: dotted 1px #a7b4c1;
	border-bottom: dotted 1px #a7b4c1;
}

p {
	margin-bottom:1em;
}
p.mt {
	margin-top:1em;
}

ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 3em;
	margin-left: 2em;
	font-size:0.9375em;
	
}

ul li{
	margin-bottom: 1em;
}

a.bt{
	display:block;
	overflow:hidden;
	background-color:#a7b4c1;
	line-height:1.125em;
	font-weight:bold;
	text-align:right;
	color:#fff;
	text-shadow: 0px 1px 1px #4f6983;
	padding:15px 55px 15px 15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top:3em;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-image: url(../img/icon-pdf.png);
	background-repeat: no-repeat;
	background-position: right center;
}

a.bt:hover {
	background-color:#7b8fa2;
}
a.bt span, a.bt em {
	font-size:0.8125em;
}

/*  LAYOUT /////////////////////////////////////////////////////////// */

.container {
	width:100%;
	background-color:#ebeef1;
	overflow:hidden;
}
.container.white {
	background-color:#fff;
}


.page {
	width:980px;
	margin:0 auto;
	position:relative;
}

.col-large {
	width:620px;
	padding:20px;
}
.col-small {
	width:280px;
	padding:20px;
	text-shadow: 0px 1px 1px #fff;
}

.left {
	float:left;
}
.right {
	float:right;
}

.txt-right {
	text-align:right;
}
.small {
	font-size:0.9375em;

}

.container-nav {
	margin:0 auto;
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

/*  NAV /////////////////////////////////////////////////////////// */

.nav {
	width:980px;
	margin:0 auto;
	position:relative;
}

#nav {
	margin:0;
	position:absolute;
	top:-5px;
	right:20px;
}

#nav li{
	display:inline-block;
	margin-left:5px;
}
#nav li a{
	display:block;
	text-shadow: 0px 1px 1px #4f6983;
	background-color:#4f6983;
	padding:13px 10px 8px 10px;
	color:#fff;
	width:100px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	font-size:0.875em;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#nav li a:hover, #nav li a.on{
	background-color:#a7b4c1;
}

img.picture {
	margin:1.25em 0 1em 0;
}


/*  FOOTER /////////////////////////////////////////////////////////// */


strong.legal, strong.contact{ 
	cursor:pointer;
	text-decoration:none;
	color:#4f6983;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

strong.legal:hover, strong.contact:hover { 
	color:#798135;
}

#contact {
	padding-top:2.25em;
}
#legal {
	padding-top:2.25em;
	display:none;
}