/********************************
Ce document est une propriété de

      cogexinc.com


---
Auteur: Mélanie Généreux
Courriel: melanie@lemedialab.com
Powered by: www.lemedialab.com
Date de création: vendredi 17 février 2006
Date de modification: n/a
Modifications effectuées: n/a
Fichier: styles.css
But: CSS général de la page francais.html
---
********************************/


body {
    background-color: #1A1818;
	color: #FFFFFF;
	
	margin: 0px 0px 0px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#contener {
   /* position: relative;*/
	width: 730px;
	
	border: 0px solid white;
}

#header {
    width: 720px; /* 730-10 */
	height: 36px;
	
	float: left;
	
	margin-left: 10px;
	margin-top: 10px;
}

#content_left {
    width: 120px;
	
	text-align: center;
	
	float: left;
	
	border: 0px solid green;
}

#content_right {
    width: 600px;
	
	float: right;
	
	border: 0px solid red;
	
	/*background-color:#999999;*/
}

.contenu {
    width: 600px;
	
	float: left;
	
	border: 0px dash blue;
	
	/*background-color:#333333;*/
}

.contenu_left {
    float: left;
	
	width: 390px;
	
	border: 0px solid red;
}

.contenu_left2 {
    float: left;
	
	width: 390px;
	
	padding-top: 20px;
	
	border: 0px solid red;
}


.contenu_right {
    float: right;
	
	width: 200px;
	
	border: 0px solid green;
}

.contenu_sous {
    float: left;
	
	margin-bottom: 20px;
}

.turquoise {
    color: #006666;
	font-weight: bold;
}

p.espace {
    line-height: 20px;
	font-size: 18px;
}

p {
    margin-top: 5px;
	margin-bottom: 2px;
}

h1 {
    font-size: 14px;
	color: #055F5D;
	
	margin-top: 25px;
}

h2 {
    font-size: 12px;
	font-weight: bold;
	
	margin-top: 20px;
}

.clear {
	/* Étirer la hauteur du contenu à la plus longue colonne*/
	clear: both;        
	height: 1px;
	overflow: hidden;   
	margin: 0;          
	line-height: 0px;
	font-size: 0px;
}

#footer {
    width: 730px;
	height: 100px;
	
	text-align:center;
	
	float: left;
}

/* Les liens */
A:link			{color:#055F5D;text-decoration:none;}
A:link:hover	{color:#FFFFFF;text-decoration:none;}
A:active		{color:#055F5D;text-decoration:none;}
A:visited		{color:#055F5D;text-decoration:none;}
A:visited:hover	{color:#FFFFFF;text-decoration:none;}