/* --- STYLES DE BASE --- */

/* Page */
html {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}
body {
    margin: 0;
    padding: 0 15px; /* Remettre à zéro si nécessaire. */
    /* Pensez à utiliser une collection de polices (2), par ex: */
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: 13px; /* À adapter pour la police choisie. (3) */
    line-height: 1.4; /* À adapter au design. (4) */
    color: black;
    background: #AAE74A url("images/img04.gif") repeat-x;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */
    line-height: 1.2;
    font-weight: bold; /* Valeur par défaut. (6) */
    font-style: normal;
}
h1 {
    font-size: 1.75em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}

/* Listes */
ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}

/* Paragraphes */
p {
    margin: .75em 0; /* Marges plus faibles que par défaut. (7) */
}
address {
    margin: .75em 0;
    font-style: normal;
}

/* Liens */
a {
    text-decoration: underline;
}

a:link {
    color: mediumblue;
}
a:visited {
    color: indigo;
}
a:hover, a:focus, a:active {
    color: crimson;
}
a img {
    border: none;
}

/* Divers éléments de type en-ligne (8) */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

/* Formulaires */
form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}

/* .pagetitle */

.pagetitle {
	height: 33px;
	margin-bottom: 15px;
	padding: 8px 0 0 15px;
	background: url(images/img13.gif) no-repeat;
	font-size: 1.4em;
	color: #FFFFFF;
}

.valid {
	color: #2F5F3C;
	padding: 0;
}

.warning {
	color: red;
	padding: 0;
}

.valid_form {
	border: 1px solid green;
}

.warning_form {
	border: 1px solid red;
}

.big_submit {
	-webkit-appearance: button;
	font-size: 15px !important;
	height: 1.85em !important;
	margin: 0.2em;
	padding: 0px 8px;
}

.div_inactive {
	display: none;
}

.buttonAJAX {

	display: table-cell;
	display: inline\9;
	display /*\**/: inline\9;
	background: transparent;
	text-decoration: underline;
	border: 0;
	color: #FF8900;
	cursor: pointer;
	font-size: 12px;
	line-height: inherit;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

table .td_align_left {
	text-align: left;
}

/* Header */

#header {
	width: 100%;
	height: 120px;
	margin: 0 auto;
	padding: 0;
}

#logo {
	float: left;
	background: url("images/logo_simple.png") no-repeat left center;
	height: 120px;
	margin: 0;
	padding: 0;
}

#logo h2 {
	text-transform: lowercase;
	margin: 0;
	padding: 25px 0 5px 145px;
	letter-spacing: -2px;
	font-size: 2.7em;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

#logo h2 a {
	color: #000000;
	text-decoration: none;
}

#logo h3 {
	margin: -10px 0 0 2px;
	padding: 0 0 0 155px;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
}

#publicite {
	float: right;
	margin-top: 20px;
	margin-right: 1%;
	
	border: 1px solid gray;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius : 5px;
	
	color: black;
	padding: 5px;
	text-align: center;
	width: 30%;
	max-width: 550px;
}

#login {
	float: right;
	text-align: right;
}

#login a {
	font-size: 11px;
	color: #EA8D3B;
}

#login form {
	margin: 0;
	padding: 30px 0 0 0;
}

#login fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#login input[type="text"] {
	width: 200px;
}

#login input[type="password"] {
	width: 200px;
}

#login .login_input {
	width: 120px;
	margin: 0 5px 5px 0;
	padding: 2px 5px;
	background: url("images/img02.gif") repeat-x;
	border: 1px solid #ACACAC;
}

#login #login_submit {
	width: 67px;
	height: 28px;
	padding: 0;
	background: #006BFF url("images/img03.gif") no-repeat;
	border: none;
	text-transform: lowercase;
	color: #FFFFFF;
}

#top_login {
	margin-top: 40px;
}

#button_panier {
	font-size: 13px;
}

#user_panier_display {
	position: absolute;
	right: 15px;
	top: 130px;
	border: 1px solid #A4C96A;
	width: 250px;
	background: white;
	text-align: center;
	padding: 2px 0;
	
	border-radius : 4px;
	
	-moz-border-radius: 4px;
	
	-webkit-border-radius: 4px;
}

