@import url(home.css);
@import url(content.css);
@import url(modules.css);
@import url(IE.css);

/***********************************************************************/
/** Default class ******************************************************/
/***********************************************************************/

body
{
	background-image: url(../images/template/general/bg.gif);
	background-repeat: repeat;
	color: #000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	text-align: center;
}

/** reset *********************************************************/

table,
td,
tr
{
	color: #000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

p
{
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	padding-bottom: 13px;
}


a,
a:link,
a:hover,
a:active,
a:visited,
a:visited:hover
{
	color: #000;
	text-decoration: underline;
}

a:hover,
a:visited:hover
{
	color: #636363; 
}

img
{	
	border: None;
}	

h1,
h2,
h3,
h4,
h5
{
	padding: 0px;
	margin: 0px;
	line-height: 1em;
}

.clear
{
	clear: both;
	height: 0px;
}

input,
select,
option,
textarea
{
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
}

/***********************************************************************/
/** general template ***************************************************/
/***********************************************************************/

.wrapper
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 830px;
}

/** header container **************************************************/

.header_container
{
	clear: both;
	
	padding-right: 27px;
	padding-left: 10px;
	padding-top: 5px;
	
	position: relative;
	top: 0px;
	left: 0px;
	
	z-index: 1;
}

*> .header_container
{
	background-image: url(../images/template/general/header_bg.png);
	background-repeat: no-repeat;
	height: 88px;
	width: 793px;
}

.logo
{	
	height: 83px;
	width: 350px;
	z-index: 500;
	
	position: absolute;
	top: 5px;
	left: 0px;
	
	zoom: 1;
}

.logo a,
.logo a:link,
.logo a:hover,
.logo a:visited,
.logo a:active,
.logo a:visited:hover
{
	background-image: url(../images/template/general/logo.gif);
	background-repeat: no-repeat;
	display: block;
	height: 83px;
	width: 350px;
}

/** utility menu *****/

.utility_menu_container
{
	/*clear: both;
	display: inline;
	float: right;	
	padding-top: 15px;*/
	
	position: absolute;
	right: 32px;
	top: 20px;
	
	z-index: 1;
}

.utility_menu
{
	color: #fff;
	float: right;
}

.utility_menu a,
.utility_menu a:link,
.utility_menu a:hover,
.utility_menu a:visited,
.utility_menu a:active,
.utility_menu a:visited:hover
{	
	background-color: #d7083b;
	border-right: solid 1px #fff;
	color: #fff;	
	font-size: 7.5pt;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}

.utility_menu a:hover,
.utility_menu a:visited:hover
{
	background-color: #ab052e;
	color: #fff;
}

/** seach_wrapper *****/

/** for the search module, go on module.css **/

.help_button
{
	float: left;
	margin-left: 3px;
}

