@charset "utf-8";
/* CSS Document 
Date : 07 avril 2012
auteur: Guy VANGANSBEKE
Projet: MTC  SEVICES
Version : 2.0
*/

html, body, div {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFF;
	background-image: url(../img/Fond_Body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Geneva, sans-serif;
	color: #373737;
	font-size:10px;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

img {
border:none;
}

.font {
	font-family: 'SujetaItalic', Arial, sans-serif;
	font-size: 18px;
	font-style: italic;
}

/** Titres**/
h3 {
	clcolor: #21b2b2;
	font-size: 24px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 19px;
	margin-left: 0px;
	color: #01CFCB;
}

h4 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;	
}

#wrapper {
	height: auto;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
}

/***Header**/

#header {
	position: relative;
	height: 121px;
}

#header h1 {
	margin: 0px;
	padding-top: 10px;
}
#header #nav {
	/*position: absolute;*/
	top: 72px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}

#header #nav li{
	list-style-type: none;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;	
}

#accroche #slogan {
	margin-top: 60px;
	width: auto;
	margin-left: 248px;
}

/***Accroche**/

#accroche #logo {
	margin-top: 18px;
	width: auto;
	margin-left: 398px;
}


/***Citation**/

blockquote {
	width: 752px; /* 940 - 162 - 102 = 726 */
	padding-top: 0px;
	padding-right: 82px;
	padding-bottom: 0px;
	padding-left: 106px;
	margin: 0px;
	background-color: #FFF;
	background-image: url(../img/BlockoteDouble.jpg);
	background-repeat: no-repeat;
	background-position: 50px 10px;
}
	
blockquote p {
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 30px;
	font-size: 16px;
}

/***Contenu gauche **/
#side_gauche {
	width: 460px;
	/*background-color: #CCC;*/
	margin-top: 40px;
	float: left;
}

#side_gauche .news .vignette {
	float: left;
	margin-right: 20px;
}

#side_gauche .news {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#side_gauche p {
	padding: 0px;
	margin-top: 4px;
	line-height: 18px;
 	margin-bottom: 10px;
}

.more {
	display: block;
	height: 24px;  /*31-7 = 24*/
	width: 88px;   /*122 - 34 = 88*/
	background-image: url(../img/Bouton_Lire_Suite.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 7px;   
	padding-left: 34px;
}

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

.clear {
	clear: both;
}

/***Contenu droit **/

#side_droite {
	/*background-color: #F00;*/
	height: auto
	width: 460px;
	float: left;
	margin-top: 60px;
}

#side_droite .news .vignette {
	float: left;
	margin-right: 20px;
}

#side_droite .news {
	margin-bottom: 20px;
}


.clear {
	clear: both;
}
/***Contenu footer **/

#footer {
	background-image: url(../img/footer.jpg);
		height: auto;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
background-repeat: no-repeat;
	height: 120px;
	width: 935px;
}
.vcard {
	line-height: 2px;
	padding-left: 10px;
	position: absolute;
}
.vcard .sujet {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.vcard .mail {
	font-size: 14px;
	color: #00F;
}

#onem {
	float: right;
	padding-right: 10px;
	padding-top: 0px;
	}
	
#onem .agrement{
	text-align: center;
	}