body{
	background-color:#999999;
}

#conteneur{
	width:990px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	background-color:#FFF;
}

#header{
	width:990px;
	height:198px;
}

#menue{
	width:990px;
	height:30px;
	background-image:url(images/sce/fondmenu.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	border-top:solid #666 1px;
}

#tout{
	background-image:url(images/sce/wsivoicemarketer/fondpb.jpg);
	background-repeat:repeat-y;
}

#colonnegauche{
	width:245px;
	min-height:670px;
	float:left;
}

#prestations{
	width:153px;
	height:24px;
	background-color:#00000;
	background-image:url(images/sce/wsivoicemarketer/degradeparti.jpg);
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	text-align:left;
	font-family:arial;
	font-size:12px;
	color:#FFFFFF;
	padding-top:10px;
	padding-left:10px;
	margin-bottom:20px;
}

.sousparti{
	width:190px;
	margin-left:55px;
	font-weight:bold;
	padding:0px;
}

.liensouparti{
	text-decoration: none;
	color:#000000;
}

.liensouparti a{
	text-decoration: none;
	color:#000000;
}

.liensouparti a:hover{
	text-decoration: none;
	color:#F00;
}

#aidecomptable{
	width:163px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
}

#corps{
	width:720px;
	min-height:650px;
	margin-left:245px;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
	padding-right:10px;
}

#pdp{
	width:990px;
	height:66px;
	background-color:#00000;
	background-image:url(images/sce/degradepdp.jpg);
	background-repeat:repeat-x;
	clear:left;
	margin-left:auto;
	margin-right:auto;
}

#txtpdp{
	padding-top:28px;
	padding-left:17px;
	width:688px;
	height:64px;
	float:left;
}

.lienpdp{
	font-family:arial;
	font-size:10px;
	color:#dbdbdb;
	text-decoration: none;
}

.lienpdp a{
	font-family:arial;
	font-size:10px;
	color:#dbdbdb;
	text-decoration: none;
}

.lienpdp a:hover{
	font-family:arial;
	font-size:10px;
	color:#e21921;
	text-decoration: none;
}

#barre{
	padding-top:21px;
	width:26px;
	height:22px;
	float:left;
}

#adresse{
	font-family:arial;
	font-size:10px;
	color:#dbdbdb;
	padding-top:15px;
	width:200px;
	height:64px;
	float:left;
}




/** Style Texte **/

.grandtitrenoir{
font-weight:bold;
color:#000000;
text-align: left;
font-size: 14pT;
}

.grandlettrerouge{
font-weight:bold;
color:#cc0000;
text-align: left;
font-size: 18pt;
}

.grandtitrerouge{
font-weight:bold;
color:#cc0000;
text-align: left;
font-size: 14pt;
}

.titrenoir{
font-weight:bold;
color:#000000;
text-align: left;
font-size: 12pt;
}

.titrerouge{
font-weight:bold;
color:#cc0000;
text-align: left;
font-size: 12pt;
}

.textecourant{
text-align: justify;
font-size: 10pt;
}

.legende{
color:#555555;
text-align: left;
font-size: 9px;
}

.texte_serviceAGI{
	font-family:arial;
	font-size:18px;
	color:#666464;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

.texte_serviceAGI a{
	font-family:arial;
	font-size:18px;
	color:#666464;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

.texte_serviceAGI a:hover{
	font-family:arial;
	font-size:18px;
	color:#F00;
	font-weight:bold;
	text-decoration:none;
}

.site-map ul {
list-style:none;
padding:0;
margin:0;
}

.site-map a {
	text-decoration:none;
    color:#000;
}

.site-map a:hover {
	color:#F00;
}


/* Modifs Eric Matti pour alignement champs de saisie dans formulaire contact (correction incompatibilité avec layout.css, pour labels dans une table) */
table label{
display: block;
float: left;
}
table form table label{
display: inline;
float: none;
}
table form table{
width: auto; /* Contourne le problème de largeur de la table qui depasse du template */
}
/* Fin modif */

label {
display:block;
float:left;
margin-right:20px;
text-align:right;
width:150px;
}

table label {
display:inline;
float:none;
margin-right:0.5em;
text-align:left;
width:150px;
}

input {
color:#000000;
font-size:11px;
margin-bottom:5px;
}

