@charset "utf-8";
/* CSS Document */
body {
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	color: #CA0755;
	text-decoration: none;
}
a:hover {
	color: #F70D6A;
}
#content {
	width: 960px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	margin-bottom: 50px;
	background-image: url(../img/background.png);
	background-repeat: repeat;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 0.85em;
}
#logo {
	position: absolute;
	margin-left: 50px;
}
#accueil {
	position: absolute;
	margin-left: 350px;
}
nav {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	font-family: 'Dosis', sans-serif;

}
nav ul {
	list-style: none;
}
nav ul li {
	margin: 0px;
	padding: 0px;
}
/* slide menu */
.sm {
	list-style: none;
	width: 538px;
	height: 108px;
	display: block;
	overflow: hidden;
	margin-left: 415px;
}
.sm li {
	float: left;
	display: inline;
	overflow: hidden;
}
.sm_bg1 { /* pour pouvoir attribuer une image de fond  */
	background-image: url(../img/test_ico_ibook.png);
	height: 108px;
	background-color: #FD7400;
	background-repeat: no-repeat;
	background-position: left top;
}
.sm_bg2 {
	background-image: url(../img/test_ico_forum.png);
	height: 108px;
	background-color: #A6C602;
	background-repeat: no-repeat;
	background-position: left top;
}
.sm_bg3 {
	background-image: url(../img/test_ico_projet.png);
	height: 108px;
	background-color: #004258;
	background-repeat: no-repeat;
	background-position: left top;
}
.sm_bg4 {
	background-image: url(../img/ico-rencontre.png);
	height: 108px;
	background-color:#610021;
	background-repeat: no-repeat;
	background-position: left top;
	
}
.sm_txt {
	text-align: right;
	padding-right: 10px;
	padding-left: 90px;
	padding-top: 2px;
}
.sm_txt a {
	color: #FFFFFF;
	text-decoration: none;
}
.sm_txt a:hover {
	color: #D7DBDC;
	text-decoration: none;
}
/* corps du texte  */
#content article section {
	padding: 40px;
}
#white-bar {
	background-color: white;
	height: 40px;
	width: 940px;
	opacity: 1;
	font-family: 'Dosis', sans-serif;
	color: #4063CB;
	text-align: right;
	font-size: 1.7em;
	padding-right: 20px;
	padding-top: 5px;
}
.clear {
	clear: both;
}
/*---- Formatage texte ----*/
p {
	text-align: justify;
	padding-bottom: 15px;
}
h1 {
	font-family: 'Dosis', sans-serif;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 2.5em;
	color: #CA0755;
	font-weight: normal;
}
h2 {
	padding-top: 20px;
	padding-bottom: 10px;
	font-family: 'Dosis', sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../img/couleurs.png);
	background-repeat: no-repeat;
	background-position: left 26px;
	padding-left: 38px;
}
li {
	margin-left: 50px;
	margin-bottom: 10px;
	padding-left: 10px;
	text-align: justify;
}
