/* reset.css */

/* Enleve les bordures aux images et aux fieldset */
fieldset, img { border: 0; }


/* PRINCIPALE */


html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	background:#000 url(../img/bgnew2.jpg) center top;
	background-repeat: repeat;
	background-attachment: fixed;
	z-index: 1;
}

#page {
	position: relative;
	width: 732px;
	margin: 0 auto;
	padding-bottom: 10px;
}

#conteneur {
	position: relative;
	padding: 10px 10px 10px 10px;
	background-color: #fff;
	border-top: 1px solid #fff;
}

#hautPage {
	position: relative;
	height: 50px;
	text-align: right;
	width: 730px;
	margin-left: 1px;
}

#gauche {
	position: absolute;
	width: 210px; 
	background-color: #FFF;
}

h1 {
	margin: 0;
	padding: 0;
	width: 210px;
	height: 278px;
	background: url(../img/centraide_logo.jpg) no-repeat;
	text-indent: -9999px;
}

.logoAccueil{
	margin: 0;
	padding: 0;
	width: 210px;
	height: 278px;
	text-indent: -9999px;
}

.sousImage{
	border-bottom: 1px solid #e6e6e6;
	width: 162px;
	margin-left: -2px;
	margin-bottom: 10px;
}

.map{
	margin: 0 auto;
	width: 480px;
	margin-left: 10px;
}

#btn1{
	text-align: center;
	display: inline;
	margin: 0 auto;
}

#btn2{
	margin: 0 auto;
	text-align: center;
	display: inline;
}

#btn1 input{ 
	text-align: center;
	font-size: 11px;
	font-family: Arial, Minion Pro, Palatino Linotype, Times New Roman;
	color: #000;  
	background: transparent;
	font-variant: small-caps;
	border: none;
	display: inline;
	width: 24px; 
	cursor: pointer;
}

#btn2 input{
	text-align: center;
	font-variant: small-caps;
	font-size: 11px;
	font-family: Arial, Minion Pro, Palatino Linotype, Times New Roman;
	color: #000;
	background: transparent; 
	border: none;
	display: inline;
	width: 19px;
	cursor: pointer;
}

#principal {
	margin-left: 210px;
	width: 500px;
	background-color: #FFF;
}

#principal p{
	margin-left: 4px;
	margin-right: 4px;
	text-align: justify;
}

#imageAleatoire {
	width: 499px;
	height: 213px;
	clear: both;
	padding-top: 1px;
	margin-left: 1px;
	cursor:pointer;
}

#imageAleatoire img#image1{
	position: absolute;
	cursor:pointer;
	width: 499px;
	height: 212px;
	clear: both;
}

#imageAleatoire img#image2{
	position: absolute;
	cursor:pointer;
	width: 499px;
	height: 212px;
	clear: both;
	display:none;
}

#contenu {
	top: -10px;
	padding: 0px 0px 0px 10px;
}

.contenuhtml{
	padding-left: 10px;
	width: 487px;
}

#contenu li{
	margin-left: 10px;
}

.square{
	padding-left: 10px;
	padding-right: 5px;
	margin-right: 0;
	width: 6px;
}

.photoOrganisme{
	float: right;
	margin-top: 14px;
	width: 165px;
}

.photoOrganisme img{
	border: 1px #000 solid;
}

.center{
	margin: 0 auto;
	width: 150px; 
	padding-bottom: 10px;
	z-index: 1;
}

.sousmenu{
	top: 0;
	margin-left: 1px;
	height: 17px;
	font-family:  Geneva, Century Gothic,sans ms;
	font-size: 11px;
	font-variant: small-caps;
	background-color: #777;
	background: url(../img/bgBtn2.jpg) repeat-x;
	color: #fff;
}

.sousmenu div{
	display: inline;
}

#basPage {
	width: 100%;
	color: #FFF;
	text-align: center;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#contenu ul {
	margin-left: 15px;
	list-style-type: disc;
}


ul#menuPrincipal li {
	float: left;
}

