/******************************************************
   Feuille de style du site API-ONE
   --------------------------------
  Attention ne jamais utiliser de 
  commentaires a l'aide de <!-- et --> meme 
  si accepte sous dreamweaver
*******************************************************/

body,td,th{
margin: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #666666;
font-style: normal;
}

#rouge{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
color: #CC3300;
}

#orange{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
color: #FF6600;
}

img{
line-height: 0px;

}

p{
margin: 0;
padding: 0;
}

.mychapitre {
	text-align: justify;
	text-indent: 32px;
}

div{
margin: 0;
padding: 0;
border: 0;
}

div#conteneur{
width: 750px;
margin: 0 auto;
border: 0;
}

div#menu{
float: left;
width: 210px;
height: 500 px;
}

div#contenu{
float: right;
width: 540px;
}

.separation{
clear: both;
visibility: hidden;
}

/* ---------------------------------------------------- Pour Les liens ----------------------------------------------------- */

/* Liens par d�aut */
a:link {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	font-size: 12px;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}

/* Liens pour le menu horizontal */
a.aMenu:link {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}
a.aMenu:visited {
	text-decoration: none;
	color: #666666;
	font-size: 12px;
}
a.aMenu:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}
a.aMenu:active {
	text-decoration: none;
	color: #666666;
	font-size: 12px;
}


/*------------------------------------ Pour les internautes sans plugin flash -------------------------------------------------------*/
a.menu1{
	display: block;
	width: 81px;
	height: 15px;
	background: url(images/no_flash/menu/site_web1.gif) no-repeat 0 0;
}
a.menu1:hover{
	background: url(images/no_flash/menu/site_web2.gif);
}

a.menu2{
	display: block;
	width: 104px;
	height: 15px;
	background: url(images/no_flash/menu/sites_intranet1.gif) no-repeat 0 0;
}
a.menu2:hover{
	background: url(images/no_flash/menu/sites_intranet2.gif);
}

a.menu3{
	display: block;
	width: 99px;
	height: 15px;
	background: url(images/no_flash/menu/maintenance1.gif) no-repeat 0 0;
}
a.menu3:hover{
	background: url(images/no_flash/menu/maintenance2.gif);
}

a.menu4{
	display: block;
	width: 98px;
	height: 17px;
	background: url(images/no_flash/menu/depannages1.gif) no-repeat 0 0;
}
a.menu4:hover{
	background: url(images/no_flash/menu/depannages2.gif);
}

a.menu5{
	display: block;
	width: 63px;
	height: 15px;
	background: url(images/no_flash/menu/ventes1.gif) no-repeat 0 0;
}
a.menu5:hover{
	background: url(images/no_flash/menu/ventes2.gif);
}

a.menu6{
	display: block;
	width: 72px;
	height: 15px;
	background: url(images/no_flash/menu/conseils1.gif) no-repeat 0 0;
}
a.menu6:hover{
	background: url(images/no_flash/menu/conseils2.gif);
}

/* -------- Pour les titres -------
.titles{
	color: #CC3300;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
}----- */
.titles{
	color: #FF6600;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
}
.titre_bb{
	color: #33CCFF;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	text-align: left;
}
.titre_ob{
	color: #FF6600;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	text-align:left;
}
.titre_oc{
	color: #FF6600;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	text-align: center;
}
.titre_vb{
	color: #009900;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	text-align: left;
}
.textfort{
	color: #666666;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
}
.textstand{
	color: #666666;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
}
.textital{
	color: #666666;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
}
.text_c{
	color: #666666;
	text-align: justify;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
}
.text_i{
	color: #666666;
	text-align: justify;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
}

/* ---------------------------------------------- Pour cadres de formulaire -------------------------------------------------- */

legend{
	font-weight: bold;
	color: #FF6600;
	font-style: normal;
}

fieldset{
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}