/* CSS Document */
body {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#000000;
margin:0;
padding: 0;
text-align:justify;
background:url(images/background.jpg) repeat;}

h1 {
color:#009900;
font-size:14px;
font-weight:bold;}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#009900;
	}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration:none;
	color:#663300;
}
a:active {
	text-decoration: none;
	color:#663300;
}


#global {
position:relative;
margin-left:auto;
margin-right:auto;
margin-bottom:auto;
margin-top:auto;
width:1003px;
background:#FFFFFF;}

#header {
height:257px;}

#content {
float:left;
width:397px;
height:418px;
background:url(images/content02_02.jpg);}

#texte {
height:349px;
width:252px;
padding-left:106px;
padding-top:32px;}

#galery {
width:606px;
height:418px;
float:left;
background:url(images/photos_03_03.jpg);
text-align:center;}

ul#galery_mini{
margin:auto;
padding: 0 ;
list-style-type: none ;
text-align:center;
width:410px;}

ul#galery_mini li
{
	float: left ;
	text-align:center;
}

ul#galery_mini li a img
{
	margin: 2px 3px ;
	border:none;
	border-bottom:#cdd4b9 1px solid;
	border-right:#cdd4b9 1px solid;
}

dl#photo
{
	clear: both ;
	margin: 0 auto ;
}

dl#photo dt
{
font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-style:italic;
	background-color:#ecf8c6;
	width:370px;
	margin:auto;
	padding-bottom:6px;
	padding-right:10px;
	padding-left:10px;
	font-size:10px;
	text-align:center;
}

dl#photo dd
{
	margin: 0 ;
	padding-top:10px;
}

dl#photo img
{
	border: 1px solid #dcb ;
}

#footer {
width:1003px;
text-align:center;
background:#FFFFFF;}


.cssform p{

width: 338px;
clear: left;
margin: 0;
padding:0;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 150px;
font-size:11px;
}

.cssform textarea{
width: 150px;
height: 40px;
font-size:11px;
}
.warn{
background:#f00;
}

label.etq {
	display:block;
	width:160px;;
	float:left;
}

label.error {
	margin-left:20px;
	color:#FF0000;
}

input.error {
	background:url(images/invalid_line.gif) repeat-x bottom #FFFFFF;
}

