/******************************************/
/********** STRUCTURE DE LA PAGE **********/
/******************************************/

body{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(img/fond.jpg);
	margin:0px;
	padding:0px;
}
#block-principal{
	width:765px;
	margin-left:auto;
	margin-right:auto;
	border:1px #fff solid;
	background-image:url(img/corps-fond.jpg);
	background-position:top;
	background-repeat:repeat-y;
}
#block-bandeau{
	height:156px;
}
#block-corps{
	background-image:url(img/corps-haut.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:765px;
}
#block-corps-accueil{
	background-image:url(img/corps-fond-accueil.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:765px;
}
#block-corps-plan{
	background-image:url(img/corps-fond-plan.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:765px;
}
#block-corps-electricite{
	background-image:url(img/corps-fond-electricite.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:765px;
}
#block-corps-electronique{
	background-image:url(img/corps-fond-electronique.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:765px;
}
#block-corps-informatique{
	background-image:url(img/corps-fond-informatique.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:765px;
}
#block-corps-location{
	background-image:url(img/corps-fond-location.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:765px;
}


#block-corps-image{
	background-image:url(img/gauche-img.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:765px;
}
#block-menu{
	background-image:url(img/menu.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:28px;
}
#block-contenu{
	background-image:url(img/corps-bas.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:380px;
}
html>body #block-contenu {
	height:auto;
	min-height:380px;
} 
#block-bas{
	background-image:url(img/bas.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:42px;
}

/******************************************/
/************* MENU SECONDAIRE ************/
/******************************************/

#menu-secondaire{
	font-size:12px;
	font-weight:normal;
	color:#fff;
	position:absolute;
	top:130px;
	right:50%;margin-right:-370px;
}
#menu-secondaire a{
	text-decoration:underline;
	color:#fff;
}
#menu-secondaire a:hover,#menu-secondaire a.active{
	text-decoration:none;
	color:#fff;
}

/******************************************/
/****************** MENU ******************/
/******************************************/

#menu{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	list-style-type:none;
	margin:0px;
	padding:10px 1px 0 0;
	text-align:center;
}
#menu li{
	padding:0px;
	display:inline;
}
#menu a{
	padding:9px 7px 8px 7px;
	text-decoration:none;
	color:#fff;
}
#menu a:hover,#menu a.active{
	background-color:#fff;
	text-decoration:underline;
	color:#1C319C;
}
#menu .no-border{
	border:none;
}

/******************************************/
/************ CORPS DE LA PAGE ************/
/******************************************/

#contenu-texte{
	margin:20px 20px 20px 20px;
	font-size:12px;
	color:#000033;
	line-height:16px;
}
#contenu-texte a{
	text-decoration:none;
	color:#003366;
	border:none;
}
#contenu-texte a:hover{
	text-decoration:none;
	color:#0066FF;
}
h1{
	font-size:16px;
	color:#0A008C;
	padding:6px 0px 25px 35px;
	margin:0px;
	height:29px;
	background-image:url(img/h1-fond.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}
h2{
	font-size:14px;
	color:#003366;
	padding:0px 0px 0px 0px;
	margin:0px;
}
h3{
	font-size:14px;
	color:#333;
	padding:0px 0px 0px 0px;
}
ul{
	list-style-type:square;
}
p{
	margin:0px;
	padding:5px 0 5px 0;
}
hr{
	color:#333;
	background-color:#333;
	height:1px;
	border:0;
}

#contenu-texte .no-border{
	border:none;
}
.tbl-border{
	border:1px #153894 solid;
	border-collapse:collapse;
}
/*.tbl-border td{
	border:1px #000 solid;
	border-collapse:collapse;
}*/
.petit{
	font-size:10px;
}
.gras{
	font-weight:bold;
}
.entete{
	color:#FF0000;
}
.colonne{
	float:left;
}

/******************************************/
/*************** FORMULAIRES **************/
/******************************************/

input.txt11 {
	border:1px #08018B solid;
	color:#333;
	background-color:#fff;
}

select, option {
	color:#fff;
}

textarea {
	border:1px #08018B solid;
	color:#333;
}
input.txt11:focus,textarea:focus {
	border:1px #08018B solid;
	background-color:#fafafa;
}
/******************************************/
/****************** BAS *******************/
/******************************************/

#block-bas h2{
	text-align:center;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	margin:0px;
	padding:23px 0 0 0px;
}

#credits img{
	vertical-align:middle;
}
#credits{
	width:765px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:11px;
	color:#fff;	
}
#credits a{
	font-size:11px;
	color:#fff;
	text-decoration:underline;	
}
#credits a:hover{
	font-size:11px;
	color:#fff;	
	text-decoration:none;
}

.cadre3{border: 1px solid #0B83DA;}