﻿html
{
	font-size:100%;
}
body
{
	color:#000;
	font:0.75em/1.3 Verdana, Arial, Helvetica, sans-serif;
	margin:0;padding:0;
	background-color:gray;
}
#langue
{
	width:85em;
	height:2.5em;
	line-height:2.5em;
	margin:0 auto;
	text-align:right;
}
#langue img
{
	float:right;
	margin:5px;
}
#langue a
{
	text-decoration:none;
	color:white;
	font-size:0.75em;
}
#langue img
{
	border:1px #ccc solid;
	padding:1px;
}
#conteneur
{
	width:85em;
	height:auto;
	border:1px #000 solid;
	margin:0 auto;
	background-color:white;
}
#header
{
	height:12.5em;
	border-bottom:1px gray solid;
}
#header img
{
	border:none;
}
#menu1
{
 margin:2px;
 height:2.5em;
 line-height:2.5em;
 background-image:url('../img/menu1_degrade_2.png');
 background-repeat:repeat-x;
 text-align:right;
 padding-right:7px;
 border-bottom:1px gray solid;
}
#menu1 ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu1 li
{
	display:inline;
	margin-left:1em;
}
#menu1 a
{
	display:inline;
	text-decoration:none;
	color:#333;
}
#menu1 a:hover
{
	color:#999;
	padding-bottom:2px;
	border-bottom:1px gray solid;
}
#menu1 .select
{
	color:#333333;
	padding-bottom:2px;
	border-bottom:1px gray solid;

}
/****** Zone SOUS MENU et EVENTS *********/
#submenu_events
{
	width:16em;
	float:left;
}

#submenu .titre
{
	margin:2px;
	padding:5px;
	background-color:#00A435;
	text-align:center;
	color:white;
	font-weight:bolder;
}

#submenu ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}
#submenu li
{
	border-left:7px gray solid;
	margin:2px;
}
#submenu a
{
	text-decoration:none;
	display:block;
	color:black;
	padding:5px;
	background-color:#CCCCCC;
}
#submenu a:hover
{
	background-color:#C0C0C0;
	border-left:2px white solid;
}
#submenu .select
{
	background-color:#E5E5E5;
}

/****** Zone EVENTS *********/
#events
{
	border:1px #FF3300 dotted;
}

.events_titre
{
	font-size:x-small;
	background-color: #C0C0C0;
	margin:3px;
	padding:5px;
}
#events ul
{
	list-style-type:circle;

}
#events li
{
	font-size:x-small;
	color:#333333;
	list-style-type:circle;
	padding:3px;

}
/****** Fin de Zone SOUS MENU et EVENTS *********/


/****** Zone CONTENU CENTRAL *********/

#contenu2
{
	width:64em;
	float:right;
	margin:20px 30px 20px 20px;
}

#col_left
{
	width:30em;
	float:left;
}
#col_right
{
	width:30em;
	float:right;
}


#footer
{
	clear:both;
	color:#333;
	font-size:0.9em;
	margin:0 auto;
	text-align:center;
	padding:7px;
}
#footer a
{
	color:gray;
	text-decoration:none;
}
#footer a:hover
{
	color:#C0C0C0;
	text-decoration:underline;
}

/*********Styles GENERAL ***********/
h1
{
	font: 2em Calibri;
	color:#333333;

}
h2
{
	font-size:1.1em;
	color:#333333;


}
h3
{
	font-size:1em;
	color:#333333;

}
p
{
	text-align:justify;
}
a
{
	text-decoration:none;
}
img
{
	border:none;
}
.center
{
	text-align:center;
}


/********* LES RUBRIQUES *************/

/********* Rubrique ACCUEIL***********/
#accueil
{
	padding:10px;
}
#accueil p
{
	font-family:"Trebuchet MS"
}
#accueil ul
{
	font-family:"Trebuchet MS"
}
#accueil .titre1
{
	margin:5px;
	padding:5px;
	background-color:#00A435;
	color:white;
	font-weight: bold;
	font-size: large;

}

#accueil_events
{
	width:300px;
	height:720px;
	float:left;
	border:1px gray solid;
	background-color:#CCCCCC;
}
#accueil_produits
{
	width:400px;
	height:720px;
	float:left;
	border:1px gray solid;
}

#accueil a
{
	color:green;
}


/********* Rubrique SOCIETE***********/

/********Page Qui Sommes Nous********/

#QuiSommesNous img
{
	margin:7px;
	padding:2px;
}
#QuiSommesNous p
{
	font-size:x-small;
}
#QuiSommesNous li
{
	font-size:x-small;
}

