@CHARSET "UTF-8";
/*
Propriétés CSS de la home + pages instit.
*/


/* Affichage en pleine page ***************************************************************/

#wrapper
{
	min-height: 100%;
}

* html #wrapper
{
	height: 100%;
}

#footer
{
	margin-top: 20px;
}


/* Couleur & image du bandeau ***************************************************************/

#header
{
	background-color: #cbd300;
	border-bottom: 2px solid #b7bd21;
}

#header_top
{
	background: url('../images/header.jpg') no-repeat top right;
}


/* Contenus ********************************************************************************/

h1
{
	font-size: 22px;
	color: #492575;
	font-weight: bold;
	padding: 5px 0 0 0;
	background: url('../images/picto_h1.png') no-repeat top left;
	padding: 3px 0 2px 35px;
	margin: 10px 0 10px 0;
}

h1.baseline,
h2.baseline,
h3.baseline,
h4.baseline
{
	font-size: 18px;
	color: #cbd300;
	font-weight: bold;
	padding: 5px 0 0 0;
	background: none;
}

h2
{
	font-size: 18px;
	color: #492575;
	font-weight: bold;
	padding: 5px 0 0 0;
}

h3
{
	font-size: 16px;
	color: #492575;
	font-weight: normal;
	padding: 5px 0 0 0;
}

h4
{
	font-size: 14px;
	color: #492575;
	font-weight: normal;
	padding: 5px 0 0 0;
}

.mod_article
{
	padding: 5px 20px 5px 20px;
}

.home
{
	padding: 5px 0px 20px 10px;
}


/* Colonnes personnalisées ***************************************************************/

#colonne_gauche
{
	float: left;
	width: 341px;
	color: #492575;
}

#colonne_gauche a,
#colonne_gauche strong
{
	color: #492575;
}

#colonne_gauche .blanc,
#colonne_gauche .blanc a,
#colonne_gauche .blanc strong
{
	color: #fff;
}

#colonne_droite
{
	float: left;
	width: 630px;
	color: #492575;
}

#colonne_droite a,
#colonne_droite strong
{
	color: #492575;
}

#colonne_gauche .encart .rounded_corner_top
{
	background: url('../images/bg_rounded_corner_colo_gauche_top.png') no-repeat top left;
	width: 301px;
	height: 17px;
}

#colonne_gauche .encart .rounded_corner_bottom
{
	background: url('../images/bg_rounded_corner_colo_gauche_bottom.png') no-repeat top left;
	width: 301px;
	height: 17px;
}

#colonne_gauche .encart .block,
#colonne_gauche .encart h1,
#colonne_gauche .encart h2,
#colonne_gauche .encart h3,
#colonne_gauche .encart h4,
#colonne_gauche .encart h5
{
	padding: 0 10px 10px 10px;
	background-color: #CBD300;
}


#colonne_droite h2,
#colonne_droite h3,
#colonne_droite h4,
#colonne_droite h5
{
	padding: 0 10px 10px 0;
}

#colonne_gauche .encart h1
{
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	background: #CBD300 url('../images/picto_hi_reverse.png') no-repeat top left;
	padding: 3px 0 10px 45px;
	margin: 0;
}

#colonne_gauche .encart h2
{
	color: #4b2578;
}

#colonne_gauche .encart h3
{
	color: #4b2578;
}

#colonne_gauche .encart h4
{
	color: #4b2578;
}

#colonne_gauche .encart h5
{
	color: #4b2578;
}


/* Recherche dans le header *****************************************************************/

#header .mod_search_header .text
{
	background: transparent url('../images/search_bg.png') no-repeat top left;
	color: #492575;
}

#header .mod_search_header .submit
{
	background: transparent url('../images/search_btn.png') no-repeat top left;
}


/* Panier ********************************************************************************/

#header .lien_panier a
{
	background: transparent url('../images/picto_panier.png') no-repeat top left;
	float: right;
	font-size: 12px;
	padding: 3px 25px 3px 30px;
	color:#FFFFFF;
	text-decoration:none;
}

#header .lien_panier a:hover
{
	text-decoration:underline;
}


/* Recherche dans le corps ******************************************************************/

#container .mod_search .formbody input.text
{
	background: transparent url('../images/search_page_bg.png') no-repeat top left;
	color: #492575;
	margin: 0;
}

#main .mod_search .formbody input.submit
{
	background: transparent url('../images/search_page_btn.png') no-repeat top left;
	border:medium none;
	float:left;
	height:20px;
	width:68px;
	margin: 0;
}

#container .mod_search
{
	padding-top: 5px;
}

#container .mod_search h3
{
	text-transform: uppercase;
	font-weight: bold;
}

#container .mod_search .context,
#container .mod_search .url
{
	padding-top: 3px;
}

#container .mod_search .highlight
{
	font-weight: bold;
}

#container .mod_search .text
{
	float: left;
	width: 121px;
	height: 16px;
	padding: 4px 2px 0 10px;
	border: none;
	font-size: 11px;
	color: #492575;
}

/* Opera */ @media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
#container .mod_search .text
{
	height: 19px;
	padding-top: 1px;
}
}

/*#container .mod_search .submit
{
	float: left;
	width: 68px;
	height: 20px;
	border: none;
}*/

#container .header
{
	clear: both;
	padding: 5px 0 5px 10px;
}

#container .mod_search .even
{
	padding: 5px 10px 10px 10px;
	background-color: #ebedb0;
	color: #492575;
}

#container .mod_search .odd
{
	padding: 5px 10px 10px 10px;
	background-color: #fff;
	color: #492575;
}

#container .mod_search .even a,
#container .mod_search .odd a
{
	color: #492575;
}

#container .mod_search .pagination
{
	text-align: center;
	padding-top: 10px;
}

#container .mod_search .pagination ul
{
	display: block;
	margin: 0 auto;
}

#container .mod_search .pagination li
{
	list-style: none;
	display: inline;
	padding: 0 2px 0 2px;
}