ul#menuPrincipal a {
	display: block;
	width: 99px;
	height: 65px;
	color: #fff;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 65px;
	text-decoration: none;
	border-left: 1px solid #e3e3e3;
	background-color: #ededed;
	background: url(../img/bgBtn.jpg) repeat-x;
}

ul#menuPrincipal a:hover {
	display: block;
	background-color: #e3e3e3;
	background: url(../img/bgBtnOver.jpg) repeat-x;
}

ul#menuExpand{
	height: 73px;
	width: 199px;
	display: none;
	position: absolute;
	z-index: 9999;
}

ul#menuExpand2{
	height: 73px;
	width: 199px;
	display: none;
	position: absolute;
	left: 420px;
	z-index: 9999;
}

ul#menuPrincipal #menuExpand li{
	display: block;
	width: 200px;
	height: 25px;
	color: #777777;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	text-decoration: none;
	background-color: #690000;
	/* for IE */
	filter:alpha(opacity=85);
	/* CSS3 standard */
	opacity:0.85;
}

ul#menuPrincipal #menuExpand2 li{
	display: block;
	width: 200px;
	height: 25px;
	color: #777777;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	text-decoration: none;
	background-color: #690000;
	/* for IE */
	filter:alpha(opacity=85);
	/* CSS3 standard */
	opacity:0.85;
}

#bordertop{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#noborder{
	border-top: 1px solid #fff;
}

ul#menuExpand li > a{
	background: none;
	line-height: 25px;
	height: 25px;
	width: 199px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size: 11px;
}

ul#menuExpand2 li > a{
	background: none;
	line-height: 25px;
	height: 25px;
	width: 199px;
	border: 1px solid #fff;
	font-size: 11px;
}

li#menuExpand a:hover{
	background: #e3e3e3;
}

li#menuExpand2 a:hover{
	background: #e3e3e3;
}

#menuPrincipal li:hover > #menuExpand { display: block; }

#menuPrincipal li:hover > #menuExpand2 { display: block; }

ul#menuAlternatif a{
	width: 200px;
	height: 30px;
	display: block; 
	padding-left: 10px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px; 
	text-decoration: none; 
	border-top: 1px solid #fff;
}

li#last a{
	height: 30px;
	width: 210px;
	display: block; 
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px; 
	text-decoration: none; 
	border-top: 1px solid #fff;
	padding-left: 10px;
}

li#last{
	background: url(../img/basback2.png) no-repeat;
	height: 30px;
}

li#last a:hover{
	background: url(../img/basback2-2.png) no-repeat;
	height: 30px;
}

#menuAlternatif{
	background: url(../img/back2.jpg) repeat-x;
}

ul#menuAlternatif a:hover {
	background-color: #333;
}

#menudubas{
	font-size: 11px;
}

ul#menuBas {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 0;
}

a:link, a:active, a:visited{
	font-style: normal;
	text-decoration: none;
}

#menudubas{
	padding-bottom: 10px;
}

ul#menuBas li, ul#menuHaut li{
	display: inline;
	font-size: 11px;
}

ul#menuBas a {
	color: #fff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 0;
}

ul#menuBas a:hover{
	color: #999;
}

.image_menuHaut{
	background: url('../img/menuHaut_back_droite.png') no-repeat;
	z-index: 10;
	position: absolute;
	right: -1px;
	margin-top: 16px;
	height: 18px;
	width: 40px;
}

.image_menuHaut2{
	background: url('../img/back_top3.png') no-repeat;
	z-index: 10;
	position: absolute;
	left: 412px;
	margin-top: 32px;
	height: 18px;
	width: 40px;
}

li#back_menuHaut{
	background: #fff;
	margin-right: 14px;
	z-index: 20; 
}

