/*	style.css - Sosign Interactif/Sosign Interactive (http://www.sosign.com) - 25/09/2006	*/

/* ******************
	Generic classes
   ****************** */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p { line-height: 17px; }
a { color: #979797; }
a:hover {
	color: #FF832F;
	text-decoration: none;
}
a img, a:hover img { border: none;}
h1 {
	margin: 0px;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #8C8C8C;
	color: #8C8C8C;
	background-image: url('fond_page.gif');
	background-repeat: repeat;
}
h2 {
	margin-top: 30px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #8C8C8C;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #8C8C8C;
}
hr {
	height: 1px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 0px;
	border-bottom: 1px solid #8C8C8C;
}
input, select, textarea {
	width: 100%;
	border: 1px solid #8C8C8C;
	padding: 2px;
	color: #000000;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
}
input:focus, select:focus, textarea:focus {
	border: 1px solid #000000;
}
form {
	width: 100%;
}
form dd {
	margin-left: 10px;
	margin-bottom: 5px;
}
br.clearboth {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 1px;
}
/* ******************
	Body classes
   ****************** */
body.bodyMenu {
	overflow: hidden;
}
body.bodyContent {
	padding: 10px;
}
body.bodyFooter {
	border-top: 2px;
	padding: 4px;
	border-top: 1px solid #8C8C8C;
	overflow: hidden;
}
/* ******************
	Centered images
   ****************** */
img.centered {
	display: block;
	text-align: center;
	margin: 20px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #8C8C8C;
}
/* ******************
	Lang btn container
   ****************** */
div.lang {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 101;
}
/* ******************
	gallery
   ****************** */
div.gallery {
	position: absolute;
	top: 100px;
	left: 5px;
	padding: 10px;
	z-index: 101;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
}
div.gallery a {
	color: #FFFFFF;
	text-decoration: none;
}
/* ******************
	Logo
   ****************** */
div.logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
.clients img {
	border: 1px solid #333333;
}.news {
	border: 1px dotted #828282;
	padding: 10px;
}
/* ******************
	Menu wrapper
   ****************** */
div.menu {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
}
/* ******************
	Inline list
   ****************** */
ul.squarelist {
	margin: 0px;
	padding: 0px;
	list-style-type: square;
	list-style-position: inside;
}
ul.squarelist li {
	margin-left: 10px;
}
/* ******************
	Inline list
   ****************** */
ul.inline {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.inline li {
	display: inline;
}
/* ******************
	Couleurs
****************** */
.rouge {
	color: #FF0000;
}
.vert {
	color: #25FF00;
}
/* ******************
	Formulaires
   ****************** */
.form {
	text-align: center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	_width: ;
}
.form dt, .form dd {
	width: 400px;
	text-align: left;
}
.form input.button {
	width: auto;
	margin: 10px;
	margin-left: 0px;
}
.form input.checkbox {
	width: auto;
	border: none;
}
.form input.error, .form textarea.error {
	border: 1px solid #FF0000;
}
/* ******************
	portfolio
   ****************** */
img.portfolio {
	display: block;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	border: 1px solid #8C8C8C;
}
