/*-----------------------------------------------------------------------------
  [CSS Styles - Imports]
				
-----------------------------------------------------------------------------*/
 
/*-----------------------------------------------------------------------------
  [CSS general - Général]
  
  Feuille de style générique
  
  1.  Init
  2.  2.  Page / #body
  3.  Liens / a
  4.  Styles
  5.  Titre
				
-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------
  [1.  Init]		
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
	  
	  
	  
}

fieldset, img { border: 0; }
 
option { padding-left: 0.4em; }
 
ul, ol, dl { margin: 1em 0; padding-left: 30px }
dl { margin: 1em 0; }
dd { padding-left: 40px; }

blockquote { margin: 0 0 1em 1.5em; }

p {	margin: 1em 0; }

td, th { padding: 1px; }

html {
	height: 100%;
	margin-bottom: 1px;
}

strong {
	font-weight: bold;
}
	
/*-----------------------------------------------------------------------------
  [2.  Page]		
*/

body {
	background: #ffffff;
	color: #646464;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
}

	#body {
		margin:0 auto;
		padding:0px;
		width:950px;
	}

/*-----------------------------------------------------------------------------
  [3.  Liens]		
*/

a {
	color: #646464; text-decoration:underline;
}

a:link {
	color: #646464; text-decoration:underline;
	
}

	a:hover {
		color: #dd0000;
	}
/*#content-block a,#content a:link,#content a:visited{border-bottom:1px dotted #999;}*/
/*-----------------------------------------------------------------------------
  [4.  Styles]		
*/

.bold {
	font-weight: bold;
}
.redbold {
	font-weight: bold;
	color: #dd0000;
	font-size: 14px;
}
.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline
}

.red {
	color: #dd0000;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.clearer {
	clear: both;
}

.widget {
	display: block;
}

.widget .link {
	color: #666666;
}

.widget:hover .link {
	text-decoration: none;
}

/*-----------------------------------------------------------------------------
  [5.  Titre]		
*/

h1 span {
	display: none;
}
.cufon-alt{display:none !important}


#capt {

	position:absolute;	
	top:28px; 
	display:none;
	
	}
	#capt div.inner{background:#ffffff;border:1px solid #ccc;
	color: #666666;padding:5px;
	}
	#capt img.arrow {margin-bottom:-1px; width:125px; display:block;}
/*-----------------------------------------------------------------------------
  [CSS form - Formulaires]
  
  Feuille de style pour les formulaires
  
  1.  Formulaire / .form
  2.  Champ de formulaire / .form-input
  3.  Bouton / .form-button
				
-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------
  [1.  Formulaire]		
*/
 
form.form p {
	padding: 0;
	margin: 0;
}

/*-----------------------------------------------------------------------------
  [2.  Champ de formulaire]		
*/

.form-input {
	background: #fff url(/im/global/forms/textbox-background.png) repeat-x top left;
	border: 1px solid #c3c3c3;
	color: #646464;
	padding: 3px;
}

/*-----------------------------------------------------------------------------
  [3.  Bouton]		
*/

.form-button {
	background: #fff url(/im/global/forms/button-background.png) repeat-x top left;
	border: 1px solid #e8e8e9;
	padding: 3px;
}

	.form-button.hover {
		color: #dd0000;
		cursor: pointer;
	}
/* menu.css */
#top-menu-main-internet {
	background: url("/im/2010/menu_top.png") no-repeat 0px -180px;
	width: 140px;
}
#top-menu-main-internet:hover { background:transparent url("/im/2010/menu_top.png") no-repeat 0px -90px; }
#top-menu-main-telephone {
	background: url("/im/2010/menu_top.png") no-repeat -140px -180px;
	width: 140px;
}
#top-menu-main-telephone:hover { background:transparent url("/im/2010/menu_top.png") no-repeat -140px -90px; }
#top-menu-main-television {
	background: url("/im/2010/menu_top.png") no-repeat -280px -180px;
	width: 140px;
}
#top-menu-main-television:hover { background:transparent url("/im/2010/menu_top.png") no-repeat -280px -90px; }
#top-menu-main-multimedia {
	background: url("/im/2010/menu_top.png") no-repeat -420px -180px;
	width: 140px;
}
#top-menu-main-multimedia:hover { background:transparent url("/im/2010/menu_top.png") no-repeat -420px -90px; }
#top-menu-main-assistance {
	background: url("/im/2010/menu_top.png") no-repeat -560px -180px;
	width: 140px;
}
#top-menu-main-assistance:hover { background:transparent url("/im/2010/menu_top.png") no-repeat -560px -90px; }
#reminder{width:100px; height:48px; background:url("/im/global/navigation/main-menu/reminder.png");}
/* // menu.css */
