@charset "utf-8";
/* CSS Document */

/* style général */

header, nav, footer, figure, section, article, figcaption, aside {
    display: block;
    margin: 0;
}

html {
	background-color: #D9E0E6;
	background-image: url(images/bg.png);
	background-repeat: repeat;
}
body {
    font-size: 80%;
	color: black;
    font-family: "Trebuchet MS",Verdana,Helvetica,Arial,"sans-serif";
    line-height: 1.4;
    margin: 0 auto;
    padding: 30px 0 0;
    width: 840px;
	background: url("images/bar-blue.png") repeat-x scroll 0 0 transparent;
}

section {
	position: relative;
	clear: both;
}


a {
    color: #707070;
    font-size: 15px;
    font-weight: bold;
    vertical-align: bottom;
	text-decoration: none;
}
a:hover, a:focus {
    color: #000000;
    text-decoration: underline;
}

ul, ol {
    list-style-type: none;
    margin: 0.75em 0 0.75em 10px;
    padding: 0;
}

p {
    margin: 0.75em 0;
}

/* style pour les images */


a img {
    border: medium none;
}

.right {
    float: right;
    margin: 10px;
	border-radius: 8px 8px 8px 8px;
    box-shadow: 0 0 12px #CCCCCC;
}
.left {
	float: left;
	margin: 10px;
	border-radius: 8px 8px 8px 8px;
    box-shadow: 0 0 12px #CCCCCC;
}

/* style en-tête */

header {
	background-color:#FFF;
	height:80px;
	margin: 0 0 17px;
	padding: 7px;
}

header #logo {
    float: left;
    margin: 0 0 10px;
}

header nav {
    float: right;
    margin: 15px 0 0;
}

header nav li {
    display: inline;
    margin: 0 4px 0 0;
}

header nav a, header nav a:visited, header nav a:link {
    color: #000000;
    font-family: 'Changa one',Tahoma,sans-serif;
    font-size: 20px;
    font-weight: normal;
    padding: 4px 12px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #EBEEF1;
}

header nav a:hover, header nav a:focus {
    outline: medium none;
    text-decoration: underline;
}

/* style contenu */

.bloc {
    margin: 0 0 17px;
    padding: 7px;
    position: relative;
	background: none repeat scroll 0 0 #FFFFFF;
}

.bloc h1 {
    clear: none;
    color: #111111;
    font-family: 'Changa one',Tahoma,sans-serif;
    font-size: 21px;
    font-weight: normal;
    margin-left: 250px;
    text-transform: none;
}

blockquote {
	margin:10px;
}

blockquote p {
    background: url("images/quote_blue.png") repeat-y scroll right center transparent;
    color: #FFFFFF;
    font-family: Georgia;
    font-size: 2em;
    line-height: 80px;
    margin: 0;
    text-align: center;
    width: 805px;
	height:85px;
}



/* style à propos */

.about {
	margin: 0 0 17px;
    padding: 7px;
	background: none repeat scroll 0 0 #FFFFFF;
	text-align: center;
}

.about h2 {
    clear: none;
    font-family: 'Changa one',Tahoma,sans-serif;
   	background: url("images/arrow.png") no-repeat scroll right bottom transparent;
    color: #A2C5CA;
    float: left;
    letter-spacing: normal !important;
    padding-bottom: 6px;
    padding-right: 50px;
	margin-right:600px;
}


.about nav {
    margin: 0;
}

.about nav a {
    -moz-outline-radius: 10px 10px 10px 10px;
    border: 0 none;
    border-radius: 10px 10px 10px 10px;
    display: inline-block;
    font-size: 15px;
    padding: 13px 0 5px;
    text-decoration: none;
    vertical-align: top;
    width: 115px;
}

.about nav a:hover, .about nav a:focus, .about nav a:active {
    -moz-transition-duration: 0.3s;
    -moz-transition-property: background;
    background: none repeat scroll 0 0 rgba(162, 197, 202, 0.2);
    outline: medium none;
}

.about figure {
	display: block;
    margin: 0;
	vertical-align: top;
}

.about figcaption {
    color: #747474;
    margin-bottom: 8px;
    text-transform: none;
	font-family: 'trebuchet MS',Tahoma,sans-serif;
    font-size: 0.9em;
    font-weight: bold;
}

/* style liens */

.link {
	margin: 0 0 17px;
    padding: 7px;
	background: none repeat scroll 0 0 #FFFFFF;
}

.link h2 {
    clear: none;
    font-family: 'Changa one',Tahoma,sans-serif;
   	background: url("images/arrow.png") no-repeat scroll right bottom transparent;
    color: #A2C5CA;
    float: left;
    letter-spacing: normal !important;
    padding-bottom: 6px;
    padding-right: 50px;
	margin-right:170px;
}

.column {
	width: 400px;
	display: inline-block;
	vertical-align:top;
}
