/*	----------------------------------
/*	Christine Stephanoff 
/*	Projet Initial au 08 février 2006
/*	----------------------------------
*/

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCCCCC;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#contener {
	background-image: url(../images/bg-conteneur.gif);
	background-repeat: repeat-y;
	background-position: 560px;
	width: 760px;
	font-size: 70%;
	line-height: 150%;
	text-align: left;
	padding: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: medium solid #999999;
}
#header {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 99px;
	padding-bottom: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/header.jpg);
}
#header h1 {
	height: 95px;
	width: 237px;
	margin: 0 0 0 523px;
	text-indent: -9000px;
	background-image: url(../images/header-h1.jpg);
	padding: 0px;
}

#nav {
	width: 760px;
	background-color: #F3F3F3;
	background-image: url(../p7pm/img/p7PM_steel.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
#contenu {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 515px;
	line-height: 140%;
}

#contenu h2 {
	font-size: 16px;
	color: #669999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #669999;
	margin-top: 10px;
	clear: both;
	font-variant: small-caps;
}
#contenu h3 {
	font-size: 14px;
	color: #CC9966;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contenu h4 {
	font-size: 12px;
	font-weight: bold;
	color: #F7F7F7;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #CCCCCC;
	display: block;
	word-spacing: 0.1em;
	letter-spacing: 0.1em;
}

#contenu p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-left: 10px;
	text-align: justify;
	margin-top: 5px;
}
#sidebar {
	float: right;
	margin-right: 0px;
	width: 180px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EDEDED;
	padding-right: 10px;
	padding-left: 10px;
}
#sidebar div {
	background-color: #E2E2E2;
	margin-bottom: 10px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #F4F4F4;
	border-left-color: #F4F4F4;
}
#sidebar h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F7575;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.3em;
	background-color: #DBDBDB;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
}
#sidebar h3 {
	font-size: 11px;
	font-style: normal;
	color: #E07F3A;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px;
}
#sidebar p, #sidebar ul, #sidebar h2 {
	display: block;
	background-image: url(../images/trait-sidebar.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
	line-height: 1.1em;
	margin-top: 2px;
	padding-right: 10px;
}

#sidebar ul {
	color: #666666;
	margin-right: 0px;
	margin-left: 0px;
}
#sidebar li {
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 1.2em;
}

#sidebar #agenda, #sidebar #services, #sidebar #services2 {
	
}
#sidebar #agenda ul {
	list-style-type: none;
}
#sidebar .infos {
	font-size: 10px;
}

#sidebar .date {
	font-weight: bold;
	font-size: 10px;
}
#sidebar .lieu {
	letter-spacing: 0.1em;
	font-variant: small-caps;
}

#sidebar .adresse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#sidebar .ville {
	font-weight: bold;
	font-variant: small-caps;
}
#agenda .tel {
	font-size: 10px;
}

#sidebar #services ul, #sidebar #services2 ul {
	list-style-type: square;
	margin-left: 20px;
}
#bottom {
	clear: both;
	color: #EBEBEB;
	background-color: #999999;
	text-align: center;
	vertical-align: middle;
	height: 28px;
	width: 760px;
}
#bottom p {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 28px;
}
/*  ------------------------------------------
/*  Corps de texte - Général
/*  ------------------------------------------
*/
a:link, code a:link, a:link code, p.plus a:link, p.plus a:visited, #tri a:visited {
	color: #398FC6;
}

a:visited, code a:visited, a:visited code {
	color: #CC9966;
}

a:hover, code a:hover, a:hover code, p.plus a:hover, #tri a:hover {
	color: #CCCCCC;
	background-color: #669999;
	text-decoration: none;
}

a:active, a:focus, code a:active, a:active code, code a:focus, a:focus code, p.plus a:active, p.plus a:focus,#tri a:active, #tri a:focus {
	color: #333333;
	background-color: #CCCCCC;
}

p.plus {
	text-align: right;
	font-size: 10px;
	font-weight: bold;

}
.plus {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	display: block;
}

p.plus a {
	font-weight: bold;
	text-decoration: none;
}
img {
	border: 0;
	background-color: transparent;
}
img.left {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
img.right {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
.spacer {
	clear: both;
}
.gras {
	font-weight: bold;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.color1 {
	color: #CC9966;
}


table#galerie {
	text-align: center;
	width: 100%;
}
table#galerie td {
	width: 33%;
}

table#galerie img {
	vertical-align: bottom;
}
table#expos {
	width: 90%;
	text-align: left;
	border: 1px solid #333333;
	margin-left: 30px;
}
table#expos th {
	background-color: #F2F2F2;
	width: 20%;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	vertical-align: top;
}
table#expos td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
table#expos p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}


/*#image_reservee2 {

	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
*/

table#galerie td.vignet {
	vertical-align: bottom;
	text-align: center;
}
table#galerie ul {
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin-right: 0%;
	margin-left: 0%;
	padding: 0px 5px;
	margin-top: 0.25px;
	margin-bottom: 0.25px;
}
table#galerie li.titre {
	font-variant: small-caps;
}

table#galerie li {
	list-style-type: none;
	background-color: #F3F3F3;
	display: block;
}
table#galerie .techn {
	font-size: 10px;
}

table#galerie li.dim {
	font-variant: normal;
	font-size: 10px;
	color: #999999;
}
table#galerie td.separ-rang {
	padding-top: 5px;
}

#contact td {
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
}

#contact #peinture {
	color: #CC9966;
	margin-left: 0px;
	margin-top: 3px;
	font-variant: small-caps;
}
#contact legend {
	color: #CC9966;
	font-weight: bold;
}
.label {
	text-align: right;
	vertical-align: top;
	padding-right: 4px;
}
.labelG {
	padding-left: 10px;
	padding-right: 5px;
}

#contact #coordonnes {
	float: left;
	width: 350px;
	padding-right: 10px;
	padding-left: 10px;
}
#contact #vous-etes {
	float: left;
	width: auto;
	margin-left: 15px;
	margin-right: 0px;
}
#mail-contact {
	float: right;
	width: auto;
	margin-left: 10px;
	margin-top: 10px;
	text-align: justify;
}
#contact #demandes {
	float: left;
	width: 505px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
}
#contact {
	width: 515px;
}

#contact #vous-etes .formul label, .label, .labelG {
	font-size: 11px;
	color: #666666;
}

#contact #vous-etes table, #contact #coordonnes table, #contact #demandes table  {
	background-color: #FBFBFB;
	width: 100%;
}
#contact #envois {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	clear: both;
}

#contact #demandes .formul .champsC {
	vertical-align: top;
}
.legendeD {
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #B5B5B5;
}
table#galerie .techn span {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.technMixte {
	float: left;
	font-size: 10px;
	color: #666666;
}
#bottom ul {
	margin-top: 2px;
	margin-bottom: 2px;
}
#bottom li {
	list-style-type: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 2px;
	margin-left: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EBEBEB;
}
#bottom a {
	color: #EBEBEB;
}
#bottom li.last {
	border-right-style: none;
}
table#liens {
	width: 100%;
	text-align: center;
}
table#liens td {
	width: 33%;
}
#liens hr {
	color: #E9E9E9;
	width: 80%;
}
table#liens a {
	background-color: transparent;
}
