﻿@charset "utf-8";
/* CSS Document de base voir _template/site.css */
/*		font-size: 11px;											 taille de la police */
/*		font-family: "trebuchet ms", helvetica, sans-serif;			 Famille de police de base utilisée */
/*		color: #313131;												 Couleur de la police de base GRIS*/
/*		line-height: 20px;											 Interligne de base */
/*		font-weight:normal;											 Casse de base */
/*		text-align:justify;											 Alignement de base */
/* --------------------------------------------- */
/* MAQUETTE 3 INTERNET - GRANDE COLONNE / PETITE COLONNE */ 
/* --------------------------------------------- */
/*
#outer
	{
		/*background:#c1c1c1 url('../../images/fond_3col.jpg')  repeat-y 50% 0;*/
		/*background:#c1c1c1;*/
/*	}*/

#interieur
	{
		background:url('../../images/fond_3col.jpg') repeat-y 100% 0;
	}
#article
	{
		background:url('../../images/fond_3col.jpg') repeat-y 100% 0;
		margin:0px;
	}
#article .col1
	{
		/*position:absolute;*/
		float:left;
		bottom:0px;
		top:0px;
		width:74%;
		/*background:#FFFFFF;*/
		margin:0px;
		padding:0px 0px 30px 0px;
		/*border-right: 1px dotted #a1a1a1;*/
		min-height:500px;
		
	}
#article .col2
	{
		/*position:relative;*/
		float:left;
		width:23%;
		top:0px;
		/*background:#FFFFFF;*/
		right:0px;
		bottom:0px;
		margin:0px;
		padding:0px 0px 30px 0px;
		min-height:500px;
		/*padding:0px 0px 30px -2px;*/
		/*border-left: 1px dotted #a1a1a1;*/
		/*min-height:700px;*/
	}