/*-------------------------------------------------------------------------------------
                                       Général
---------------------------------------------------------------------------------------

Description : Cette page contient la mise en forme générale du site. C'est a dire les
balises classiques du genre <a></a>, <p></p> ...

*/

P {
font-size : 12px;
font-family : Arial;
color : #000000;
margin : 0;
}

img {border:0}

BODY {
font-size : 12px;
font-family : Arial;
color : #000000;
background : #FFFFFF url() fixed repeat;
}

BLOCKQUOTE {
font-size : 12px;
font-family : Arial;
color : #000000;
text-align : left;
}

a:link {
color: #6AA8E3;
font-weight : bold;
font-size : 11px;
font-family : Arial;
text-decoration:none;
}

a:visited {
color: #6AA8E3;
font-weight : bold;
font-size : 11px;
font-family : Arial;
text-decoration:none;
}

a:hover {
color: #8BCBFC;
font-weight : bold;
font-size : 11px;
font-family : Arial;
text-decoration:none;
}

h2 {
font-size : 15px;
font-family : Arial;
color : #000000;
vertical-align : middle;
}


h1 {
font-size : 150%;
font-family : Arial;
color : red;
padding-left:15px;
}

h4 {
height : 28px;
margin : auto;
font-size : 12px;
font-family : Arial;
color : #FFFFFF;
font-weight : bold;
vertical-align: middle;
padding-left: 20px;
background:url('/images/titre_fond.gif') no-repeat left;
}

fieldset
{
	margin-bottom:20px;
	padding: 5px;
	padding-bottom: 20px;
	border: 1px solid #9BBDCF;
}

input.bouton {
border:1px solid;
border-color:#B4C7DD;
cursor:pointer;
background: #fff url('http://www.grafikcreation.com/images/boutton.gif') 0 0 repeat-x;
}
input {
BORDER-BOTTOM : #999FAF 1px solid;
BORDER-LEFT : #5589FF 4px solid;
BORDER-RIGHT : #999FAF 1px solid;
BORDER-TOP : #999FAF 1px solid;
scrollbar-base-color : #444B5D ;
scrollbar-arrow-color : #999FAF ;
scrollbar-DarkShadow-color : #000000 ;
}
textarea {
font-family : Arial;
font-size : 12px;
BORDER-BOTTOM : #999FAF 1px solid;
BORDER-LEFT : #5589FF 4px solid;
BORDER-RIGHT : #999FAF 1px solid;
BORDER-TOP : #999FAF 1px solid;
scrollbar-base-color : #444B5D ;
scrollbar-arrow-color : #999FAF ;
scrollbar-DarkShadow-color : #000000 ;
}

.menu_titre
{
height: 20px;
font-size : 12px;
font-family : Arial;
color : #FFFFFF;
font-weight : bold;
text-align: center;
background-repeat: no-repeat;
background:url('http://www.grafikcreation.com/images/menu_titre.gif'); /*ou couleur du fond*/
}

.menu {
	font-family: Arial;
	color : #555555;
	font-size: 12px;
	font-weight: bold;
	vertical-align: super;
}

.shoutbox {
	text-align: left;
}

.imgfloat {
	float: left;
}

.com
{
	background-position:10px center;
	background-repeat: no-repeat;
	padding: 15px;
	padding-left: 50px;
	font-size : 12px;
	font-family : Arial;
	font-weight:bold;
}

.suivant
{
	background-image: url('./images/suivant.png');
}

.precedant
{
	background-image: url('./images/precedant.png');
}

.center2 {
	margin: auto;
}