/*  
Theme Name: Sagatel
Theme URI: http://www.sagatel.com/
Description: The theme used by Sagatel website
Version: 2.0
Author: Jean-Philippe Papillon


	Sagatel

	This theme was designed from the default Wordpress theme, Kubrick.
	The UI is inspired by the DynamicDiagrams.
*/

/* Reset pour être sûr de partir sur de bonnes bases */

/* Classes principales, mise en page générale */

body {
/*	border-top: 7px solid #F00000;*/
	background-color: white;
	color: black;
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: 1.4;
	margin: 0 auto;
	padding: 0;
 	width: 960px;
}

#wrapper {
	float: right;
	width: 100%;
	margin-left: -240px;
}

.sidebar {
	float: left;
	font-size: 0.8em;
	width: 200px;
	padding-top: 240px;
}

.maincolumn {
	padding: 0 0; 
	margin-left: 240px;
	width: 600px;
}
	
.sidebar div.highlight { padding: 10px;}

#footer {
	border-top:1px solid black;
	clear: both;
	font-size: 0.6em;
	margin-top: 2em;
	padding-top: 2em;
	width: 100%;
}

#footer .sidebar {
	margin: 0;
	padding: 0;
}

.clearboth {clear: both;}


/* Typo generale */
h1 {
	color: #000;
	font-size: 1.9em;
	font-weight: bold;
	line-height: 1.1;
	margin: 20px 0 20px 0;
}

h2 {
	color: #F00000;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0;
	}

h3 {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}


a:visited {color: #999999;}

a:hover {color: #F00000;}

h1 a, h1 a:hover, h1 a:visited, .accentuation a {
	color: #000;
	text-decoration: none;
}

h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
}


a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: underline;
	text-underline-style: dotted;
}

.sidebar ul {
margin-left: 0;
padding-left: 0;
}

ul li {
	list-style: square;
}

table td {
	vertical-align: top;
}

hr {
	border-top:1px dotted #CCCCCC;
}

.center {text-align: center; }

a img { 	border: none; }


.highlight {
	background-color: #F9F9FF;
}
	
.block {
	border-top:1px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	padding: 1em;
}

.flash {
	background-color: #FF9999;
	border: 1px dotted;
	margin-bottom: 30px;
	padding: 5px;
}

.accentuation {
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 120%;
}


/* typo spécifique */

#footer a, #footer a:link, #footer a:active {
	border-bottom: 1px dotted;
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	border-bottom: 1px solid;
}


.sidebar h2 {
	font-size: 1em;
}

table h2 {
	margin-bottom: 6px;
	text-align: center;
}

table ul {
	margin-top: 0;
}

.postmetadata {
	font-size: 70%;
}

#tab_references {
	font-size: 70%;
}
	
/*  Menu */
#logo  {
	background: transparent url(/wp-content/themes/sagatel/images/sagatel_groupe_setec.png) top left no-repeat;  
	height: 87px;  
	margin: 0;  
	padding: 0;  
	position: absolute;
	top: 82px;
	width: 200px;  
}
	
#logo a {
	color: F00000;
	display: block;
	font-size:1px !important;
	height:0px !important;
	overflow:hidden;
	padding:87px 200px 0 0;
	width:0px !important;
}
	
#header {
/*	background: #CCC; */
	background: url(/wp-content/themes/sagatel/images/header_bgd.png) no-repeat;
	height: 40px;
	margin: 0;
	width: 100%;
}

#header ul {
	margin: 0;
	margin-left: 240px;
	padding: 0;
}

#header li {
	display: block;
	float: left;
	font-size: 0.8em;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header li a {
	display: block;
	padding: 6px 20px 0 0;
	text-decoration: none;
}

.inactive-menu a {
	border-top: 9px solid #CCCCCC;
	color: #06C;
}	

.active-menu a, .inactive-menu a:hover {
	border-top: 9px solid #F00000;
	color: #F00000;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

.sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}
/* End Images */

/* Begin Icons */
.feed {
background:url(/wp-content/themes/sagatel/images/feed.gif) no-repeat left top; 
padding-left:22px;
padding-bottom: 3px;
}

.email {
background:url(/wp-content/themes/sagatel/images/email.gif) no-repeat left top; 
padding-left:22px;
padding-bottom: 3px;
}
/* End Icons */



/* Begin Various Tags & Classes */
acronym, abbr {
	border-bottom: 1px dashed #999;
	cursor: help;
}

blockquote {
	border-left: 5px solid #CCCCCC;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.en_savoir_plus {
	-moz-border-radius:9px;
	background-color:#FFF;
	border:black 1px solid;
	cursor:pointer;
	font-weight:normal;
	letter-spacing:0;
	margin:5px;
	min-width:150px;
	padding:2px 10px 2px;
	text-align:center;
	text-shadow:0 0 0 black;
	word-spacing:0;
}

