/*
Theme Name: Petit train du Puy en Velay
Description: Template pour le site Petit train du Puy en Velay
Version: 1.0
Author: Luc DIDIER
Author URI: http://www.lucdidier.com/
Tags: orange, light, white, center, puy, velay
*/

/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET CSS */

body {
	margin:0;
	padding:0;
	height:100%;
	font-size:13px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:40px;
}
#container {
	width:950px;
	margin:auto;
}
#header {
	border-top:1px solid #e8e8e8;
	height:110px;
}
#header img {
	float:left;
	margin-top:-15px;
	margin-left:15px;
}
#menuheader {
	background-color:#ededed;
	height:8px;
	color:#4a4a4a;
	font-size:9px;
	float:right;
	padding:8px;
	width:218px;
	text-align:right;
}
#menuheader ul {
	float:right;
}
#menuheader ul li {
	float:left;
	padding:0 7px 0 11px;
	background-image:url(images/puce_grise.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#menuheader ul li:first-child {
	background:none;
	padding-left:0;
}
#menuheader a {
	color:#4a4a4a;
}
#menuheader a.rouge {
	color:#c53020;
}
a {
	text-decoration:none;
	color:#c53020;
}
a:hover {
	text-decoration:underline;
}
#menu {
	/*letter-spacing:1px;*/
}
#menu ul {
	width:704px;
	height:27px;
	background-color:#f5f5f5;
	border:1px solid #e8e8e8;
	float:left;
	margin-right:10px;
	font-size:12px;
	font-weight:bold;
}
#menu ul li {
	float:left;
	margin:8px 0 5px 0;
	padding: 0 11px 0 17px;
	text-transform:uppercase;
	background-image:url(images/plus_puce.gif);
	background-repeat:no-repeat;
	background-position:left;
}
#menu ul li:first-child {
	background:none;
}
#encart_home {
	margin-top:10px;
}
#colonne_gauche {
	float:left;
	width:225px;
	margin-right:10px;
	font-weight:bold;
	font-size:12px;
	line-height:14px;
}
#encart1 {
	background-color:#f8d78b;
	height:52px;
	margin-bottom:10px;
	padding:15px 10px 20px 15px;
}
.encart {
	background-color:#f8d78b;
	margin-bottom:10px;
	padding:15px 10px 20px 15px;
}
.encart h2 {
	height:25px;
	margin-bottom:10px;
}
.encart ul li {
	border-bottom:1px dotted #333;
	background-image:url(images/puce_grise.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:5px 0 5px 10px;
}
.encart ul li a {
	color:#333;
	font-weight:normal;
}
#encart1 a {
	color:#6c6c6c;
}
#encart1 img {
	float:left;
	margin-right:10px;
}
#encart1 p {
	padding-top:7px;
}
#encart2 {
	background-image:url(images/cathedrale.jpg);
	background-repeat:no-repeat;
	width:225px;
	height:211px;
}
#encart2 p {
	padding-top:175px;
	padding-left:15px;
}
#encart2 a {
	color:#FFF;
}
#flash {
	background-color:#4a4a4a;
	width:715px;
	height:308px;
	margin-left:235px;
}
#contenu, #contenu_int  {
	margin-top:10px;
}
#textes {
	width:685px;
	border-top:1px solid #adadad;
	padding:17px 0 17px 17px;
}
#textes h2, #actu h2 {
	color:#c53020;
	font-size:18px;
	height:28px;
}
#textes p {
	margin:10px 0 10px 0;
	line-height:20px;
}
#contenu_int #textes {
	float:right;
	width:700px;
	border-top:none;
	padding:10px 0 17px 0;	
}
#actu  {
	background-color:#f8d88c;
	width:205px;
	padding:15px;
	float:right;
	margin-bottom:10px;
	font-size:12px;
}
#actu p {
	margin:10px 0 10px 0;
	line-height:18px;
}
#footer {
	clear:both;
	border-top:1px solid #999;
	font-size:10px;
	padding:2px 15px 40px 15px;
}
#footerleft {
	float:left;
	color:#4a4a4a;
	text-transform:uppercase;
	font-size:9px;
	margin-top:2px;
}
#footerleft li {
	float:left;
	padding:0 5px 0 10px;
	background-image:url(images/puce_grise.gif);
	background-repeat:no-repeat;
	background-position:left;
}
#footerleft li:first-child {
	background:none;
	padding-left:0;
}
#footerleft a {
	color:#4a4a4a;
}
#footerright {
	float:right;
	color:#919191;
}
li.current_page_item a, .active, .active a {
	color:#e1b23e;
}
.alignright {
	float:right;
	margin-left:10px;
}
.alignleft {
	float:left;
	margin-right:10px;
}
.aligncenter{
	float:none;
	text-align:center;
}
#textes table {
	border:1px solid #CCC;
}
#textes table td {
	margin:3px;
	padding:3px;
}
.formBuilderFailure {
	display:none;
}
.formBuilderInput input, .formBuilderSmallTextarea textarea, .formBuilderLargeTextarea textarea {
	border:1px solid #CCC;
	margin-bottom:5px;
}
.formBuilderSubmit input {
	margin-right:20px;
}