li#back_menuHaut a{
	color: #fff;
	text-decoration: none;
	list-style-type: none;
	border-bottom: none;
}
/*
#menuHaut1 ul > li > a{
	padding-top: 7px; 
	margin-right: -5px;
}

#menuHaut1 ul > li > a:hover{
	padding-top: 7px; 
	margin-right: -5px;
}
*/
ul#menuHaut a{
	z-index: 20;
	background: #fff;
	padding: 3px 6px 6px 6px;
	height: 18px;
	margin-right: -5px;
	text-decoration: none;
}

ul#menuHaut li{
	background: #fff;
	position: relative;
	top: 33px; 
	color: #000;
	z-index: 20; 
}

#menuHaut{
	margin-right: 2px;
}

ul#menuHaut a {
	color: #000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul#menuHaut > li > a:hover{
	background-color: #781e1e;
	padding: 3px 6px 3px 6px; 
	height: 18px;
	color: #fff; 
	text-decoration: none;
}

h2 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #fff;
	/*background: url(../img/entete.png) no-repeat;*/
	margin-left: 10px;
	padding-top: 5px;
	width: auto;
}

.imgentete{
	top: 0;
	height: 30px;
	width: 100%;
	background: url(../img/entete.png) no-repeat;
	border: none;
	padding-bottom: 10px;
	margin-left: 1px;
}

.imgentete2{
	top: 0;
	height: 30px;
	width: 100%;
	background: url(../img/headers210.jpg) no-repeat;
	border: none;
	padding-bottom: 10px;
}

.imgentete3{
	top: 0;
	height: 30px;
	width: 100%;
	background: url(../img/header310.png) no-repeat;
	border: none;
	padding-bottom: 10px;
}

.imgentete4{
	height: 35px;
	width: 100%;
	background: url(../img/header310.png) no-repeat;
	border: none;
	padding-bottom: 15px;
	padding-top: 0;
}

.colonneGauche{
	width: 310px;
	text-align: justify;
	border-right: 1px solid #e6e6e6;
	padding-right: 13px;
}

.foh2 {
	margin: 0 auto; 
	font-weight: bold;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #781e1e;
	/*background: url(../img/fleche.jpg) 0 center no-repeat;*/
	padding-left: 4px;
	border-bottom: 1px solid #781e1e;
}

.retour a{
	display: inline;
}

.liensousmenu a:link, .liensousmenu a:visited, .liensousmenu a:active{
	color: #fff;
	margin-left: 15px;
	text-decoration: none;
	display: inline;
}

.liensousmenu a:hover{
	color: #888;
	margin-left: 15px;
	text-decoration: none;
	display: inline;
}

/*
.flecheRetour a:link, .flecheRetour a:visited, .flecheRetour a:active{
	float: left;
	background: url(../img/fleche.png) no-repeat;
	width: 10px;
	height: 10px;
	padding: 4px;
	margin-top: 12px;
}

.flecheRetour a:hover{
	float: left;
	background: url(../img/flecheRetour.png) no-repeat;
	width: 10px;
	height: 10px;
	padding: 4px;
	margin-top: 12px;
}

.flecheRetour1 a:link, .flecheRetour1 a:visited, .flecheRetour1 a:active{
	float: left;
	background: url(../img/fleche.png) no-repeat;
	width: 10px;
	height: 10px;
	padding: 4px;
	margin-top: 2px;
}

.flecheRetour1 a:hover{
	float: left;
	background: url(../img/flecheRetour.png) no-repeat;
	width: 10px;
	height: 10px;
	padding: 4px;
	margin-top: 2px;
}
*/

