/* CSS Document */

body
{
	background-color:#C00669;
	size:11px;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
		background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
#main
{
	width:780px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	border: 5px solid #000;
	background-color:#FFFFFF;
}

#newsletter
{
	width:200px;
	height:auto;
	float:right;
	background-color:#A3045E;
	padding:5px;
	color:#FFFFFF;
	border-bottom:1px solid black;
}

#header
{

}
#content
{
	padding:5px;
	width:770px;
}

#content a:link, #navlist a:visited
{
text-decoration: none;
color: black;
}
#content a:hover
{
text-decoration:underline;
}

#footer
{
	background-color:#000000;
	color: #E3BD0A;
	padding: 5px;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	text-align:center
}

#left
{
width:70%;
float:left;
}

#right
{
	width:200px;
	height:350px;
	float:right;
	background-color:#C00669;
	padding:5px;
	color:#FFFFFF;
	background-image: url(images/verre.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom:1px solid black;
}
#detail {
float:right;
margin-top:10px;
}
.pic-detail
{
padding:0;
border:1px solid #C00669;
}
.txt-detail
{
padding:0;
}

#navlist
{

	text-align:left;
	margin:0;
	padding:5px;
	color: #E3BD0A;
	text-transform: uppercase;
	background-color:#000000;
	
}

#navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
color: #C00669;
}


#navlist a:link, #navlist a:visited
{
font-weight: bold;
text-decoration: none;
color: white;
font-weight: normal;
margin-right:5px;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #C00669;
padding-bottom: 2px;
background: transparent;
color: #C00669;
}

#navlist a:hover { color: #C00669; }

h1
{
	margin:5px 0 -5px 0;
	padding:0;
	font-size: 20px;
}
h2
{
margin:0;
padding:0;
font-size: 20px;
}

h3
{
margin:0;
padding:0;
font-size: 13px;
}
spacer {
  clear: both;
  }
  
  p 
  {
  line-height:14px;
  }
.form
 {
 size:9px;
 border: 1px solid black;
 background-color:#fff;
 
 }
 
 .news_pic
 {
 padding:2px;
 margin:-10px 0;
 }
 .picture_det
{
	float:float;
	margin: 5px;
	border: 1px solid #C00669;
	cursor: hand;
}

.picture_big
{
margin: 5px;
border: 1px solid #C00669;
}
	.copyright
	{
	margin-top:5px;
	color:#FFFFFF;
	font-size:9px;
	text-align:center;
	}
#right a:link, #right a:visited
{
text-decoration: none;
color: white;
}
#right a:hover
{
text-decoration: underline;
}

#left a:link, #left a:visited
{
text-decoration: none;
color: #000000;
}
#left a:hover
{
text-decoration: underline;
}
.retour {
	cursor: hand;
}
.hide_link { visibility:hidden; }