/*///////////////////////////////////////////////////////////////////////////////////
// STYLE : pages conscernant le catalogue
/////////////////////////////////////////////////////////////////////////////////////

/////////////////////////////////////////////////////////////////////////////////////
// SOMMAIRE :
// Page catalogue
///////////////////////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////////////////////
// Page catalogue
///////////////////////////////////////////////////////////////////////////////////*/
div#colG{
	float:left;
	width:310px;
	margin-left:20px; padding-top:10px;
	font:bold 14px Arial, Helvetica, sans-serif; color:#ee7f00;
}
div#colD{
	float:left;
	width:244px;
	margin-left:55px; padding-top:10px;
}
div#enteteAutresCatalogue{
	width:244px;
	height:39px;
	background:url(../images/background/back-entete-autres-catalogues.gif) no-repeat 0 0;
}
div#milieuAutresCatalogue{
	width:244px;
	background:url(../images/background/back-fond-autres-catalogues.gif) repeat-y 0 0;
}
div#milieuAutresCatalogue div.catalogue{
	padding-top:20px;
}
div#milieuAutresCatalogue div.catalogue div.image{
	float:left;
	width:180px;
	text-align:right;
}
div#milieuAutresCatalogue div.catalogue div.boutons{
	float:left;
	margin-top:13px;
}
div#basAutresCatalogue{
	width:244px;
	height:12px;
	background:url(../images/background/back-bas-autres-catalogues.gif) no-repeat 0 0;
}
div#divCatalogueEnCours{
	position:relative;
	width:310px; height:310px; background:red;
	background:url(../images/background/back-catalogue-en-cours.jpg) no-repeat top right;
	margin-top:10px; padding-top:5px;
}
div#divCatalogueEnCours a:link, div#divCatalogueEnCours a:visited{
	font:normal 12px Arial, Helvetica, sans-serif; color:#3c3c3c;
}
div#divCatalogueEnCours a:hover, div#divCatalogueEnCours a:active{
	text-decoration:none;
}
div#divCatalogueEnCours div.image{
	position:relative;
	margin:5px 0 15px 35px;
	float:left;
}
div#divCatalogueEnCours div#avantPremiere{
	position:absolute; top:233px; left:0;
}
div#divCatalogueEnCours div#avantPremiere p{
	/*
	margin-top:20px;
	padding:45px 0 10px 70px;
	*/
	padding:45px 0 10px 70px;
	font:italic bold 12px Arial, Helvetica, sans-serif; color:#E2007A; text-align:left;
	background:url(../images/background/back-avant-premiere.png) no-repeat bottom left;
}
div#divCatalogueEnCours div.boutonsEncours{
	float:left;
	width:100px;
	margin-top:120px;
}
div#colG div#divTexteDepartement{
	width:260px;
	background:url(../images/background/back-catalogue-en-cours-petit.jpg) no-repeat 0 0;
	padding:0 0 0 50px;
}
div#colG div#formDepartement{
	position:relative;
	width:260px;
	margin:10px 0 0 50px;
}
div#formDepartement input{
	width:60px; height:24px !important; height:26px;
	border:2px solid #ee7f00;
	font:bold 20px Arial, Helvetica, sans-serif; color:#ee7f00;
}
div#formDepartement div#lienOk a{
	display:block; position:absolute; top:0px; left:70px;
	width:29px; height:29px;
	background:url(../images/menu/ok2.gif) no-repeat 0 0;
}
div#formDepartement div#lienOk a:hover{	
	background-position: -29px 0;
}