.citation{
	width: 489px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.infor{
	font-style: italic;
	font-size: 15px;
	font-family: Georgia, Helvetica, Arial, sans-serif;
	text-align: center;
	margin: 0 auto;
	margin-left: 10px;
	margin-right: 4px;
}

.ital{
	font-size: 9px;
	font-style: italic;
}

.ariane{
	font-size: 8px;
	padding: 4px 4px 4px 4px;
}

.italic{
	font-style: italic;
	display: inline;
}

.italic2{
	font-style: italic;
	display: inline;
}

.topPhoto{
	padding-bottom: 10px;
	background-color: #EEEEDD;
	padding: 10px 10px 0px 10px;
	text-align: justify;
	margin-left: 10px;
}

.titrePhoto{
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}

.petitesimages{
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	margin-left: 10px;
}

.colonne h2 {
	border: none;
	margin: 0 0 10px 0;
}

.colonne a {
	border: none;
	margin: 0 0 10px 0;
	color: #781e1e;
}

.colonne a:hover {
	text-decoration: none;
}

h5{
	margin-bottom: 6px;
}

h3{
	padding-left: 24px;
	font-size: 15px;
	font-weight: 600;
	font-variant: small-caps;
	color: #781e1e;
}

h3.titre2 {
	color: #781e1e;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
}

a.list {
	color: #000;
	text-decoration: none;
}

a.titre:hover, a.list:hover  {
	color: #781e1e;
}

p {
	text-align: justify
}

.info {
	font-size: .8em;
	text-align: center;
}

.info1{
	font-size: .8em;
	text-align: center;
}

.border{
	border-bottom: 1px solid #000; 
	text-align: center;
	margin-left: 10px;
	width: 480px;
}

.info a {
	color: #781e1e;
}

.info a:hover {
	color: #fff;
}

.bold {
	font-weight: bold;
}

.special {
	font-weight: bold;
	font-size: 1.2em;
}

.centrer {
	text-align: center;
}

.right {
	text-align: right;
}

p#boldright{
	text-align: right;
	font-weight: bold;
	font-size: 9px;
}

.boldright{
	text-align: right;
	margin-right: 1px;
	font-weight: bold;
	font-size: 9px;
}

td, th
{
	font-family: Verdana;
	font-size: 10pt;
}

.tab td{
	border-bottom: 1px solid #781e1e;
}

.tab {
	background-color: #ebebeb;
	width: 100%;
	border: 1px solid black;
}

.tab th{
	text-align: right;
}

.tab2{
	width: 100%;
	border: 1px solid #000;
}

tr .grisf{
	background-color: #656565;
	color: #fff;
	padding: 4px 4px 4px 4px;
	height: 18px;
	width: 100%;
	text-align: center;
	font-size: 14px;
}

.grisp{
	background-color: #999;
	color: #fff;
	width: 100px;
	height: 18px;
	padding: 4px 4px 4px 4px;
	font-weight: bold;
	text-align: center;
}

.grisf1{
	background-color: #666;
	color: #fff;
	padding: 4px 4px 4px 4px;
	height: 100%;
	width: 100%;
	text-align: left;
}

.grisp1{
	background-color: #777;
	color: #fff;
	width: 100%;
	height: 100%;
	padding: 4px 4px 4px 4px;
	text-align: left;
}

tr .grisp{
	background-color: #999;
	width: 500px;
	height: 18px;
	padding: 4px 4px 4px 4px;
}

.gras {
	display: inline;
	font-weight: bold;
}

.gras10px{
	display: inline;
	font-weight: bold;
	margin-left: 10px;
}

ul#margin10px{
	padding-left: 30px;
	margin-right: 4px;
	text-align: justify;
}

.gras2{
	float: left;
	font-weight: bold;
	margin-left: 10px;
}

.left{
	float: left;
}

.grasital {
	display: inline;
	font-weight: bold;
	font-style: italic;
}

.inline{
	display: inline;
	text-align: justify;	
}

.inline2{
	margin-left: 20px;
	text-align: justify;	
}

.padding4{
	margin-left: 10px;
	margin-right: 4px;
	text-align: justify;
}

.inline4px{
	margin-left: 10px;
	margin-right: 4px;
	text-align: justify;
}

.inline4pxinline{
	margin-left: 10px;
	margin-right: 4px;
	text-align: justify;
	display: block;
}
 
.menuUL ul{
	padding-left: 20px;
}
 
.inline24px{
	text-align: center;
	color: #000;
}

.fotablo{
	width: 320px;
}

