* {
	margin:0;
	padding:0;
}

body {
	background-color:#006bc7;
	font:small Arial, Helvetica, sans-serif;
	color:#808080;
}

a {
	color:#808080;
}

p {
	margin:10px 0;
}
.alert {
	
	font-weight:bold;
	border:1px dotted #F00;
	color: #F00;
	padding:5px;
	background-color:#FDD;
}
.greenalert {
	
	font-weight:bold;
	border:1px dotted #0A0;
	color: #0A0;
	padding:5px;
	background-color:#DFD;
}

h2 {
	font-family:georgia, "Times New Roman", Times, serif;
	font-size:xx-large;
	color:#006bc7;
	margin-bottom:40px;
	line-height:0.9em;
	letter-spacing:-0.05em;
	font-weight:normal;
}
h3 a {
	color:#006bc7;
	text-decoration:none;
	border-bottom:1px dotted #006bc7;
}

h3 {
	font-family:georgia, "Times New Roman", Times, serif;
	font-size:large;
	color:#006bc7;
	font-style:italic;
	letter-spacing:-0.05em;
	font-weight:normal;
	margin:20px 0;
}
form {
	width:425px;
	margin-top:20px;
	float:left;
}
.textForm {
	margin-top:40px;
	margin-left:445px;
	padding:10px;
	background-color:#F0F0F0;
	border:1px dotted #CCC;
}

img {
	border:1px solid #CCC;
} 

.black {
	color:#000;
}
.nomargin {
	margin:0;
}
.center {
	text-align:center;
}
#main {
	width:720px;
	margin:auto;
	background:url(skin/bg.gif) repeat-y;
}

#header {
	height:160px;
	background:url(skin/header.jpg) no-repeat center;
}
#header h1 {
	display:none;
}

#footer {
	height:37px;
	padding-top:28px;
	padding-left:30px;
	line-height:25px;
	background:#006bc7 url(skin/footer.gif) no-repeat left top;
	font-size:x-small;
	font-weight:bold;
	color:#005500;
}
#footer a {
	color:#050;
	text-decoration:none;
	border-bottom:1px dotted #050;
}
#footer a:hover {
	border-bottom:none;
}
#footer p {
	line-height:11px;
	height:11px;
	color:#000000;
	text-align:right;
	padding-right:20px;
	padding-bottom:20px;
}
#footer p img {
	border:none;
}
#footer p a {
	border:none;
	background:url(skin/logo_sitio.gif) no-repeat right top;
	display:block;
	height:11px;
	width:51px;
	float:right;
	padding-left:5px;
}
#footer p a span {
	display:none;
}
#menu {
	height:33px;
}
#menu a {
	display:block;
	height:33px;
}
#menu a span {
	display:none;
}

	#btn_accueil {
		background:url(skin/btn_accueil.gif);
		margin-left:29px;
		width:99px;
	}
	#btn_pencours {
		background:url(skin/btn_pencours.gif);
		width:156px;
	}
	#btn_pavenir {
		background:url(skin/btn_pavenir.gif);
		width:146px;
	}
	#btn_prealises {
		background:url(skin/btn_prealises.gif);
		width:152px;
	}
	#btn_contact {
		background:url(skin/btn_contact.gif);
		width:109px;
	}
	
	#btn_accueil:hover {
		background:url(skin/btn_accueil.gif) 0px -33px;
	}
	#btn_pencours:hover {
		background:url(skin/btn_pencours.gif) 0px -33px;
	}
	#btn_pavenir:hover {
		background:url(skin/btn_pavenir.gif) 0px -33px;
	}
	#btn_prealises:hover {
		background:url(skin/btn_prealises.gif) 0px -33px;
	}
	#btn_contact:hover {
		background:url(skin/btn_contact.gif) 0px -33px;
	}
	
	#btn_accueil.selected {
		background:url(skin/btn_accueil_selected.gif);
	}
	#btn_pencours.selected {
		background:url(skin/btn_pencours_selected.gif);
	}
	#btn_pavenir.selected{
		background:url(skin/btn_pavenir_selected.gif);
	}
	#btn_prealises.selected {
		background:url(skin/btn_prealises_selected.gif);
	}
	#btn_contact.selected {
		background:url(skin/btn_contact_selected.gif);
	}
	.btn_envoyer {
		width:120px;
		height:30px;
		background:url(skin/btn_envoyer.gif);
		border:none;
		margin-left:220px;
		cursor:pointer;
	}
	.btn_envoyer:hover {
		background:url(skin/btn_envoyer_over.gif);
	}
	
#menu ul {
	list-style-type:none;
}

#menu li {
	float:left;
}
#content {
	padding:10px 50px;
	padding-top:40px;
}

/* liste dans la page view_projet */
ul.sousmenu {
	/*background:url(skin/sousmenu_bg.gif);*/
	background: #DDD;
	/*height:22px;*/
	margin:0;
	margin-bottom:20px;
	padding:0;
	padding-left:10px;
	list-style-type:none;
	clear:both;
}

.sousmenu li {
	float:left;
	padding-right:10px;
	line-height:20px;
}

.sousmenu li a {
	text-decoration:none;
	font-size:x-small;
	font-weight:bold;
	height: 10px;
}

.sousmenu li a:hover {
	color:#0060ff;
}

.sousmenu li a.selected {
	color:#0060ff;
}

.ret {
	visibility: hidden;
	clear: both;
}