#user_panier_display a {
	color: red;
}

#content_panier {
	position: absolute;
	text-align: right;
	width: 650px;
	border: 2px solid #626F45;
	background: url("images/back1.gif") no-repeat scroll 0 0 #FBFFEF;
	z-index: 15;
	top: 30px;
	right: 0;
	padding: 15px;
	padding-top: 0;
	
	border-radius : 4px;
   	
   	-moz-border-radius: 4px;
	
	-webkit-border-radius: 4px;
}

#content_panier h3 {
	color: green;
	font-weight: normal;
}

#content_panier table {
	z-index: 50;
	width: 100%;
	margin: 0;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid gray;
	background-color: white;
}

#content_panier th {
	background-color: #EFF1FF;
	border-bottom: 1px solid gray;
}

#content_panier td {
	padding: 5px;
	border-bottom: 1px solid #D3D3D3;
	color: black;
}

#content_panier a, #content_panier input[type="button"] {
	font-size: 13px;
}

#content_panier td img {
	padding-top: 5px;
	height: 15px;
	cursor: pointer;
}

/* Menu */

#menu {
	width: 962px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 38px;
	padding: 8px 20px 0 20px;
	text-decoration: none;
	color: #000000;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item {
	background: url(images/img05.gif) no-repeat;
}

#menu .current_page_item a {
	background: url(images/img06.gif) no-repeat right top;
	font-weight: bold;
	text-decoration: underline;
}

/* Page */

#page {
	max-width: 1280px;
	min-height: 797px;
	margin: 0 auto;
	background: #FFF;
	border: 1px solid #A4C96A;
	
	border-radius : 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#page a {
	color: #FF8900;
}

#page .input_text {
	min-width: 250px;
	margin: 2px 6px 0 0;
	padding: 2px 5px;
	border: 1px solid #ACACAC;
}

#page .text_area {
	border: 1px solid #ACACAC;
	width: 50%;
}

#page .input_button {
	width: 67px;
	height: 28px;
	padding: 0;
	border: none;
	color: #FFFFFF;
}

#page .input_select {
	max-width: 250px;
}

#page .clear_both {
	clear: both;
}

/* Content */

#page #content {
	margin-left: 215px;
	margin-top: 15px;
	padding: 0 11px 0 35px;
}

#page #content .tabbed_box {
	background-color: #FFFFFF;
	float: right;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-top: 15px;
	width: 40%;
}

#page #content .sub_button {
	margin: 0;
	padding: 0;
}

#page #content .sub_button_bottom {
	float: left;
}

#page #content .sub_button a {
	font-size: 10px;
}

#page #content .input_checkbox {
	text-align: left;
	width: 15px;
}

#page #content #questions_cles a {
	color: #232323;
}

/* Content .box */

#page #content .box {
	background: #FFF url(images/back1.gif) no-repeat;
	color: #232323;
	margin-bottom: 15px;
	padding: 5px 15px 15px 15px;
}

#page #content .box h2 {
	margin-top: 0px;
	margin-left: 30px;
}

#page #content .box #form_whois label {
	cursor: pointer;
}

#page #content .table_google {
	margin: 0;
	padding: 0;
	width: inherit;
}

#page #content .table_google th {
	border: inherit;
	text-align: left;
}

#page #content .table_google td {
	text-align: left;
	font-size: 12px;
}

#page #content .table_google input[type="button"] {
	display: inherit;
	background: transparent;
	text-decoration: underline;
	border: 0;
	color: #FF8900;
	cursor: pointer;
	font-size: 12px;
	line-height: inherit;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: center;
}

#page #content .table_google a {
	font-size: 12px;
}

#page #content .option_search_google {
	background-color: #E6E7F2;
	max-width: 90%;
	border: 1px solid #ACACAC;
	padding: 5px 5px 2px 5px;
}

#page #content .option_search_google input[type="text"] {
	border: 1px solid #6F6F6F;
	max-width: 150px;
}

#page #content .option_search_google select {
	max-width: 150px;
}

#page #content .box h2 input[type="button"] {
	display: block;
	font-size: 15px;
	font-weight: bold;
	background: transparent;
	border: 0;
	cursor: pointer;
	margin: 9px 0 0 0;
	padding: 0;
	line-height: inherit;
}

