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

body {
	background:#ddd url(../design/bghead.png) top left repeat-x; /* Bandeau coloré en haut */
	text-align:center; /* Pour centrer la page sous IE */
	font-family:Verdana, Geneva, sans-serif;
}
a {
	text-decoration:underline;
	color:#920000;
}
a:link { 
	color:#920000;
} 
a:visited {
	color:#670000;
}
a:hover {
	color:#C30000;
}

.clear {
	line-height:1px;
	clear:both;
}

.left {
	float:left;
}
.right {
	float:right;
}
.souligne {
	background:#000 url(../design/souligne.png) top right no-repeat;
	height:1px;
}

div#page {
	width:961px; /* Largeur de la page */
	margin:auto; /* Centre la page */
	text-align:left /* Pour rétablir */
}

div#logo {
	background: url(../design/logo.png) top left no-repeat;
	height:121px; /* Hauteur du logo */
}
	div#logo a {
		display:block;
		height:121px; /* Hauteur du logo */
		width:400px;
	}

div#menu {
	background:#df8080 url(../design/bgmenu.png) top left repeat-x;
	height:29px;
	color:#fff;
	margin: 0 8px;
}
	div#menu div {
		background:url(../design/bgdmenu.png) top right no-repeat;
		padding-right:10px;
	}
		div#menu div div {
			background:url(../design/bggmenu.png) top left no-repeat;
			padding-right:0;
			padding-left:10px;
		}

	div#menu ul {
		margin:0;
		list-style:none;
		line-height:29px;
		float:right;
	}
	
	div#menu ul li {
		display:block;
		float:left;
		height:29px;
		background:url(../design/separateurmenu.png) top left no-repeat;
		padding-left:2px
	}
	div#menu ul li:first-child {
		background:none;
	}
		div#menu ul li a{
			display:block;
			color:#fff;
			text-decoration:none;
		}
		div#menu ul li a.actif{
			background: url(../design/bgboutonmenu.png) top left repeat-x;
		}
		div#menu ul li a.actif span{
				display:block;
				background: url(../design/bggboutonmenu.png) top left no-repeat;
			}
				div#menu ul li a.actif span span{
					display:block;
					background: url(../design/bgdboutonmenu.png) top right no-repeat;
					padding:0 35px 0 35px;
				}
		div#menu ul li a{
			background: url(../design/bgboutonmenu.png) 0px 29px repeat-x;
		}
			div#menu ul li a span{
				display:block;
				background: url(../design/bggboutonmenu.png) 0px 29px no-repeat;
			}
				div#menu ul li a span span{
					display:block;
					background: url(../design/bgdboutonmenu.png) 0px 29px no-repeat;
					padding:0 35px 0 35px;
				}
		div#menu ul li a:hover{
			color:#c51818;
			background: url(../design/bgboutonmenu.png) bottom left repeat-x;
		}
			div#menu ul li a:hover span{
				display:block;
				background: url(../design/bggboutonmenu.png) bottom left no-repeat;
			}
				div#menu ul li a:hover span span{
					display:block;
					background: url(../design/bgdboutonmenu.png) bottom right no-repeat;
				}
div#topcontenu {
	background:#fff url(../design/bgtpage.png) top left no-repeat;
	height:8px;
}
div#botcontenu {
	background:#fff url(../design/bgbpage.png) top left no-repeat;
	height:26px;
}
div#contenu {
	background:#fff url(../design/bgpage.png) top left repeat-y;
	padding: 0 20px;
}

div#bloc {
	background:url(../design/bgbloc.png) top left repeat-y;
	width:374px;
}

	div#bloc div#bloctop {
		background:url(../design/bgtbloc.png) top left no-repeat;
		height:95px;
		font-size:1.5em;
		padding:25px 30px 0px 30px;
	}
		div#bloc div#bloctop h3 {
			font-size:15px;
			padding:0 0 5px 0;
			margin:0;
		}

	div#bloc div#blocint {
		background:url(../design/bgbbloc.png) bottom left no-repeat;
		padding:0px 30px 30px 30px;
		margin-top:-65px;
	}
		div#bloc div#blocint h2 {
			font-size:12px;
		}
	div#bloc ul {
		list-style:url(../design/puce.png);
		margin-left: 15px;
	}

div#main {
	width: 900px;
	padding:0 10px;
}
div#main.deuxtiers {
	width: 520px;
}
	div#main h1 {
		font-size:15px;
	}
	div#main h2 {
		font-size:12px;
	}
	div#main p {
		text-align:justify;
	}

div.blocprojet {
	background:url(../design/bgfenetre.png) top left repeat-y;
}
	div.blocprojet div.blocprojettop {
		background:url(../design/bgtfenetre.png) top left no-repeat;
		height:24px;
		color:#fff;
		font-weight:bold;
		padding: 0 0 0 20px;
		line-height:26px;
	}
		div.blocprojet div.blocprojettop a {
			display:none;
			background:url(../design/bgboutonfenetre.png) top left no-repeat;
			float:right;
			height:24px;
			width:37px;
		}
		div.blocprojet.cache div.blocprojettop a {
			background-position: bottom left;
		}
		div.blocprojet div.blocprojetcontenu {
			padding: 0 20px;
		}
			div.blocprojet div.blocprojetcontenu img {
				padding-top:10px;
				float:left;
			}
			div.blocprojet div.blocprojetcontenu ul {
				list-style-image:url(../design/puce.png);
				float:left;
				padding-top:18px;
				width:266px;
				height:112px;
			}
	div.blocprojetbot {
		background:url(../design/bgbfenetre.png) top left no-repeat;
		height:20px;
	}

#entetecv ul {
	list-style:none;
	padding:0;
	margin:0;
}

#corpcv ul {
	list-style-image:url(../design/puce.png);
}
#corpcv ul ul {
	list-style-image:url(../design/pucevide.png);
}
	
form.contact label {
	display:block;
	}
	
/*form.contact label {
	display:block;
	float:left;
	width:240px;
	}
form.contact input {
	display:block;
	float:left;
}*/
form.contact input[type=text] {
	width:240px;
}
form.contact textarea {
	width:482px;
}

.ok {
	background:#B8FFA6;
	border:solid 1px #030;
	color:#030;
	padding:10px;
	margin-bottom:20px;
}

.err {
	background:#FCC;
	border:solid 1px #910000;
	color:#910000;
	padding:10px;
	margin-bottom:20px;
}	

li.noimg {
	list-style-image:none;
	list-style:none;
}

div#footer {
	font-size:10px;
}
	div#footer a {
		text-decoration:none;
	}