.ariane {
	font-size:x-small;
	color:#FF6600;
	font-weight:bold;
	padding:0;
	margin-top:-20px;
	margin-bottom:20px;
	line-height:20px;
	text-align:right;
}
.arrow {
	background:url(skin/arrow_ariane.gif) no-repeat left center;
	padding-left:202px;
}
.ariane a {
	font-size:x-small;
	color:#FF6600;
	font-weight:bold;
	text-align:right;
	text-decoration:none;
	border-bottom:1px dotted #F60;
}
.ariane a:hover {
	border-bottom:none;
}

.postit {
	background:url(skin/postit_repeat.gif) repeat-y;
	width:300px;
}
.beginPostit {
	background:url(skin/postit_top.gif) no-repeat;
	margin-top:0;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	font-style:italic;
}
.endPostit {
	background:url(skin/postit_bottom.gif) no-repeat left bottom;
	padding-bottom:22px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:0;
}

.projet_listing {
	margin-bottom:50px;
}
.projet_listing .blocRight {
	margin-left:320px;
	padding-top:10px;
}

.listing_introduction {
	font-style:italic;
	margin-bottom:20px;
	margin-top:-20px;
}

.projet_listing a {
	text-decoration:none;
	background:url(skin/btn_next_normal.gif) no-repeat left 5px;
	padding-left:24px;
	line-height:20px;
	display:block;
	font-size:x-small;
	font-weight:bold;
	color:#f60;
	border-top:1px dotted #AAA;
	padding-top:5px;
}
.projet_listing a:hover {
	background:url(skin/btn_next_over.gif) no-repeat 1px 5px;
}

.projet_listing a.linkImg {
	padding: 0;
	border: 0;
}

.projet_listing a.linkImg img {
	float: left;
}

.projet_listing img {
	float: left;
}

.projet_listing p {
}
.projet_listing .details {
}

.projet_listing  hr {
	visibility:hidden;
	clear:both;
	margin:0;
	padding:0;
	height:0;
}
label {
	display:block;
	width:200px;
	float: left;
	border-bottom:1px dashed #CCC;
	padding-bottom:2px;
	margin-top:0px;
	background:url(skin/mini_arrow.gif) no-repeat right center;
}
.input {
	display:block;
	margin-left:220px;
	margin-bottom:20px;
	width:200px;
	border:1px solid #CCC;
	font-family:Arial, Helvetica, sans-serif;
	color:#006bc7;
}

.projet_detail {

}

.projet_detail hr {
	visibility:hidden;
	height:0;
	clear:both;
}

.projet_left {
	float:left;
	width:300px;
}
ul.miniatures {
	list-style-type:none;
}
ul.miniatures li {
	float:left;
	margin-right:2px;
	height:70px;
}

.projet_right {
	margin-left:317px;
}
.autrePhotos {
	background:url(skin/autres_photos.gif) no-repeat;
	height:22px;
	width:300px;
	line-height:21px;
	padding-left:10px;
	font-size:x-small;
	font-weight:bold;
}
.nophotos {
	font-size:x-small;
	font-weight:bold;
	padding-left:10px;
}
.renseignements_details {
	padding:10px 10px;
	background-color:#F0F0F0;
	border:1px dotted #CCC;
	width:278px;
	font-size:x-small;
}
.renseignements_details h3 {
	margin-top:0;
}
.renseignements {
	margin:0;
	margin-bottom:5px;
}
.intitule {
	font-weight:bold;
}
ul.renseignements  {
	margin-left:15px;
}
.contact {
	padding-top:15px;
	padding-right:15px;
	background:url(skin/coin_ombre_droit.gif) no-repeat right top ;
	color:#FF6600;
	margin-top:30px;
	
}
.contact a {
	color:#006bc7;
	text-decoration:none;
	border-bottom:1px dotted #006bc7;
}
.contact a:hover {
	border-bottom:none;
}
.contact_infos {
	padding-top:1px;
}
.contact_left {
	float:left;
	width:300px;
}
.contact_right {
	margin-left:320px;
}

hr.clear {
	clear:both;
	visibility:hidden;
}
.adresse {
	border:1px dotted #AAA;
	padding:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(skin/mini_arrow.gif) no-repeat 10px 14px;
	/*text-indent: 10px;*/
	padding-left:20px;
}
.ville {
	display:block;
	margin-top:5px;
	font-size:medium;
	text-indent: 0;
	color:#000;
}
.planLeft {
	float:left;
	width:290px;
	border-right:1px dotted #AAA;
	padding-right:20px;
}
.planRight {
	margin-left:330px;
}
.orangeArrowLink {
	text-decoration:none;
	background:url(skin/btn_next_normal.gif) no-repeat left 8px;
	padding-left:24px;
	line-height:20px;
	display:block;
	font-size:x-small;
	font-weight:bold;
	color:#f60;
	padding-top:8px;
}
.orangeArrowLink:hover {
	background:url(skin/btn_next_over.gif) no-repeat 1px 8px;
}
/* STYLES REF */
.hautpage {
	font-size:x-small;
	text-align:center;
	color:#FFF;
}
.hautpage a {
	color:#FFF;
}

.baspage {
	color:#FFF;
	font-size:x-small;
	background-color:#006bc7;
	padding-left:20px;
}
.baspage a {
	color:#FFF;
}

#editoBtn {
	position:absolute;
	background: url(skin/actu_btn.png);
}

#editoBtn a {
	height: 90px;
	width: 100px;
	display:block;
}