/* compostelle-ca-marche.org style sheet © 2008 contreforme sàrl */
*{
	border:none;
	margin:0;
	outline:none;
	padding:0;
}
html,
body{
	height:100%;
}
body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11pt;
	color:#3d0005;
	background-color:#ebbc00;
}
h1,h2,h3,h4,h5,h6{
	color:#9c0f1d;
	font-variant:small-caps;
	margin:0.5em 0;
	letter-spacing:0.1em;
	border-bottom:2px dotted #9c0f1d;
}
h1{
	font-size:1.3em;
}
h2{
	font-size:1.2em;
}
h3{
	font-size:1.1em;
}
h4,h5,h6{
	font-size:1em;
}
a:link,
a:active,
a:hover,
a:visited{
	color:#9c0f1d;
	text-decoration:none;
	border-bottom:1px dotted #9c0f1d;
}
a:hover{
	border-bottom:1px solid #9c0f1d;
}
strong{
	color:#9c0f1d;
}
ul{
	list-style-type:none;
}
table,
table td{
	border:1px dotted #ccc;
}
#site{
	background-color:#3d0005;
	min-height:100%;
}
#container{
	width:950px;
	margin:0 auto;
	background-color:#ebbc00;
	border-top:20px solid #3d0005;
}
#banner{
	background:transparent url(../__statics/images/banner.jpg) no-repeat left top;
	width:950px;
	height:150px;
}
#banner.en{
	background-image:url(../__statics/images/banner_en.jpg);
}
#menu{
	width:795px;
	font-size:1.2em;
	border-bottom:2px solid #de6e00;
	padding-left:155px;
}
#menu li{
	display:inline;
	font-variant:small-caps;
	letter-spacing:0.1em;
	margin-right:10px;
	padding:2px 5px;
}
#menu li a{
	border:none;
}
#lng{
	position:absolute;
	margin-left:5px;
}
#lng li{
	float:left;
	margin-right:3px;
}
#lng li a{
	border:none;
}
#sousmenu{
	width:150px;
	float:left;
	overflow:hidden;
}
#sousmenu li{
	background:#e7ab00 url(../__statics/images/bullet.gif) no-repeat left center;
	margin:1px 0;
	padding:1px 0;
	border-bottom:1px solid #de6e00;
	padding-left:20px;
	font-variant:small-caps;
}
#sousmenu a{
	border:none;
}
#article{
	border-left:150px solid #e7ab00;
	padding:10px 100px 80px 10px;
}
#article ul li{
	background:transparent url(../__statics/images/bullet.gif) no-repeat left center;
	padding-left:20px;
}
#article table,
#article table td{
	border:none;
}
#sign{
	color:#de6e00;
	font-size:0.8em;
	padding:20px 0;
}
#footer{
	width:950px;
	margin:0 auto;
	text-align:center;
	color:#666;
	padding:25px 0;
}
#footer a:hover{
	color:#666;
	border:none;
}
#news{
	list-style-type:none;
}
#article #news li.sms{
	padding:10px 0;
	border-bottom:2px dotted #9c0f1d;
	background:none;
	width:780px;
}
#article #news li.sms p{
	width:500px;
	margin-bottom:10px;
}
#article #news li.sms li p{
	width:390px;
}
#article #news li.sms a.comstog{
	margin:0 5px;
	cursor:pointer;
}
#article #news li.sms a.comstog,
ul.coms li input,
ul.coms li textarea,
ul.coms button.submit{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11pt;
	padding:5px;
	width:290px;
	color:#3d0005;
	background-color:#ffc427;
	border:1px solid #9c0f1d;
}
#article #news li.sms a.comstog:hover{
	background-color:#ffe649;
}
ul.coms button.submit{
	position:relative;
	text-align:center;
	width:200px;
	cursor:pointer;
	margin:0;
}
#article ul li ul.coms li{
	background-image:none;
	margin-bottom:5px;
}
#news li.sms li{
	padding:5px;
	margin:10px;
	width:50%;
	background:#ffc427;
	border:1px dotted #9c0f1d;
}
#article ul li ul.coms li.comform li{
	background:none;
	border:none;
	width:auto;
}
#article ul li ul.coms li.comform{
	background:none;
	border:none;
	margin:-17px -25px 0 0;
	padding:0;
}
#article ul li ul.coms li.comform.flt{
	float:right;
}

#gmap{
	position:relative;
	width:700px;
	height:300px;
}
.date,
.sign{
	margin:5px 0;
	font-style:italic;
	font-size:0.8em;
	color:#9c0f1d;
}
.sign{
	font-size:1em;
	margin-bottom:5px;
	text-transform:capitalize;
}
.left{
	float:left;
	margin:5px;
}