.grasitalcentre {
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.rouge{
	display: inline;
	color: #781e1e;
}

caption {
	background-color: #781e1e;
}

.titre{
	text-align: center;
	color: #FFF;
	background-color: #781e1e;
	padding: 4px 0px 4px 0px;
	font-size: 16px;
}

.titre1{
	text-align: left;
	color: #FFF;
	background-color: #781e1e;
	padding: 3px 0 3px 0;
}

.categorie {
	text-align: left;
	color: #781e1e;
	padding-top: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.secteur {
	text-align: center;
	color: #000;
	padding-top: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.bulle {
	background-color: #EEEEDD;
	padding: 10px;
	margin-left: 10px;
}

.bulle img {
   display: block;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
}

.quoideneuf {
	color: #781E1E;
	height: 30px;
	width: 210px;
	background: url(../img/headers210.jpg) no-repeat;
}
.quoideneuf h2 {
	width: 210px;
	text-align: left;
	font-size: 17px;
	color: #fff;
	padding-top: 5px;
	margin-left: 5px;
}

.padding {
	margin: 0;
	padding: 0;
	text-align: center;
	top: 0;
	color: #000;
}

a {
	color: #940504;
}

a:hover {
	text-decoration: underline;
	color: #777;
}

.topital{
	font-size: 15px;
	text-align: center;
	color: #781e1e;
}


/**************************************************************************************/
/* LES TABLEAUX **********************************************************************/
/**************************************************************************************/

table {
	background: #999;
	color: #fff;
	border: 1px solid #000;
	width: 480px;
	margin: 0 auto;
	margin-left: 10px;
}

table a{
	color: #fff;
}

td a:hover{
	color: #fff;
	background: #ee3a43;
	right: 100%; 
	text-decoration: none;
}

.tabletitre{
	font-family: Century Gothic, Garamond, Georgia, Helvetica, Tahoma, sans-serif;
	background: #993333;
	padding: 3px 3px 3px 3px;
	width: 100%;
	font-size: 19px;
}

#tabletitrepartenaires{
	font-family: Century Gothic, Garamond, Georgia, Helvetica, Tahoma, sans-serif;
	background: #993333;
	padding: 3px 3px 3px 3px;
	width: 100%;
	font-size: 19px;
}

.tabletitre2{
	font-family: Century Gothic, Garamond, Georgia, Helvetica, Tahoma, sans-serif;
	background: #993333;
	padding: 3px 3px 3px 3px;
	width: 100%;
	font-size: 17px;
}

.tablesoustitre{
	font-family: Century Gothic, Garamond, Georgia, Helvetica, Tahoma, sans-serif;
	background: #773333;
	padding: 3px 3px 3px 3px;
	width: 100%;
	font-size: 17px;
	text-align: center;
}

.tablesoussoustitre{
	font-family: Century Gothic, Garamond, Georgia, Helvetica, Tahoma, sans-serif;
	background: #444;
	padding: 3px 3px 3px 3px;
	width: 100%;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: 200;
	text-align: center;
}



th{
	font-family: Garamond, Helvetica, Tahoma, Georgia, sans-serif;
	background: #4A4A4A;
	padding: 3px 3px 3px 3px;
	width: 100%;
	font-size: 18px;
	font-weight: 100;
}

td {
	font-family: Trebuchet MS, Garamond, Georgia, Helvetica, Tahoma, sans-serif;
	background: #666666;
	padding: 3px 4px 3px 4px;
	width: 100%;
	font-size: 14px;
}

.pale{
	background: #787878;
}

.description{
	color: #e6e6e6;
	font-size: 12px;
}

.colonnegauche{
	text-align: left;
}

.petitescolonnes{
	text-align: center;
	background-color: #787878 !important;
} 

.tablelegende td, .tablelegende tr{
	width: 10%;
	font-size: 11px; 
	background: #666;
}

#liensrapides p{
	display: inline;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-size: 11px;
	left: 0;
	margin-left: 6px;
}

.sousLienPlan{
	margin-left: 20px;
	padding: 2px 0 2px 0;
}

.sousLienPlan a{
	border-bottom: 1px dotted #000;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 12px;
	color: #631918;
}

.sousLienPlan a:hover{
	text-decoration: none;
	font-variant: small-caps;
	font-size: 12px;
	color: #fff;
	background: #8F2525;
	padding: 2px 2px 2px 2px;
}

.lienPlan{
	margin-left: 10px;
	padding: 5px 0 5px 0;
}

.lienPlan a{
	border-bottom: 2px dotted #000;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 16px;
	color: #631918;
}

.lienPlan a:hover{
	text-decoration: none;
	font-variant: small-caps;
	font-size: 16px;
	color: #fff;
	background: #631918;
	padding: 3px 3px 3px 3px;
}

.profession{
	font-size: 10px;
	color: #999; 
	display: inline;
}

.indent{
	padding-left: 20px;
	list-style: none;
}

h4{
	margin-left: 15px;
	color: #fff;
}


/**************************************************************************************/
/* LA PAGE CONTACT *******************************************************************/
/**************************************************************************************/

.monformulaire{
	background-color:#960504;
	font-size: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0 auto;
	text-align: center;
	width: 467px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
	padding: 10px 10px;
}

#contactFormContainer{
	position:relative;
	z-index: 1;
	height: 400px;
}