/******* Page Presse *********/
#presse li
{
	margin:10px;
}
#presse img
{
	border:1px gray solid;
	margin:2px;
	padding:2px;
}
#presse a
{
	text-decoration:none;
}
#presse a:hover
{
	color:gray;
}

/******* Page REFERENCES *********/
#references #col_left
{
	margin-left:30px;
}


/******** Page SUPPORT *******/
#support p
{
	font-size:x-small;
	margin-top:7px;
	margin-bottom:7px;

}
#support_left
{
	width:30em;
	float:left;
}
#support_left a
{
	color:gray;
	text-decoration:none;
}
#support_left a:hover
{
	color:#666666;
}
#support_right
{
	width:30em;
	float:right;
	border:1px gray solid;
	padding:5px;
}
#download p
{
	font-size:x-small;
	margin-top:7px;
	margin-bottom:7px;
}

#download_right
{
	width:30em;
	float:right;
	border:1px gray solid;
	padding:5px;
}
.download_titre
{
	background-color:gray;
	padding:5px;
	color:white;
	text-align:center;
}
#download li
{
	font-size:x-small;
	margin-bottom:5px;
}
/********** Page CONTACTS********/
#contact p
{
	font-size:x-small;
	margin-bottom:7px;
}
#contact li
{
	font-size:x-small;
}
#contact_left
{
	width:30em;
	float:left;
}
#contact_right
{
	width:30em;
	float:right;
	border:1px gray solid;
	padding:2px;

}
.contact_titre
{
	background-color:gray;
	padding:5px;
	color:white;
	text-align:center;
}

/********** Styles de FORMULAIRE*********/
.formulaire
{
	width: 30em;
	margin-left:15px;
	font-size:x-small;
	
}
.formulaire_titre
{
	background-color:gray;
	padding:5px;
	color:white;
	text-align:center;
}
input
{
	border:1px gray solid;
	width:200px;
}
textarea
{
	border:1px gray solid;
	width:200px;
}
.button
{
	width:80px;
	border:1px gray solid;
	font-family:Verdana;
	font-size: 1em;
	
}
/*********Fin de Styles de FORMULAIRE*********/

/**********Page LOGICIELS*********/
#logiciels img
{
	border:none;
}
/*********** Page WSD MASTER *********/
#wsd li
{
	font-size:x-small;
}
.wsd_titre
{
 font-weight:bolder;
 color:#FF6600;
}
#wsd a
{
	color:#666666;
}
#wsd a:hover
{
	color:gray;
}
/*********** Page WPRIOP*********/
#wpriop img
{
border:1px gray solid;
padding:2px;
}
.wpriop_titre
{
 color:#0071BC;
 font-weight:bolder;
}
#wpriop p
{
	font-size:x-small;
}
#wpriop ul
{
	color:black;
}
/*********** Page CLEAX*********/
#cleax img
{
border:1px gray solid;
padding:2px;
}
.cleax_titre
{
 color:#6880B0;
 font-weight:bolder;
}

/********** Page ARTAGRI *********/
#artagri img
{
	border:1px gray solid;
}
.artagri_titre
{
	font-weight:bolder;
	color:#E1017A;
}
#artagri li
{
	font-size:x-small;
}

/*********** Page WinNEGOCE ********/
.winnegoce_titre
{
	font-weight:bolder;
	color:#FBB033;
}
#winnegoce p
{
	font-size:x-small;
}
#winnegoce li
{
	font-size:x-small;
}
/*********** Page WinCOOP **********/
.wincoop_titre
{
	font-weight:bolder;
	color:#00CCFF;
}
#wincoop li
{
	font-size:x-small;
}

/*********** Page EXTRANET ********/

#extranet li
{
	font-size:x-small;
	margin-bottom:7px;
}
.extranet_titre
{
 font-weight:bolder;
 color:#9900CC;
}
/********* Page DEVELOPPEMENT SPECIFIQUE********/


/******** Page RESEAUX *******/
#hebergement ul
{
	margin-left:20px;
}
#hebergement li
{
	font-size:x-small;
	margin-bottom:5px;

}

/******** Page CONSEIL********/
#conseil p
{
	margin-top:10px;
	margin-bottom:10px;
}
#conseil h3
{
	color:#666666;
	border-bottom:1px gray solid;
}


.style1 {
	font-size: xx-small;
}
.style2 {
	color: #FF6600;
}
.style3 {
	color: #0071BC;
}
.style4 {
	color: #E1017A;
}
.style5 {
	color: #FBB033;
}
.style6 {
	color: #00CCFF;
}
.style7 {
	color: #9900CC;
}
.style8
{
	color:#6880B0;
}