#page #content .box table {
	width: 97%;
	margin: auto;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid gray;
	background-color: white;
}

#page #content .box th {
	background-color: #E5E7F3;
	border-bottom: 1px solid gray;
}

#page #content .box td {
	padding: 5px;
	border-bottom: 1px solid #D3D3D3;
	color: black;
}

#page #content .box tr .valid {
	color: green;
}

#page #content .box tr .warning {
	color: red;
}

#page #content .box tr .other {
	color: orange;
}

#page #content .box td img {
	height: 15px;
	cursor: pointer;
}

#page #content .box td .pop_up {
	height: 10px;
	cursor: pointer;
}

#page #content .box #demotip { 
    display: none; 
    background: transparent url("images/white_arrow.png");
    font-size: 12px; 
    height: 70px; 
    width: 160px; 
    padding: 25px; 
    color: #000;     
}

.tooltip {
	z-index: 1;
    display: none; 
    background: transparent url("images/white.png");
    font-size: 12px; 
    height: 60px; 
    width: 160px; 
    padding: 25px; 
    color: #000;     
}

#page #content .box .orderalign .hproduct {
	display: inline;
}

#page #content .box .orderalign .hproduct h2 {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
}

/* Content .box .box_informations */

#page #content .box .box_informations {
	width: 95%;
	padding: 15px;
	border: 1px solid #ACACAC;
	background-color: #FEFEFE;
}

#page #content .box .box_informations h3 {
	margin: 0 0 10px 15px;
}

#page #content .box .box_informations p {
	padding: 5px 0 15px 0;
	margin: 0;
}

/* Content .box .inbox */
#page #content .box .inbox {
	border: 0px solid #A4C96A;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	height: 375px;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-top: 5px;
	min-height: 255px;
	padding: 10px;
	width: 40%;
}

#content .inbox h2 {
	border-bottom: 1px solid #EDEBD5;
	font-size: 14px;
	font-weight: normal;
	height: 55px;
	padding-bottom: 10px;
	text-align: center;
}

#page #content .box .inbox .p_google_bottom {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#page #content .box .inbox .p_google_bottom input[type="button"] {
	display: table-cell;
	display: inline\9;
	display /*\**/: inline\9;
	font-size: 12px;
	background: transparent;
	text-decoration: underline;
	border: 0;
	color: #FF8900;
	cursor: pointer;
	font-size: 12px;
	line-height: inherit;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: center;
}

#page #content #question_cles h3 a {
	color: black;
	font-size: 12px;
}

#page #content .div_inactive {
	display: none;
}

#page #content ul.tabs {
    margin: 0;
    padding: 0;
    margin-top: 5px;
    margin-bottom: -1px;
    margin-right: 2px;
}

#page #content ul.tabs li {
    list-style: none;
    display: inline;
}

#page #content ul.tabs li h2.first {
	margin-left: 0px;
}

#page #content ul.tabs li h2 {
	display: inline;
	color: #666666;
	margin-left: inherit;
	margin-left: 2px;
}

#page #content ul.tabs li h2 button {
	z-index: 2;
	position: relative;
	display: inline;
	cursor: pointer;
	min-width: 150px;
	z-index: 10;
	color: white;
    background-color: #ACACAC;
	font-size: 14px;
    padding: 5px 5px;
    margin: 0;
    
    border: 1px solid #ACACAC;
   	
   	border-radius : 4px;
   	border-bottom-left-radius: 0;
   	border-bottom-right-radius: 0;
   	
   	-moz-border-radius: 4px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	
	-webkit-border-radius: 4px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}

#page #content ul.tabs li h2 button.inactive {
	display: none;
}

#page #content ul.tabs li h2 button.active {
    border-bottom: 1px solid white;
    color: #666666;
	background-color: white;
}

#page #content .menu_content {
	position: relative;
	min-height: 200px;
	z-index: 1;
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #ACACAC;
    
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 4px;
	
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 4px;
	
	border-radius : 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 4px;
}

#page #content .menu_content hr {
	max-width: 600px;
	margin: 20px auto;
}

