/**
 CSS general

Compagnie      : SQLPAC

Support        : Media Screen

Version        : V 0.1
Date           : 02 04 2010
Auteur         : Stéphane PAQUOT
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	background: url(./images/body_bg.gif) #a3a3a7 top left repeat-x; 
        /** SPA couleur de fond: a3a3a7 */
	font-size: 100%;
	color: #202020;
}

table, tr, td, th {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}
ol, ul , li {
	/** list-style: none;
	margin: 0;
	padding: 0; */
	list-style: square;
	margin-left: 10px;
	padding: 0;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
form, fieldset, select {
	border: 0;
}

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="reset"] {
	border: 1px solid silver;
}

/* pour safari */
/**
textarea { 
	resize: none;
}
*/

p {
	/** padding: 0 0 20px 0px; */
	padding : 0px 4px 4px 6px;
}

span {
	/** padding: 0 0 20px 0px; */
	padding-left : 6px;
}

a, a:active, a:visited {
	/**  SPA color: #f21e8c; */
        color: #224992;
	text-decoration: underline;
	cursor: pointer;
	border: none;
}

a:hover {
	/** SPA color: #f21e8c; */
        color: #224992;
	text-decoration: none;
	cursor: pointer;
	border: none;
}

img {
	border: none;
	padding-right : 4px;
	vertical-align: middle;
}

em {
	/** SPA color: #f21e8c; */
        color: #224992;
	font-style: normal;
}

cite {
	font-style: italic;
	font-size : 10px;
}

h1 a, h1 a:hover, h1 a:active, h1 a:visited {
 	position: relative;
	cursor: pointer;
	text-decoration: none;
	color: #333333;
	font-size:16px;
}

