/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #d2c0a0
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #2c0606 solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Text links
----------------------------------------------------------------------------------------------------*/
a {
	color: #ebe2d1;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	color: #ebe2d1;
}

/* `Image links
----------------------------------------------------------------------------------------------------*/
a img {
	border: 0px
}


/* `Banner - Remove headers
----------------------------------------------------------------------------------------------------*/
#banner h1, h2 {
	text-indent: -9999px;
}

/* `Pitch paragraphes
----------------------------------------------------------------------------------------------------*/
#pitch p {
	margin-left: 70px;
	width: 400px;
	color: #3f3f3f;
}

#pitch ul {
	margin: -12px 0 5px 100px;
	width: 370px;
	color: #3f3f3f;
	padding:0em 20px 0em 15px;
	list-style: square;
}

#pitch ul li {
	margin:0 0 0px 0px;
	padding:0 0 0 12px;
	color: #3f3f3f;
}

/* `Footer paragraphes
----------------------------------------------------------------------------------------------------*/
#footer p {
	text-align: right;
	margin-right: 70px;
	margin-bottom: 0px;
}

/* `Lists
----------------------------------------------------------------------------------------------------*/
#menu ul {
	margin:20px 0 5px 0;
	padding:0em 20px 0em 20px;
	list-style:none;
}

#menu ul li {
	margin:0 0 2px 2px;
	padding:0 0 0 12px;
	list-style:none;
	text-transform: uppercase;
}

#menu ul li ul {
	margin:0 0 2px 2px;
	padding:0 0 0 12px;
}

#menu ul li ul li {
	margin:0 0 2px 2px;
	padding:0 0 0 12px;
	background:url(../img/puce_menu.gif) no-repeat 0 0.5em;
	text-transform: lowercase;
}

/* `Contact form
----------------------------------------------------------------------------------------------------*/
#contactform  {
	width: 351px;
}

#contactform input {
	border:1px solid #D2C0A0;
	font-size:100%;
	padding:2px;
	width:345px;
}

#contactform textarea {
	border:1px solid #D2C0A0;
	font-size:100%;
	padding:2px;
	width:345px;
}

#contactform p.submit {
	text-align:right;
}
#contactform input[type="submit"] {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	/*background:#F2EBE1 none repeat scroll 0 0;*/
	border:1px solid #D2C0A0;
	color:#816F61;
	font-size:100%;
	margin-left:185px !important;
	padding:3px !important;
	text-align:center;
	width:6em;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 24px;
	color: #2c0606
}

h2 {
	font-size: 22px;
	color: #2c0606
}

h3 {
	font-size: 20px;
	color: #2c0606
}

h4 {
	font-size: 18px;
	color: #2c0606
}

h5 {
	font-size: 16px;
	color: #2c0606
}

h6 {
	font-size: 14px;
	color: #2c0606
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 15px;
}