@charset "utf-8";
body {
	background-color: #FFFFFF;
	background-image: url(img/bgclair.jpg);
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0D0D0D;
}

::-moz-selection{
	background-color:#DDDDDD;
	color:#1C89DB;
}
::selection {
	background-color:#DDDDDD;
	color:#1C89DB;
}
code::-moz-selection {
	background-color: #DDDDDD;
	color:#1C89DB;
}
code::selection {
	background-color: #DDDDDD;
	color:#1C89DB;
}

/*--------banniere---------*/
.banniere {
	background-color: #FFFFFF;
	background-image: url(img/banniere.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 200px;
	width: 950px;
	border: 2px solid #ededed;
}

/*--------contenu général---------*/
.contenu {
	background-color: #FFFFFF;
	background-image: url(img/contenu.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ededed;
	border-right-color: #ededed;
	border-bottom-color: #ededed;
	border-left-color: #ededed;
}
span{
	font-weight:bold;
	}
/*--------menu---------*/
.contenu ul.menu  {
	margin: 0px;
	padding: 0px;
}
.contenu .menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.contenu .menu li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration:none;
	line-height: 28px;
	font-weight:bold;
	font-variant: small-caps;
	color: #000000;
	text-align: center;
	display: block;
	float:left;
	height: 28px;
	width: 190px;
	letter-spacing:2px;
}
.contenu .menu li a:hover {
	color:#FF0000;
}
/*--------page d'accueil---------*/
#accueil{
	margin: 0px;
	padding: 5px 0 0 0px;
	text-align:center;
	font-size:30px;
	font-variant:small-caps;
	font-weight:normal;
	letter-spacing:2px;
}
/*--------présentation sites--------*/
.contenu .apercu {
	display:block;
	width: 400px;
	float: right;
	margin: 10px 0 0 0;
}
.contenu .apercu img{
	border:2px dashed #B2C1FF;
}
.contenu .apercu img:hover{
	border:2px dashed #555555;
}
.contenu .apercu img:active{
	border:2px dashed #000000;
}

.contenu .titresite {
	display: block;
	width:500px;
	text-align:left;
	font-weight:normal;
	font-variant:small-caps;
	font-size:20px;
	letter-spacing:2px;
	margin-left:10px;
	padding-left:10px;
	border-left:6px solid #B2C1FF;
	border-bottom: 1px solid #B2C1FF;
}
.contenu .listesite li{
	display: list-item;
}
.contenu .listesite li{
font-size:12px;
list-style-image:url(img/puce12.png);
line-height:24px;
}
.contenu p.description {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	font-size:12px;
	line-height:24px;
	width:530px;
	text-align:justify;
}
.contenu p.description a {
	text-decoration:none;
	border-bottom:2px dotted #555555;
	color:#000000;
}
.contenu p.description a:hover {
	text-decoration:none;
	border-bottom:2px dotted #FF0000;
	color:#000000;
}
/*--------contact--------*/
.contenu .texte ul#contact {
	display:block;
	width:160px;
	margin-left:auto;
	margin-right:auto;
	letter-spacing:1px;
	}
#contact li{
	display: list-item;
	font-size:12px;
	list-style-image:url(img/puce12.png);
	line-height:24px;
}
#contact li span{
	font-weight:bold;
}
#contact li a{
	text-decoration:none;
	border-bottom:2px dotted #555555;
	color:#000000;
}
#contact a:hover {
	text-decoration:none;
	border-bottom:2px dotted #FF0000;
	color:#000000;
}
/*--------cv--------*/
#droite{
	float:right;
	width:650px;
	margin-right:10px;
}
#gauche{
	width:250px;
}
#gauche h2, #droite h2{
	display: block;
	text-align:left;
	font-weight:normal;
	font-variant:small-caps;
	font-size:20px;
	letter-spacing:2px;
	margin-left:10px;
	padding-left:10px;
	border-left:6px solid #B2C1FF;
	border-bottom: 1px solid #B2C1FF;
}
#gauche li a, #droite li a{
	text-decoration:none;
	border-bottom:2px dotted #555555;
	color:#000000;
}
#gauche li a:hover, #droite li a:hover, #pdf a:hover{
	text-decoration:none;
	border-bottom:2px dotted #FF0000;
	color:#000000;
}
#pdf{
	margin: 0px;
	padding: 5px 0 5px 0px;
	text-align:center;
	font-size:14px;
	line-height:24px;
	font-weight:normal;
	letter-spacing:2px;
}
#pdf a{
	text-decoration:none;
	border-bottom:2px dotted #555555;
	color:#000000;
}
/*--------crédits---------*/
#credits{
	text-align:center;
	font-size:10px;
	color:#747474;
	font-weight:normal;
	margin-top:30px;
	clear:right;
}
#credits a {
	color:#747474;
}
embed{
	margin:0px;
}
object{
	margin:0px;
}
.menu{
	height:60px;
	margin-bottom:-30px;
}


