/***************************** CSS GENERIC ********************************/
body, pre, input, textarea, select{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

html, body, p, table, td, form, input, select, textarea, pre, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6{
	padding: 0px;
	margin: 0px;
}

body{
	text-align: center;
}

a{
	color: #000000;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;

}

a img{
	border-width: 0px;
}

td{
	vertical-align: top;
}

ul, ol{
	/* Sinon les puces ne sont pas visible sous IE */
	padding-left: 25px;
}

ul{
	list-style-type: disc;
}

li{
   line-height: 18px;
}

.cms_bloc ul, .cms_bloc ol{
	position: relative;
	padding: 5px 0px;
	line-height: 16px;
}

.cms_bloc ol{
	list-style-position: inside;
}

.cms_bloc ul{
	list-style-type: none;
	_list-style-type: disc;
}

.cms_bloc ul li{
	padding-left: 23px;
	/* background: url(http://www.tooktook.fr/default/CMS/css/common/../../images/wgs1/puce_liste.gif) 7px 7px no-repeat; */
	overflow:hidden;

	_padding-left: 7px;
	_background: none;
	_list-style-position: inside;
}

.cms_bloc ol li{
	padding-left: 7px;
}

.cms_part{
	text-align: left;
	margin: 0px auto;
}

.cms_bandeau{
}

.cms_page{
}

.cms_gauche{
}

.cms_droite{
}

.cms_gauche, .cms_droite{
	float: left;
}

.cms_zone{
}

.cms_bloc{
	padding: 5px 0px;
	clear: both;
}

/*** BLOCS FILE ***/
.cms_bloc_file{
}

/*** BLOCS FORM ***/
.cms_bloc_form{
}

.cms_bloc_form table td{
	padding: 3px;
}

.cms_bloc_form table td.intitule{
	font-weight: bold;
	text-align: left;
	width: 200px;
	vertical-align: top;
}

.cms_bloc_form table td.valeur td{
	vertical-align: middle;
}


.cms_bloc_form label{
	padding: 0px 15px 0px 3px;
}

.cms_bloc_form input{
	width: 200px;
}

.cms_bloc_form textarea{
	width: 300px;
	height: 100px;
}

.cms_bloc_form select{
	width: 204px;
}

.cms_bloc_form_error{
	color: #FF0000;
	padding-bottom: 10px;
}

.cms_bloc_form_message{
	font-weight: bold;
	text-align: center;
}

.cms_bloc_form .cms_bloc_form_field_content{
	text-align: justify;
}

.cms_bloc_form table td.cms_bloc_form_field_antispam_text{
	width: auto;
}

.cms_bloc_form table td.cms_bloc_form_field_antispam_image{
	text-align: right;
}

.cms_bloc_form table td.cms_bloc_form_field_antispam_image img{
	border: 1px solid #000000;
}

.cms_bloc_form .cms_bloc_form_field_content, .cms_bloc_form table td.cms_bloc_form_field_antispam_text{
	padding: 10px 0px;
}

.cms_bloc_form .cms_bloc_form_field_checkbox input{
	width: auto;
}

.cms_bloc_form .cms_bloc_form_field_checkbox table td{
	padding: 0px;
}

.cms_bloc_form .cms_bloc_form_field_radio table td{
	padding: 0px 0px;
}

.cms_bloc_form .cms_bloc_form_field_radio input{
	width: auto;
}

.cms_bloc_form .cms_bloc_form_field_submit input{
	width: 85px;
	margin: 5px 0px;
}

/*** BLOCS HTML ***/
.cms_bloc_html{
}

/*** BLOCS MEDIA ***/
.cms_bloc_media{
	text-align: center;
}

.cms_bloc_media *{
	border: 0px;
	margin: 0px auto;
}

/*** BLOCS MODULE ***/
.cms_bloc_module{
}

/*** BLOCS MAP ***/
.cms_bloc_map .mm_carte{
	margin: auto;
}

.cms_bloc_map .mm_carte .mm_info_photo{
	float: left;
	padding: 0px 5px 5px 0px;
}

.cms_bloc_map .mm_carte .mm_info_titre{
	font-weight: bold;
}

.cms_bloc_map .mm_carte .mm_info_resume{
}

/*** BLOCS TEXTE ***/
.cms_bloc_text{
	text-align: justify;
}

.cms_bloc_text table{
	width: 100%;
	border-collapse: collapse;
	border-color: #000000;
}

.cms_bloc_text table th, .cms_bloc_text table td{
	border-color: #000000 !important;
}

.cms_bloc_text table td{
	vertical-align: top;
}

.cms_bloc_text_media_gauche{
}

.cms_bloc_text_media_gauche .cms_bloc_media{
	position: relative;
	z-index: 2;
	padding: 0px;
	margin: 0px;
	float: left;
	padding: 0px 15px 15px 0px;
}

.cms_bloc_text_media_droite{
}

.cms_bloc_text_media_droite .cms_bloc_media{
	position: relative;
	z-index: 2;
	padding: 0px;
	margin: 0px;
	float: right;
	padding: 0px 0px 15px 15px;
}

.cms_bloc_text_haut{
}

.cms_bloc_text_media_centre{
	text-align: center;
	padding: 15px auto;
}

.cms_bloc_text_media_centre .cms_bloc_media{
	margin: 15px 0px;
}

.cms_bloc_text_bas{
}

.cms_bloc_text table{
	width: 100%;
}

.cms_bloc_text table td{
	vertical-align: top;
}

.cms_bloc_text_gauche{
	width: 49%;
}

.cms_bloc_text_milieu{
	width: 2%;
}

.cms_bloc_text_droite{
	width: 49%;
}

/*** BLOCS TITRE ***/
.cms_bloc_title{
}

.cms_bloc_title h2{
}

/*** ***/
.spacer{
	clear: both;
	line-height: 0px;
	width: 0px;
	font-size: 0px;
}body{
	background-color: #980000;
}

.cms_zone{
	font-size: 12px;
}

.cms_zone a{
	color: #b31a19;
}

.cms_zone h2{
	font-weight: normal;
	font-family: georgia;
	font-size: 16px;
	font-style: italic;
	color: #b31a19;
	font-weight: bold;
}

.cms_bloc_text table{
	border-collapse: collapse;
	border-color: #c2bcb8;
}

.cms_bloc_text table th, .cms_bloc_text table td {
	border-color: #c2bcb8 !important;
	text-align: left;
	padding: 2px 3px 3px 8px;
}

.cms_bloc_text table .titre_tableau td {
	padding: 5px 0;
	font-weight: bold;
	color:#FFF;
	background: #980000;
	text-align: center;
}

.cms_zone ul li{
	background: transparent url(http://www.tooktook.fr/default/CMS/css/common/../../images/took-took/commun/sprite.png) no-repeat 9px -692px;
	_background: none;
}

.tt_body_middle{
	background: transparent url(http://www.tooktook.fr/default/CMS/css/common/../../images/took-took/commun/body_background_middle.jpg) repeat-y center 0px;
}

.tt_body_top{
	background: transparent url(http://www.tooktook.fr/default/CMS/css/common/../../images/took-took/commun/body_background_top.jpg) no-repeat center top;
}

.tt_body_bottom{
	height: auto;
	_height: 800px;
	min-height: 800px;
	background: transparent url(http://www.tooktook.fr/default/CMS/css/common/../../images/took-took/commun/body_background_bottom.jpg) no-repeat center bottom;
}

.tt_container{
	text-align: left;
	width: 975px;
	margin: 0px auto;
	position: relative;
	background-color: #ffffff;
}

.tt_header{
	height: 125px;
	z-index: 100;
}

.tt_page{
	width: 975px;
}

.tt_page{
	background: transparent none no-repeat 1px bottom;
	margin-bottom: 1px;
}

h1{
	height: 36px;
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	padding: 10px 0px 0px 0px;
}

.tt_page{
	float: left;
}

.tt_header_logo{
	position: absolute;
	top: 13px;
	left: 7px;
	width: 147px;
	height: 109px;
}

/*** FOOTER ***/

.tt_footer{
	background: transparent none no-repeat 1px 1px;
	padding-top: 10px;
	padding-bottom: 100px;
	color: #ffffff;
}

.tt_footer img{
	margin-bottom: -2px;
}

.tt_footer_links a{
	font-weight: bold;
	color: #ffffff;
	padding: 0px 0px 0px 12px;
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	background: transparent url(http://www.tooktook.fr/default/CMS/css/common/../../images/took-took/commun/sprite.png) no-repeat 0px 4px;
	_background-image: url(http://www.tooktook.fr/default/CMS/css/common/../../images/took-took/commun/sprite.gif);
}

.tt_footer_links a:hover{
	text-decoration: underline;
}

.tt_footer a.tt_footer_a_last{
	margin: 0px;
}

.tt_footer_links{
	float: right;
}

/*** ACTUS ***/

.tt_actu{
	padding: 0px 0px 5px 0px;
}

.tt_actu_date{
	color: #eb9b1d;
}

.tt_actu_titre{
	font-weight: bold;
	font-size: 12px;
	color: #b31a19;
}

.tt_actu_resume{
	text-align: justify;
	color: #9b9b9b;
}

.tt_actu_resume img{
	float: left;
	margin: 0px 5px 5px 0px;
}

.tt_actu_savoir_plus a{
	color: #eb9b1d;
}

.cms_actu_date{
	float: right;
	padding: 6px 0px 0px 0px;
	color: #eb9b1d;
}

.cms_bloc_html .cms_bloc_title{
	clear: none;
}

.cms_actu_description img{
	float: left;
	margin: 0px 5px 5px 0px;
}.tt_menu dl, .tt_menu dt, .tt_menu dd, .tt_menu ul, .tt_menu li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.tt_menu{
	position: relative;
	z-index: 100;
	height: 35px;
}

.tt_menu dl{
	float: left;
	margin: 0px;
}

.tt_menu dt{
	cursor: pointer;
	text-align: center;
	height: 35px;
	line-height: 30px;
	color: #f5a11d;
	_width: 1%;
	_white-space: nowrap;
	font-family: georgia;
	font-style: italic;
	font-size: 16px;
	position: relative;
	z-index: 101;
}

.tt_menu dd{
	position: absolute;
	z-index: 100;
	display: none;
	top: 27px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-left: 15px;
	width: 150px;
	background-color: #f7b64f;
}

.tt_menu dd ul{
	width: auto;
}

.tt_menu li{
	cursor: pointer;
}

.tt_menu li a, .tt_menu dt a{
	color: #f5a11d;
	text-decoration: none;
}

.tt_menu dt.niv1{
}

.tt_menu dt.niv1 a, .tt_menu dt.niv1 span{
	height: 35px;
}

.tt_menu dt.niv1 span{
	display: block;
	width: auto;
	min-width: 131px;
	_width: 131px;
	cursor: pointer;
}

.tt_menu_niv1_left{
	padding: 0px 7px;
}

dt#niv1_selected .tt_menu_niv1_middle, dt.niv1_on .tt_menu_niv1_middle{
	background: transparent url(http://www.tooktook.fr/default/CMS/css/common/../../images/took-took/commun/sprite.png) repeat-x left -146px;
	_background-image: url(http://www.tooktook.fr/default/CMS/css/common/../../images/took-took/commun/sprite.gif);
}

dt#niv1_selected .tt_menu_niv1_left, dt.niv1_on .tt_menu_niv1_left{
	background: transparent url(http://www.tooktook.fr/default/CMS/css/common/../../images/took-took/commun/sprite.png) no-repeat 0px -100px;
	_background-image: url(http://www.tooktook.fr/default/CMS/css/common/../../images/took-took/commun/sprite.gif);
}

dt#niv1_selected .tt_menu_niv1_right, dt.niv1_on .tt_menu_niv1_right{
	background: transparent url(http://www.tooktook.fr/default/CMS/css/common/../../images/took-took/commun/sprite.png) no-repeat right -46px;
	_background-image: url(http://www.tooktook.fr/default/CMS/css/common/../../images/took-took/commun/sprite.gif);
}

#niv1_first span, #niv1_first_selected span, #niv1_last span, #niv1_last_selected span{
	min-width: 71px;
	_width: 71px;
}

/*** ACCUEIL ***/

#niv1_first.niv1_on .tt_menu_niv1_middle, #niv1_first_selected .tt_menu_niv1_middle, #niv1_last.niv1_on .tt_menu_niv1_middle, #niv1_last_selected .tt_menu_niv1_middle{
	background: none;
}

#niv1_first.niv1_on .tt_menu_niv1_left, #niv1_first_selected .tt_menu_niv1_left, #niv1_last.niv1_on .tt_menu_niv1_left, #niv1_last_selected .tt_menu_niv1_left{
	background: transparent url(http://www.tooktook.fr/default/CMS/css/common/../../images/took-took/commun/sprite.png) no-repeat 0px -200px;
	_background-image: url(http://www.tooktook.fr/default/CMS/css/common/../../images/took-took/commun/sprite.gif);
}

#niv1_first.niv1_on .tt_menu_niv1_right, #niv1_first_selected .tt_menu_niv1_right, #niv1_last.niv1_on .tt_menu_niv1_right, #niv1_last_selected .tt_menu_niv1_right{
	background: none;
}

.tt_menu dt.niv1 a{
	display: block;
	padding: 0px 4px;
	_padding: 0px 3px;
}

.tt_menu dt#niv1_first span, .tt_menu dt#niv1_first_selected span, .tt_menu dt#niv1_last span, .tt_menu dt#niv1_last_selected span{
	padding: 0px;
}

.tt_menu dt#niv1_selected a, .tt_menu dt#niv1_first_selected a, .tt_menu dt#niv1_last_selected a, .tt_menu dt.niv1_on a{
	color: #ffffff;
}

.tt_menu li.niv2{
	min-height: 16px;
	line-height: 16px;
	font-size: 12px;
}

.tt_menu li.niv2 a{
	color: #b31a19;
	display: block;
}

.tt_menu li.niv2, .tt_menu li.niv2 a, .tt_menu li.niv2 span, .tt_menu dt#niv2_selected a, .tt_menu li.niv2_on{
	width: 150px;
	cursor: pointer;
}

.tt_menu li.niv2 span span span,.tt_menu li.niv3{
	width: 136px;
}

.tt_menu dt#niv2_selected a, .tt_menu li.niv2_on{
	/* background-image: url(http://www.tooktook.fr/default/CMS/css/common/../../images/klass-kaerenn/puce_menu_niv2_on.gif); */
}

.niv2 span{
	display: block;
}

.tt_menu #niv2_selected .tt_menu_niv2_middle, .tt_menu li.niv2_on .tt_menu_niv2_middle{
	background: transparent url(http://www.tooktook.fr/default/CMS/css/common/../../images/took-took/commun/sprite.png) no-repeat 4px -300px;
	_background-image: url(http://www.tooktook.fr/default/CMS/css/common/../../images/took-took/commun/sprite.gif);
}

.tt_menu #niv2_selected .tt_menu_niv2_top, .tt_menu li.niv2_on .tt_menu_niv2_top{
	background: transparent url(http://www.tooktook.fr/default/CMS/css/common/../../images/took-took/commun/sprite.png) no-repeat 4px -250px;
	_background-image: url(http://www.tooktook.fr/default/CMS/css/common/../../images/took-took/commun/sprite.gif);
}

.tt_menu_niv2_bottom{
	padding: 3px 0px 3px 14px;
}

.tt_menu #niv2_selected .tt_menu_niv2_bottom, .tt_menu li.niv2_on .tt_menu_niv2_bottom{
	background: transparent url(http://www.tooktook.fr/default/CMS/css/common/../../images/took-took/commun/niv2_bottom.png) no-repeat 4px bottom;
}

.tt_menu li.niv3{
	padding-left: 14px;
	font-size: 10px;
}

.tt_menu li.niv3 ul{
}

.tt_menu li.niv3 a:hover{
	text-decoration: underline;
}

.tt_menu li.niv3 li{
}

.tt_menu li.niv3 a{
	color: #b31a19;
}

.tt_menu #niv3_selected a, .tt_menu li.niv3 a:hover{
	color: #ffffff;
}
}.surtitre{
	color: #828182;
	font-size: 16px;
	text-transform: uppercase;
}

.titre{
	font-family: georgia;
	font-size: 16px;
	font-style: italic;
	color: #b31a19;
	font-weight: bold;
}

.accroche{
	color: #eb9b1d;
	font-weight: bold;
}

.mise_en_valeur_1{
	color: #b31a19;
	font-weight: bold;
}

.mise_en_valeur_2{
	color: #7dbb12;
	font-weight: bold;
}

.soustitre{
	font-family: georgia;
	font-weight: bold;
	font-size: 14px;
	color: #353434;
	display: inline-block;
	/* height: 25px; */
	line-height: 25px;
	padding: 0px 0px 0px 32px;
	background: transparent url(http://www.tooktook.fr/default/CMS/css/common/../../images/took-took/commun/sprite.png) no-repeat 0px -500px;
	_background-image: url(http://www.tooktook.fr/default/CMS/css/common/../../images/took-took/commun/sprite.gif);
}

.intertitre{
	font-size: 13px;
	color: #e23130;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	background: transparent url(http://www.tooktook.fr/default/CMS/css/common/../../images/took-took/commun/sprite.png) no-repeat 0px -545px;
	_background-image: url(http://www.tooktook.fr/default/CMS/css/common/../../images/took-took/commun/sprite.gif);
}

.legende{
	font-family: verdana;
	font-style: italic;
	color: #010101;
}

.titre_tableau{
}.tt_header{
	background: #ffffff url(http://www.tooktook.fr/default/CMS/css/tpl3/../../images/took-took/home/header.jpg) no-repeat 1px 1px;
}

.tt_menu{
	margin: 70px 0px 0px 157px;
}

.tt_page{
	background-image: url(http://www.tooktook.fr/default/CMS/css/tpl3/../../images/took-took/home/footer.jpg);
	padding-bottom: 60px;
}

.tt_page_haut{
	height: 296px;
}

.tt_page_bas{
	height: auto;
	_height: 152px;
	min-height: 152px;
	margin: -7px 0px 0px 0px;
}

.tt_mise_a_jour{
	position: absolute;
	z-index: 2;
	top: 468px;
	right: 39px;
	color: #959595;
}

/*** FLASH ***/

#flash_big_home{
	position: absolute;
	z-index: 1;
	right: 1px;
}

#flash_little_home{
	position: absolute;
	left: 0px;
	margin: 0px 0px 0px 7px;
}

.tt_produits_sur_mesure{
	position: absolute;
	right: 28px;
}

.cms_zone{
	margin: 0px 0px 0px 254px;
	width: 510px;
}

/*** ACTUS ***/

.tt_actus{
	width: 165px;
	height: 121px;
	padding: 100px 46px 75px 50px;
	margin: 0px 0px 0px 1px;
	overflow: hidden;
	background: transparent url(http://www.tooktook.fr/default/CMS/css/tpl3/../../images/took-took/home/actus.jpg) no-repeat 0px 0px;
}

#tt_actus_body{
	width: 165px;
	height: 121px;
}