.help_button a,
.help_button a:link,
.help_button a:hover,
.help_button a:visited,
.help_button a:active,
.help_button a:visited:hover
{
	background-image: url(../images/button/help_bou_n.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 20px;
	width: 19px;
}

.help_button a:hover,
.help_button a:visited:hover
{
	background-image: url(../images/button/help_bou_h.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/** top menu container ************************************************/

.top_menu_container
{
	margin-top: 5px;
	padding-top: 2px;
}

*> .top_menu_container
{
	background-image: url(../images/template/general/topmenu_bg.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	clear: both;
	height: 31px;
	width: 830px;
}

.top_menu
{
	padding-left: 19px;
	padding-top: 8px;
}

.top_menu ul
{
	margin: 0px;
	padding: 0px;
}

.top_menu li
{
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.top_menu a,
.top_menu a:link,
.top_menu a:hover,
.top_menu a:visited,
.top_menu a:active,
.top_menu a:visited:hover
{
	border-right: solid 1px #fff;
	color: #fff;
	font-size: 7.5pt;
	font-weight: bold;
	padding-right: 6px;
	padding-left: 6px;
	text-transform: uppercase;
	text-decoration: none;
}

.top_menu a:hover,
.top_menu a:visited:hover
{
	color: #fcd4d4;
}

/** content wrapper ***************************************************/

.content_wrapper
{
	clear: both;
	width: 830px;
}

*> .content_top
{ 
	background-image: url(../images/template/general/content_top_bg.png);
	background-repeat: no-repeat;
	height: 6px;
	width: 830px;
}

*> .content_container
{
	background-image: url(../images/template/general/content_bg_repeat.png);
	background-repeat: repeat-y;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	width: 830px;
}

*> .content_bottom
{
	background-image: url(../images/template/general/content_bottom_bg.png);
	background-repeat: no-repeat;
	height: 5px;
	padding-bottom: 10px;
	width: 830px;
}

/** social container **************************************************/

.social_container
{
	border-top: solid 1px #d8d5b4;	
	clear: both;
	padding-top: 3px;
	padding-bottom: 3px;
	/*margin-top: 15px;*/
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

*> .social_container 
{
	margin-left: 20px;
	margin-right: 30px;
}

.social_content
{
	background-color: #f6f6ed;
	height: 33px;
	padding: 6px;
}

*> .social_content
{
	height: auto;
}

/** bou sociaux style **/

.bou_facebook a,
.bou_facebook a:link,
.bou_facebook a:hover,
.bou_facebook a:visited,
.bou_facebook a:active,
.bou_facebook a:visited:hover,
.bou_twitter a,
.bou_twitter a:link,
.bou_twitter a:hover,
.bou_twitter a:visited,
.bou_twitter a:active,
.bou_twitter a:visited:hover,
.bou_help_haiti a,
.bou_help_haiti a:link,
.bou_help_haiti a:hover,
.bou_help_haiti a:visited,
.bou_help_haiti a:active,
.bou_help_haiti a:visited:hover
{
	display: block;
	float: left;
	font-weight: bold;
	height: 31px;
	padding-left: 40px;
	padding-top: 10px;	
	padding-right: 30px;
}

*> .bou_facebook a,
*> .bou_facebook a:link,
*> .bou_facebook a:hover,
*> .bou_facebook a:visited,
*> .bou_facebook a:active,
*> .bou_facebook a:visited:hover,
*> .bou_twitter a,
*> .bou_twitter a:link,
*> .bou_twitter a:hover,
*> .bou_twitter a:visited,
*> .bou_twitter a:active,
*> .bou_twitter a:visited:hover,
*> .bou_help_haiti a,
*> .bou_help_haiti a:link,
*> .bou_help_haiti a:hover,
*> .bou_help_haiti a:visited,
*> .bou_help_haiti a:active,
*> .bou_help_haiti a:visited:hover
{
	height: 21px;
}

/** bou_facebook **/

.bou_facebook a,
.bou_facebook a:link,
.bou_facebook a:hover,
.bou_facebook a:visited,
.bou_facebook a:active,
.bou_facebook a:visited:hover
{
	background-image: url(../images/icon/ico_facebook.gif);
	background-repeat: no-repeat;
}

/** bou_twitter **/

.bou_twitter a,
.bou_twitter a:link,
.bou_twitter a:hover,
.bou_twitter a:visited,
.bou_twitter a:active,
.bou_twitter a:visited:hover
{
	background-image: url(../images/icon/ico_twitter.gif);
	background-repeat: no-repeat;
}

/** bou_help_haiti **/

.bou_help_haiti a,
.bou_help_haiti a:link,
.bou_help_haiti a:hover,
.bou_help_haiti a:visited,
.bou_help_haiti a:active,
.bou_help_haiti a:visited:hover
{
	background-image: url(../images/icon/ico_help_haiti.gif);
	background-repeat: no-repeat;
}


/** footer container **************************************************/

.footer_container
{
	border-top: solid 1px #d8d5b4;
	clear: both;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 12px;
	padding-bottom: 14px;
}

*> .footer_container
{
	margin-left: 20px;
	margin-right: 30px;
}

.credit
{
	font-size: 7.5pt;
}

.credit a,
.credit a:link,
.credit a:hover,
.credit a:visited,
.credit a:active,
.credit a:visited:hover
{
}


/***********************************************************************/
/** general style ******************************************************/
/***********************************************************************/

.title
{
	background-color: #d7083b;
}

.title h1
{	
	color: #fff;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 10.5pt;
	font-weight: bold;
	height: 13px;
	padding: 7px;
	text-transform: uppercase;	
	white-space: nowrap;
}

.title h2
{	
	color: #fff;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 10.5pt;
	font-weight: bold;
	height: 28px;
	padding: 7px;
	text-transform: uppercase;
	white-space: normal;
}

.title h3
{	
	color: #fff;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 10.5pt;
	font-weight: bold;
	height: 14px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 13px;
	padding-top: 15px;
	text-transform: uppercase;
	white-space: normal;
}

.title h4
{	
	color: #fff;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 10.5pt;
	font-weight: bold;
	height: 13px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-top: 5px;
	text-transform: none;
	white-space: normal;
}
