html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
       
}

body {
	line-height: 115%;
}
br
{
    line-height: 60%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.my-pocket-learning
{
     background: url("/images/contenu_mpl.png") 0 33px  no-repeat;
}

.ingenium-diplomant
{
    background: url("/images/contenu_diplomant.png") 0 33px  no-repeat;
}

.ingenium-sur-mesure
{
    background: url("/images/contenu_mesure.png") 0 33px  no-repeat;
}

.ingenium-evenementiel
{
    background: url("/images/contenu_evenementiel.png") 0 33px  no-repeat;
}


#content
{
    margin:auto;
    width: 960px;
    height: 460px;
}
    #content #content2
    {
        float: left;
        width: 846px;
        height: 381px;
        margin-top: 8px;
        margin-left: 67px;
        font-family: Arial, Verdana;

    }
        #content #content2 #top,#content #content2 #bottom
        {
            padding-left:15px;
            padding-top:5px;
            height: 190px;
        }
            #content #content2 #bottom li
            {
               margin-right: 50px;

               display: inline;
            }


        #content #content2 #presentation_contenu
        {
            width: 380px;
            padding-right: 15px;
            height: 376px;
            padding-left:15px;
            padding-top:5px;
            word-wrap:break-word;
            overflow: auto;
            margin-top: -10px;
            
        }

            #content #content2 #presentation_contenu a
            {
                text-decoration: underline !important;
                font-weight:normal;
                color: rgb(96,95,95) ;
                font-size: 12px;
            }

        #content #content2 #datasheet
        {
            overflow: auto;
            margin-top: -381px;
            float: right;
            margin-left: 425px;
            width: 415px;
            height: 381px;
            padding-left:8px;
            padding-top:5px;
            word-wrap:break-word;
        }
        

 #navigation
   {
   
       background-image: url("/images/menu.png");
       width:960px;
       height:34px;
       margin-top: 0px;
   }
        #navigation ul
        {
           padding-right: 5px;
           float: right;
           padding-top: 7px;
        }

            #navigation ul li
            {
                display: inline;
            }

                #navigation ul li a
                {
                    font-size: small;
                    color: rgb(102,102,102);
                }