#contactForm{
	height:100%;
	width:100%;
	background-color:#960504;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
}

#contactForm fieldset{
	padding:10px;
	border:none;
	margin-bottom: 10px;
} 
     
#contactForm label{
	display:block;
	color:#fff;
	text-align: left;
	margin-top: 10px;
} 
     
#contactForm input[type=text]{
	display:block;
	border:solid 1px #4d3a24;
	width:100%;
	height:20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	padding-left: 4px;
} 

#contactForm select{
	display:block;
	border:solid 1px #4d3a24;
	width:160px;
	margin-bottom:10px;
	margin-top:10px;
	height:20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 0 auto;
} 

 
#contactForm textarea{
	display:block;
	border:solid 1px #4d3a24;
	width:100%;
	margin-bottom:10px;
	font-size: 16px;
	padding-left: 4px;
}  

#contactForm input[type=submit]{
	background-color:#7B201F;
	border:solid 1px #23150c;
	color:#fecd28;
	padding: 5px;
}
		 
#contactLink{
	height:16px;
	width:351px;
	display:inline;
	cursor:pointer;
	color: #fff;
	font-size: 18px;
}

#messageSent{
	color:#FBA91F;
	display:none;
	font-size: 12px;
}


/* SECTION pour envoyer un courriel déroulant _________________________________________FIN */

/**************************************************************************************/
/* LA GALERIE D'IMAGES ***************************************************************/
/**************************************************************************************/

/*URL: http://www.dynamicdrive.com/style/ */

.titreGalerie{
	text-decoration: none;
	font-variant: small-caps;
	font-size: 16px;
	color: #631918;
	width: 50%;
}

.gallerycontainer{
	position: relative;
	margin-left: 10px;
	height: 100%;
	/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.colorbox img{
	border: 1px solid black;
}

.colorbox:hover{
	background-color: transparent;
}

.colorbox:hover img{
	
}

.colorbox span{ /*CSS for enlarged image*/
	max-width: 295px;
	min-width: 25px; 
	max-height: 291px;
	min-height: 25px; 
	position: absolute;
	background-color: #960504;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	left: -1000px;
	visibility: hidden;
	text-decoration: none;
	margin-right: 10px;
	text-align: center;
}

span:last-child{
	width: 93%;
	color: white;
	text-align: center;
	font-size: 14px;
	font-family: Century Gothic, Geneva, Times New Roman, Arial;
}

.colorbox span img{ /*CSS for enlarged image*/
	border-width: 0;
	max-width: 284px; 
	min-width: 25px;
	max-height: 222px; 
	min-height: 25px; 
}

.colorbox:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 180px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}


/* SECTION de la galerie d'images _________________________________________FIN */