#page #content .menu_content table {
	border: 0;
}

#page #content .menu_content #table_saved_search_engine {
	border: 1px solid gray;
}

#page #content .menu_content #table_search_engine {
	border: 1px solid gray;
}

#page #content .menu_content .table_contacts {
	border: 1px solid #808080;
}

#page #content .menu_content table tr {
	text-align: left;
	vertical-align: top; 
}

#page #content .menu_content .table_contacts tr {
	text-align: center;
}

#page #content .menu_content table th {
	text-align: center;
}

#page #content .menu_content table td {
	padding-left: 15px;
}

#page #content .menu_content .table_google {
	width: 98%;
	margin: 0;
	padding: 0;
	border: 0;
}

#page #content .menu_content .table_google tr {
	border: 1px solid #D3D3D3;
}

#page #content #content_identity #content_identity_td {
	width: 35%; 
	border-right: 1px solid black;
}

#page #content #content_identity .div_inactive {
	margin: 0; 
	padding: 0;
	font-size: 11px;
}

#page #content #tab_action_contacts td {
	width: 300px;
}

#page #content #table_bill table {
	border: 1px solid #808080;
	text-align: left;
}

#page #content #table_bill th {
	text-align: left;
	width: 50%;
}

#page #content #table_bill td {
	vertical-align: top;
}

#page #content #table_bill #table_invoice th {
	text-align: center;
	min-width: 50px;
}

#page #content #table_bill #table_invoice td {
	text-align: center;
	min-width: 100px;
}

#page #content #table_bill #table_invoice .table_invoice_bottom_tr {
	text-align: right;
	font-weight: bold;
}

#page #content #table_bill #table_invoice .table_invoice_bottom_th {
	padding: 2px;
	text-align: right;
}

#page #content #table_new_account {
	text-align: left;
}

#page #content #table_new_account tr {
	vertical-align: top;
}

/* DOMAINNEWS */

#domainnews .url {
	color: black;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 11px 11px 0 11px;
	border-right: 1px solid #A4C96A;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 0 15px;
}

#sidebar li li {
	margin: 0;
	padding: 2px 5px 2px 15px;
	background: url("images/img14.gif") no-repeat left center;
}

#sidebar li li a {
	padding: 2px;
}

#sidebar h2 {
	border-bottom: 1px solid #EDEBD5;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 10px;
	color: #66677B;
}

#sidebar a {
	text-decoration: none;
	color: #EA8D3B;
	font-size: 13px;
}

#sidebar #left_sous_menu_selected a {
	text-decoration: underline;
}

#sidebar img {
	border: 0;
}

#sidebar a:hover {	
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	width: 962px;
	margin: 0 auto;
	padding: 0;
}

#footer p {
	margin: 0;
	text-align: center;
	color: #232323;
	font-size: 11px;
}

#footer a {
	color: #232323;
}

#footer #footer_top {
	margin-bottom: 10px;
}

#footer #footer_left {
	float: left;
	padding-top: 5px;
}

#footer #footer_right {
	float: right;
	padding-top: 5px;
}

#footer .vcard #footer_left .div_inactive {
	display: none;
}

.domain_valid {
	/*background-color: #f9faff;*/
}

.domain_expire {
	background-color: #DFDFDF;
}

.domain_caution1 {
	background-color: #FFCFCF;
}

.domain_caution2 {
	background-color: #FFE2BF;
}

.domain_caution3 {
	background-color: #FFEFCF;
}

.list_record_a {
	background-color: #FCDFFF;
}

.list_record_mx {
	background-color: #E0FFFF;
}

.list_record_cname {
	background-color: #B5EAAA;
}

.list_record_ns {
	background-color: #ECE5B6;
}

.list_record_txt {
	background-color: #FEFEE2;
}

.list_record_srv {
	background-color: #FDE9E0;
}

.logo_popup {
	width: 9px;
	height: 9px;
}

#logo_afnic {
	width: 104px;
	height: 37px;
}

#logo_eurid {
	width: 113px;
	height: 28px;
}

#logo_valid_xhtml {
	width: 88px;
	height: 31px;
}

#logo_valid_css {
	width: 88px;
	height: 31px;
}
