*{
	margin:0;
	padding:0;}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00;
	background-color:#010950;
}
/*-----------------------------TEMPLATE---------------------------------*/
/* CSS Document */
#conteneur {
	width:1030px;
	height: 790px;
	margin:0 auto;
	background-image:url(../images/bg.jpg);
	background-position:top left;
	background-repeat: no-repeat;
}
*html #conteneur  #colonneGauche{
	margin:40px 0 0 30px;
	width:240px;
}

#conteneur  #colonneGauche{
	float:left;
	height: 850px;
	margin:40px 0 0 50px;
	width:250px;
}
#conteneur  #colonneGauche a#logo {
	margin: 50px 0 0 50px;
}
#conteneur  #colonneGauche a#logo img{
	border-style:none;
	border:0 none;}
	
#conteneur  #colonneGauche ul#menugauche{
	font-weight:bold;
	list-style-type:none;
	margin:60px 0 0 0px;
	padding: 10px 20px 10px 10px;
	width:200px;
}
#conteneur  #colonneGauche ul#menugauche li{
	line-height:30px;
	margin-bottom:0px;
	padding-left:20px;
	background-image:url(../images/bgLi.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#conteneur  #colonneGauche ul#menugauche li a{
	color : #010950;

	text-align:left;
	text-decoration:none;
}

#conteneur  #colonneGauche ul#menugauche li a:hover{
	color : #30488E;
}
#conteneur  #colonneGauche ul#menugauche li.selected a{
	color : #30488E;
	background-image:none;
}
/*----------------------------CONTENU--------------------------*/
#conteneur #titre {
	color:#010950;
	font-size:xx-large;
	float:left;
	margin:  20px 0 0 0px;
	padding: 30px 0px 0 0;
	display:none;
}

#contenu {
	height: 700px;
	width: 650px;
	margin-top:60px;
	padding-right:20px;
	overflow:auto;
	float:left;
}
#contenu h1{
	color:#010950;
	background-image:url(../images/bgH1.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	font-size:20px;
	height: 70px;
	padding-left: 180px;
}
#contenu h2{
	color:#30488E;
	font-size:16px;
}
#contenu p{
	margin-bottom:10px;
}
#contenu li{
	padding-left:20px;
	background-image:url(../images/flecheBleue.png);
	background-repeat:no-repeat;
	background-position: left;
}
/*--------------------------------------COPYRIGHT-----------------------------------------*/
#copyright {
	height: 25px;
	float:right;

	margin-top:0px;
	margin-right:40px;
	margin-bottom:10px;
	margin-left:0px;
	
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	padding-left:5px;
		
	font-size: 9px;
	color:#FFFFFF;
	text-align:right;
	font-weight:bold;
	text-decoration: none;
}

#copyright a:link {
	color: #30488E;
	text-decoration: none;
}

#copyright a:hover {
	color:#fff;
	text-decoration: none;
}

#copyright a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

/*--------------------------------------FORM------------------------------------*/
fieldset {
	border:0;
}
form {
	font-size:11px;
	border:none;
	margin-top:9px;
}
.contenttable contenttable-0 {
	font-size:10px;
}
select {
	font-size:10px;
}
.csc-mailform {
	clear:both;
	margin-top:5px;
	margin-left:16px;
	margin-right:10px;
}
.csc-mailform-field {
	padding-bottom:2px;
	margin-left:0px;
}
.csc-mailform-label {
	padding-top:8px;
}
label {
	width:100px;
	display:block;
	float:left;
	margin-left:0px;
	clear:left;
}
input {
	font-size:11px;
}
input.csc-mailform-submit {
	margin-top:10px;
	float:left;
	clear:left;
}
textarea {
	font-size:11px;
}
#mailformformtype_mail {
	margin-left:99px;
}

