* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0;
	font-size: 1px;
	line-height: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}





/*---------------------------------------------------------------

---------------------------------------------------------------*/
body {
	background-image: url(../images/fond.png);
	background-position: center top;
	background-repeat:repeat-x;
	background-color: #f7f7f7;
}

.cadre {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}
ul.menu {
	width: 100%;
	height: 25px;
}
ul.menu li, ul.menu li a {
	display: block;
	width: 130px;
	height: 25px;
}
ul.menu li { float: left; }
ul.menu li a {
	text-decoration: none;
	height: 20px;
	padding-top: 5px;
	text-align: center;
	border-right: #FFFFFF solid 1px;
}
h1 {
	margin-top: 33px;
	padding-left: 60px;
}
h2 {
	padding: 5px;
	margin-top: 30px;
	border-bottom: #FFFFFF dashed 1px;
}
h3 {
	margin-top: 20px;
	padding: 4px;
	padding-left: 70px;
}
p {
	margin-left: 70px;
	margin-right: 70px;
}
table {
	width: 400px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
table tbody tr td {
	border-bottom: dashed 1px #ffffff;
	padding: 5px;
}
table tbody tr td.colun {
	width: 200px;
}
table tbody tr td .input {
	background-image: url(../images/input.gif);
	background-repeat: no-repeat;
	width: 176px;
	height: 17px;
	padding: 4px;
}
table tbody tr td .input input {
	background-color: transparent;
	width: 176px;
	height: 17px;
}
table tbody tr td .textarea {
	background-image: url(../images/textarea.gif);
	background-repeat: no-repeat;
	width: 392px;
	height: 192px;
	padding: 4px;
}
table tbody tr td .textarea textarea {
	background-color: transparent;
	width: 392px;
	height: 190px;
	resize:none;
}
a.submit {
	background-image: url(../images/button.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 114px;
	height: 23px;
	padding-top: 8px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
a.submit:hover {
	background-position: left bottom;
}
ul.base{
	margin-top: 20px;
	margin-left: 40px;
}
ul.base li {
	font-weight: bold;
}
ul.base ul {
	margin-left: 20px;
	margin-top: 2px;
	margin-bottom: 5px;
}
ul.base ul li {
	font-weight: normal;
}
p.date {
	margin-left: 2px;
	margin-top: -16px;
	margin-bottom: 7px;
}
.coordonnees {
	background-image: url(../images/fond.gif);
	background-repeat: no-repeat;
	width: 980px;
	height: 98px;
	margin-top: 30px;
}
.coordonnees .ccoord {
	width: 333px;
	height: 98px;
	float: left;
}
.coordonnees h2 {
	margin: 0px;
	border-width: 0px;
	padding-top: 6px;
	padding-left: 10px;
}
.coordonnees p {
	margin: 0px;
	padding-top: 20px;
	padding-left: 30px;
}

.realisation h2 {
	clear: both;
}
.realisation h3 {
	margin-top: 10px;
	padding-left: 4px;
}
.realisation p {
	margin-left: 5px;
	margin-top: 5px;
}
.realisation ul.base{
	margin-top: 3px;
	margin-left: 25px;
}
.realisation ul.base li {
	font-weight: normal;
}
.realisation a.img {
	display:block;
	float: left;
	width: 100px;
	height: 80px;
	border: solid 1px #008ca5;
	margin-right: 2px;
	margin-top: 5px;
	margin-bottom: 40px; 
}
p.error {
	font-weight: bold;
	text-align: center;
}
/*---------------------------------------------------------------

---------------------------------------------------------------*/
p, li, strong, span, label, input, textarea, a {
	font-size:11px;
	line-height: 13px;
}
h1 {
	font-size:18px;
	line-height: 20px;
}
h2 {
	font-size:14px;
	line-height: 16px;
}
ul.menu li a, h3, .coordonnees h2 {
	font-size:12px;
	line-height: 14px;
}

p.date {
	font-size:10px;
	line-height: 12px;
}

/*---------------------------------------------------------------

---------------------------------------------------------------*/
* { color: #727272; }
h1, h3 { color: #008ca5; }
p.date { color: #2a9aae; }
h2, ul.menu li a, a.submit { color: #FFFFFF; }
.coordonnees h2, h2 { color: #ff8a00; }
p.error { color:#FF0000; }

h3 { background-color: #e5e5e5; }
ul.menu { background-color: #008ca5; }
ul.menu li a:hover { background-color: #2a9aae; }

h2 { border-color: #ff8a00; }
h3, ul.menu li a { border-color: #2a9aae; }
table tbody tr td { border-color: #cecece; }



