/* b24-06 style contact - Dec2007 Modif 07/2010 - www.pixelscarres.com */

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	color: #000;
	background-color: #000;
	padding: 0;
	margin: 0;
	font: 0.8em Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

#top {
	width: 78em;
	height: 15px;
	margin-right: auto;
	margin-left: auto;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 78em;
	background-color: #fff;
	height:auto;
}
#header {
	margin-left: auto;
	height: 6.5em;
	margin-right: auto;
	background-color: #fff;
	width: 39em;
	padding-top: 10px;
}

.logo {
	width: 25em;
	height: 6.38em;
}

#chemin {
	width: 62em;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px inset #ccc;
	height: 1em;
	padding: 5px;
	margin-top: 10px;
	background-color: #fff;
	color: #999;
	font-size: 0.9em;
	text-align: left;
}

#chemin a {
	color: #999;
}

#anim {
	width: 120px;
	height: 120px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	top:12%;
}
a img
{
	border: 0;
}

a {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#contenu {
	width: 64em;
	height:auto;
	float: left;
	text-align: center;
	background: url(../images/contact.jpg) no-repeat 20px center;
	margin:10px 0.31em 1.3em 1.25em;
}
#spacer {
	width: 64em;
	height:26em;
}
/* @group Menu Gauche */

ul#menu {
	background:url(../images/menu.jpg) no-repeat 42px top;
	height:35em;
	margin-top: 1.30em;
	float: left;
	padding-top: 50px;
	text-align: center;
	list-style-type : none;
	width: 9em;
	padding-left: 8px;
}

ul#menu li {
	padding-top: 20px;
}

ul#menu a {
	color: #666;
	text-decoration: none;
}
ul#menu a:hover {
	color:#d70065;
	text-decoration: none;
}

ul#menu .current {
	color :#d70065;
	font-weight: bold;
}

/* @end */

#news {
	height: 27em;
	float: left;
	width: 9em;
	text-align: center;
	border-left: 1px outset #ccc;
	color: #666;
	font-size: 0.9em;
	padding: 2px;
}

/* @group Formatage texte */
h1 {
	font-weight:bold;
	color:#d70065;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing:0.20em;
	font-size:1.5em;
}
h2 {
	font-weight: bold;
	color: #999;
	font-size: 1em;
}
h3 {
	font-size: 1em;
	color:#d70065;
	text-align: center;
}
.rose {
	color:#d70065;
}
.souligne {
	text-decoration:underline;
}

/* @end */

/* @group Footer */


#footer {
	clear: both;
	background-color: #fff;
	text-align: center;
	margin-left: auto;
	width: 50em;
	margin-right: auto;
	color: #999999;
	height:3em;
	margin-bottom:1.9em;
}

#footer a {
	color: #999999;
	text-decoration: none;
} 

#footer a:hover {
	text-decoration: underline;
}

/* @end */

/* @group contact */
.rouge {
	color: #ff1c00;
}
p {
	line-height: 1.3em;
}
p span {
	color: #666;
	font-style: italic;
}
#coord {
	height: 5em;
}

#coord span {
	color: #666;
	font-size: 0.9em;
}

#gauche {
	width: 26em;
	height:auto;
	float: left;
	margin-top:4em;
	margin-bottom:2em;
	text-align:left;
	margin-left:6.25em;
}

#gauche span {
	color: #666;
	position: relative;
	top: 25px;
	/*left: -20px;*/
}
#droite {
	width: 25em;
	height: 20em;
	float:right;
	margin-top:4em;
	margin-right:4em;
}
.champ {
	border:1px solid #c0c0c0;
	background-color: transparent;
	color: #000;
	font-weight: bold;
	width:200px;
	margin-left:0;
	height:20px;
	margin-bottom:6px;
}
textarea {
	border:1px solid #c0c0c0;
	background-color: transparent;
	color: #000;
	font-weight: bold;
	overflow:auto;
}
.champ:focus,  textarea:focus {
	background-color:#eaeaea;
}
label {
	font-style:italic;
}
.bt {
	margin-top:5px;
}
.error {
	color: #ff1c00;
}

/* @end */

