form.form p {
	padding: 0;
	margin: 0;
}
/*-----------------------------------------------------------------------------
  [2.  Champ de formulaire]		
*/

.form-input {
	background: #fff url(http://img3.free.fr/subscribe/im/textbox-background.png) repeat-x top left;
	border: 1px solid #cCC;
	color: #646464;
	padding: 3px;
}
/*-----------------------------------------------------------------------------
  [3.  Bouton]		
*/

.form-button {
	background: #fff;
	border: 2px solid #CCC;
	padding: 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 2px 5px #ccc;
	-webkit-box-shadow:0 2px 5px #ccc;
	box-shadow:0 2px 5px #ccc;
	cursor:pointer;
}
.form-button.hover {
	color: #dd0000;
	cursor: pointer;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
fieldset, img { border: 0; }
option { padding-left: 0.4em; }
ul, ol, dl {
	margin: 1em 0;
	padding-left: 30px
}
dl { margin: 1em 0; }
dd { padding-left: 40px; }
blockquote { margin: 0 0 1em 1.5em; }
p { margin: 1em 0; }
td, th { padding: 1px; }
html {
	height: 100%;
	margin-bottom: 1px;
}
strong { font-weight: bold; }
/*-----------------------------------------------------------------------------
  [2.  Page]		
*/

body {
	background: #ffffff;
	color: #646464;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
}
#body {
	margin:0 auto;
	padding:0px;
	width:950px;
}
/*-----------------------------------------------------------------------------
  [3.  Liens]		
*/

a {
	color: #646464;
	text-decoration:underline;
}
a:link {
	color: #646464;
	text-decoration:underline;
}
a:hover { color: #dd0000; }
/*#content-block a,#content a:link,#content a:visited{border-bottom:1px dotted #999;}*/
/*-----------------------------------------------------------------------------
  [4.  Styles]		
*/

.bold { font-weight: bold; }
.redbold {
	font-weight: bold;
	color: #dd0000;
	font-size: 14px;
}
.italic { font-style: italic; }
.underline { text-decoration: underline }
.red { color: #dd0000; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.clearer { clear: both; }
.widget { display: block; }
.widget .link { color: #dd0000; }
.widget:hover .link { text-decoration: none; }
/*-----------------------------------------------------------------------------
  [5.  Titre]		
*/

h1 span { display: none; }
#capt {
	position:absolute;
	top:28px;
	display:none;
}
#capt div.inner {
	background:#ffffff;
	border:1px solid #ccc;
	color: #666666;
	padding:5px;
}
#capt img.arrow {
	margin-bottom:-1px;
	width:125px;
	display:block;
}
